summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/printer.c
Commit message (Expand)AuthorAgeFilesLines
* USB: g_printer: fix bug in module parameter definitionsAlan Stern2011-01-231-7/+7
* USB: g_printer: fix bug in unregistrationAlan Stern2011-01-231-3/+2Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2010-10-231-4/+3Star
|\
| * usb gadget: don't save bind callback in struct usb_gadget_driverUwe Kleine-König2010-10-221-3/+2Star
| * 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-281-1/+1
* USB: Remove unsupported usb gadget driversChristoph Egger2010-03-021-18/+0Star
* const: constify remaining file_operationsAlexey Dobriyan2009-10-021-1/+1
* USB: replace uses of __constant_{endian}Harvey Harrison2009-03-251-9/+9
* usb gadget: USB_GADGET_VBUS_DRAW Kconfig optionDavid Brownell2008-10-171-2/+1Star
* USB: g_printer: fix handling zero-length packetSangSu Park2008-10-171-2/+1Star
* 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-221-2/+2
* USB: gadget: Push BKL down into driversAlan Cox2008-07-221-4/+3Star
* printer gadget: BKL pushdownJonathan Corbet2008-06-201-1/+2
* USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-251-3/+3
* USB: g_printer bugfixesCraig W. Nadler2008-04-251-32/+54
* USB: remove incorrect struct class_device from the printer gadgetTony Jones2008-03-041-1/+0Star
* USB: g_printer, fix empty if statementAdrian Bunk2008-02-221-1/+1
* USB: add Printer Gadget DriverCraig W. Nadler2008-02-011-0/+1592