aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/printer.c
Commit message (Expand)AuthorAgeFilesLines
* USB: g_printer: fix bug in unregistrationFabian Godehardt2011-09-181-1/+1
* usb: Provide usb_speed_string() functionMichal Nazarewicz2011-09-181-11/+3
* usb gadget: clean up FSF boilerplate textKlaus Schwarzkopf2011-09-091-9/+0
* Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-07-251-17/+23
|\
| * usb: gadget: defer setting maxpacket till ->setup()Sebastian Andrzej Siewior2011-07-011-5/+9
| * usb: gadget: add usb_endpoint_descriptor to struct usb_epTatyana Brokhman2011-06-281-12/+14
* | fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-201-1/+4
|/
* USB: g_printer required set interface requestJonas Andersson2011-04-291-0/+2
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* USB: g_printer: fix bug in module parameter definitionsAlan Stern2011-01-221-7/+7
* USB: g_printer: fix bug in unregistrationAlan Stern2011-01-221-3/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2010-10-221-4/+3
|\
| * usb gadget: don't save bind callback in struct usb_gadget_driverUwe Kleine-König2010-10-221-3/+2
| * USB: Revert "USB: gadget: section mismatch warning fixed"Michal Nazarewicz2010-10-221-1/+1
* | llseek: automatically add .llseek fopArnd Bergmann2010-10-151-1/+2
|/
* USB: autoconvert trivial BKL users to private mutexArnd Bergmann2010-08-101-3/+4
* USB: gadget: section mismatch warning fixedMichal Nazarewicz2010-08-101-1/+1
* USB: gadget/printer, fix sleep inside atomicJiri Slaby2010-06-301-16/+16
* drop unused dentry argument to ->fsyncChristoph Hellwig2010-05-271-1/+1
* USB: Remove unsupported usb gadget driversChristoph Egger2010-03-021-18/+0
* const: constify remaining file_operationsAlexey Dobriyan2009-10-011-1/+1
* USB: replace uses of __constant_{endian}Harvey Harrison2009-03-241-9/+9
* usb gadget: USB_GADGET_VBUS_DRAW Kconfig optionDavid Brownell2008-10-171-2/+1
* USB: g_printer: fix handling zero-length packetSangSu Park2008-10-171-2/+1
* usb gadget: link fixes for printer gadgetDavid Brownell2008-10-161-0/+14
* device create: usb: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-161-2/+2
* Rename WARN() to WARNING() to clear the namespaceArjan van de Ven2008-07-251-1/+1
* device create: usb: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-211-2/+2
* USB: gadget: Push BKL down into driversAlan Cox2008-07-211-4/+3
* printer gadget: BKL pushdownJonathan Corbet2008-06-201-1/+2
* USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-241-3/+3
* USB: g_printer bugfixesCraig W. Nadler2008-04-241-32/+54
* USB: remove incorrect struct class_device from the printer gadgetTony Jones2008-03-041-1/+0
* USB: g_printer, fix empty if statementAdrian Bunk2008-02-211-1/+1
* USB: add Printer Gadget DriverCraig W. Nadler2008-02-011-0/+1592