summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/printer.c
AgeCommit message (Expand)Author
2011-11-11USB: g_printer: fix bug in unregistrationFabian Godehardt
2011-07-25Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik
2011-07-01usb: gadget: defer setting maxpacket till ->setup()Sebastian Andrzej Siewior
2011-06-28usb: gadget: add usb_endpoint_descriptor to struct usb_epTatyana Brokhman
2011-04-29USB: g_printer required set interface requestJonas Andersson
2011-03-31Fix common misspellingsLucas De Marchi
2011-01-22USB: g_printer: fix bug in module parameter definitionsAlan Stern
2011-01-22USB: g_printer: fix bug in unregistrationAlan Stern
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds
2010-10-22usb gadget: don't save bind callback in struct usb_gadget_driverUwe Kleine-König
2010-10-22USB: Revert "USB: gadget: section mismatch warning fixed"Michal Nazarewicz
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-08-10USB: autoconvert trivial BKL users to private mutexArnd Bergmann
2010-08-10USB: gadget: section mismatch warning fixedMichal Nazarewicz
2010-06-30USB: gadget/printer, fix sleep inside atomicJiri Slaby
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig
2010-03-02USB: Remove unsupported usb gadget driversChristoph Egger
2009-10-01const: constify remaining file_operationsAlexey Dobriyan
2009-03-24USB: replace uses of __constant_{endian}Harvey Harrison
2008-10-17usb gadget: USB_GADGET_VBUS_DRAW Kconfig optionDavid Brownell
2008-10-17USB: g_printer: fix handling zero-length packetSangSu Park
2008-10-16usb gadget: link fixes for printer gadgetDavid Brownell
2008-10-16device create: usb: convert device_create_drvdata to device_createGreg Kroah-Hartman
2008-07-25Rename WARN() to WARNING() to clear the namespaceArjan van de Ven
2008-07-21device create: usb: convert device_create to device_create_drvdataGreg Kroah-Hartman
2008-07-21USB: gadget: Push BKL down into driversAlan Cox
2008-06-20printer gadget: BKL pushdownJonathan Corbet
2008-04-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-04-24USB: g_printer bugfixesCraig W. Nadler
2008-03-04USB: remove incorrect struct class_device from the printer gadgetTony Jones
2008-02-21USB: g_printer, fix empty if statementAdrian Bunk
2008-02-01USB: add Printer Gadget DriverCraig W. Nadler