Sign in
gem5
/
arm
/
linux
/
ddcd91c6b8ec60a6bd5d3691d2cfaf4447215da1
/
drivers
/
usb
/
gadget
/
printer.c
496ad9a
new helper: file_inode(file)
by Al Viro
· 12 years ago
10287ba
usb: gadget: always update HS/SS descriptors and create a copy of them
by Sebastian Andrzej Siewior
· 12 years ago
ed9cbda
usb: gadget: remove usb_gadget_controller_number()
by Sebastian Andrzej Siewior
· 12 years ago
721e2e9
usb: gadget: libcomposite: move composite.c into libcomposite
by Sebastian Andrzej Siewior
· 12 years ago
cc2683c
usb: gadget: Provide a default implementation of default manufacturer string
by Sebastian Andrzej Siewior
· 12 years ago
1cf0d26
usb: gadget: push iSerialNumber into gadgets
by Sebastian Andrzej Siewior
· 12 years ago
276e2e4
usb: gadget: make sure each gadget is using same index for Product, Serial,…
by Sebastian Andrzej Siewior
· 12 years ago
7d16e8d
usb: gadget: push VID/PID/USB BCD module option into gadgets
by Sebastian Andrzej Siewior
· 12 years ago
5a175bb
usb: gadget: make g_printer enumerate again
by Sebastian Andrzej Siewior
· 12 years ago
dc995fc
usb: gadget: libcomposite: add epautoconf.c to libcomposite
by Sebastian Andrzej Siewior
· 12 years ago
0ba16de
usb: gadget: libcomposite: move config.c into libcomposite
by Sebastian Andrzej Siewior
· 12 years ago
a84d9e5
usb: gadget: start with libcomposite
by Sebastian Andrzej Siewior
· 12 years ago
03e42bd
usb: gadget: move bind() callback back to struct usb_composite_driver
by Sebastian Andrzej Siewior
· 12 years ago
c2ec75c
usb: gadget: push all usb_composite_driver structs into __refdata
by Sebastian Andrzej Siewior
· 12 years ago
2e87edf
usb: gadget: make g_printer use composite
by Sebastian Andrzej Siewior
· 13 years ago
d3bfd25
usb: gadget: remove DUALSPEED from printer
by Sebastian Andrzej Siewior
· 13 years ago
9ffc93f
Remove all #inclusions of asm/system.h
by David Howells
· 13 years ago
7177aed
usb: gadget: rename usb_gadget_driver::speed to max_speed
by Michal Nazarewicz
· 13 years ago
d327ab5
usb: gadget: replace usb_gadget::is_dualspeed with max_speed
by Michal Nazarewicz
· 13 years ago
8582d86
USB: g_printer: fix bug in unregistration
by Fabian Godehardt
· 13 years ago
e538dfd
usb: Provide usb_speed_string() function
by Michal Nazarewicz
· 13 years ago
28c9fc6
usb gadget: clean up FSF boilerplate text
by Klaus Schwarzkopf
· 13 years ago
f549953
Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
by Linus Torvalds
· 14 years ago
02c24a8
fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers
by Josef Bacik
· 14 years ago
765f5b8
usb: gadget: defer setting maxpacket till ->setup()
by Sebastian Andrzej Siewior
· 14 years ago
72c973d
usb: gadget: add usb_endpoint_descriptor to struct usb_ep
by Tatyana Brokhman
· 14 years ago
a0c25c2
USB: g_printer required set interface request
by Jonas Andersson
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
ad84e4a
USB: g_printer: fix bug in module parameter definitions
by Alan Stern
· 14 years ago
d5aa475
USB: g_printer: fix bug in unregistration
by Alan Stern
· 14 years ago
5cc1035
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
by Linus Torvalds
· 14 years ago
b0fca50
usb gadget: don't save bind callback in struct usb_gadget_driver
by Uwe Kleine-König
· 14 years ago
e12995e
USB: Revert "USB: gadget: section mismatch warning fixed"
by Michal Nazarewicz
· 14 years ago
6038f37
llseek: automatically add .llseek fop
by Arnd Bergmann
· 14 years ago
925ce68
USB: autoconvert trivial BKL users to private mutex
by Arnd Bergmann
· 15 years ago
89ba85d
USB: gadget: section mismatch warning fixed
by Michal Nazarewicz
· 15 years ago
10ca442
USB: gadget/printer, fix sleep inside atomic
by Jiri Slaby
· 15 years ago
7ea8085
drop unused dentry argument to ->fsync
by Christoph Hellwig
· 15 years ago
90f7976
USB: Remove unsupported usb gadget drivers
by Christoph Egger
· 15 years ago
828c095
const: constify remaining file_operations
by Alexey Dobriyan
· 15 years ago
551509d
USB: replace uses of __constant_{endian}
by Harvey Harrison
· 16 years ago
36e893d
usb gadget: USB_GADGET_VBUS_DRAW Kconfig option
by David Brownell
· 16 years ago
8296345
USB: g_printer: fix handling zero-length packet
by SangSu Park
· 16 years ago
0a56b03
usb gadget: link fixes for printer gadget
by David Brownell
· 16 years ago
b0b090e
device create: usb: convert device_create_drvdata to device_create
by Greg Kroah-Hartman
· 17 years ago
b6c6393
Rename WARN() to WARNING() to clear the namespace
by Arjan van de Ven
· 17 years ago
bc00bc9
device create: usb: convert device_create to device_create_drvdata
by Greg Kroah-Hartman
· 17 years ago
44c389a
USB: gadget: Push BKL down into drivers
by Alan Cox
· 17 years ago
b2f2ba0
printer gadget: BKL pushdown
by Jonathan Corbet
· 17 years ago
441b62c
USB: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
cc901bb
USB: g_printer bugfixes
by Craig W. Nadler
· 17 years ago
3503510
USB: remove incorrect struct class_device from the printer gadget
by Tony Jones
· 17 years ago
efa66f1
USB: g_printer, fix empty if statement
by Adrian Bunk
· 17 years ago
25a010c
USB: add Printer Gadget Driver
by Craig W. Nadler
· 17 years ago