index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
/
printer.c
Age
Commit message (
Expand
)
Author
2011-07-25
Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2011-07-20
fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers
Josef Bacik
2011-07-01
usb: gadget: defer setting maxpacket till ->setup()
Sebastian Andrzej Siewior
2011-06-28
usb: gadget: add usb_endpoint_descriptor to struct usb_ep
Tatyana Brokhman
2011-04-29
USB: g_printer required set interface request
Jonas Andersson
2011-03-31
Fix common misspellings
Lucas De Marchi
2011-01-22
USB: g_printer: fix bug in module parameter definitions
Alan Stern
2011-01-22
USB: g_printer: fix bug in unregistration
Alan Stern
2010-10-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
Linus Torvalds
2010-10-22
usb gadget: don't save bind callback in struct usb_gadget_driver
Uwe Kleine-König
2010-10-22
USB: Revert "USB: gadget: section mismatch warning fixed"
Michal Nazarewicz
2010-10-15
llseek: automatically add .llseek fop
Arnd Bergmann
2010-08-10
USB: autoconvert trivial BKL users to private mutex
Arnd Bergmann
2010-08-10
USB: gadget: section mismatch warning fixed
Michal Nazarewicz
2010-06-30
USB: gadget/printer, fix sleep inside atomic
Jiri Slaby
2010-05-27
drop unused dentry argument to ->fsync
Christoph Hellwig
2010-03-02
USB: Remove unsupported usb gadget drivers
Christoph Egger
2009-10-01
const: constify remaining file_operations
Alexey Dobriyan
2009-03-24
USB: replace uses of __constant_{endian}
Harvey Harrison
2008-10-17
usb gadget: USB_GADGET_VBUS_DRAW Kconfig option
David Brownell
2008-10-17
USB: g_printer: fix handling zero-length packet
SangSu Park
2008-10-16
usb gadget: link fixes for printer gadget
David Brownell
2008-10-16
device create: usb: convert device_create_drvdata to device_create
Greg Kroah-Hartman
2008-07-25
Rename WARN() to WARNING() to clear the namespace
Arjan van de Ven
2008-07-21
device create: usb: convert device_create to device_create_drvdata
Greg Kroah-Hartman
2008-07-21
USB: gadget: Push BKL down into drivers
Alan Cox
2008-06-20
printer gadget: BKL pushdown
Jonathan Corbet
2008-04-24
USB: replace remaining __FUNCTION__ occurrences
Harvey Harrison
2008-04-24
USB: g_printer bugfixes
Craig W. Nadler
2008-03-04
USB: remove incorrect struct class_device from the printer gadget
Tony Jones
2008-02-21
USB: g_printer, fix empty if statement
Adrian Bunk
2008-02-01
USB: add Printer Gadget Driver
Craig W. Nadler