index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
/
legacy
/
printer.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-26
usb: gadget: Add description for module parameter
Wei Ming Chen
1
-0
/
+1
2020-07-09
usb: gadget: legacy: printer: Remove unused variable 'driver_desc'
Lee Jones
1
-1
/
+0
2017-11-07
USB: gadget: legacy: Remove redundant license text
Greg Kroah-Hartman
1
-5
/
+0
2017-11-04
USB: add SPDX identifiers to all remaining files in drivers/usb/
Greg Kroah-Hartman
1
-0
/
+1
2017-01-24
usb: gadget: printer: Remove pnp_string static buffer
Krzysztof Opasiak
1
-11
/
+17
2015-12-15
usb: gadget: composite: remove redundant bcdUSB setting in legacy
Igor Kotrasinski
1
-1
/
+1
2015-08-06
usb: gadget: remove gadget_chips.h
Robert Baldyga
1
-2
/
+0
2015-07-29
usb: gadget: printer: allocate and init otg descriptor by otg capabilities
Li Jun
1
-19
/
+30
2015-04-27
usb: gadget: remove incorrect __init/__exit annotations
Arnd Bergmann
1
-4
/
+4
2015-03-10
usb: gadget: printer: use module_usb_composite_driver helper macro
Andrzej Pietrasiewicz
1
-13
/
+1
2015-03-10
usb: gadget: printer: convert to new interface of f_printer
Andrzej Pietrasiewicz
1
-14
/
+36
2015-03-10
usb: gadget: f_printer: convert to new function interface with backward compa...
Andrzej Pietrasiewicz
1
-0
/
+1
2015-03-10
usb: gadget: printer: factor out f_printer
Andrzej Pietrasiewicz
1
-1249
/
+6
2015-03-10
usb: gadget: printer: allocate printer_dev instances dynamically
Andrzej Pietrasiewicz
1
-22
/
+40
2015-03-10
usb: gadget: printer: add req_match for printer function
Andrzej Pietrasiewicz
1
-0
/
+36
2015-03-10
usb: gadget: printer: name class specific requests
Andrzej Pietrasiewicz
1
-3
/
+6
2015-03-10
usb: gadget: printer: add container_of helper for printer_dev
Andrzej Pietrasiewicz
1
-5
/
+10
2015-03-10
usb: gadget: printer: don't access file global usb_printer_gadget in function...
Andrzej Pietrasiewicz
1
-1
/
+1
2015-03-10
usb: gadget: printer: eliminate file global printer_mutex
Andrzej Pietrasiewicz
1
-3
/
+0
2015-03-10
usb: gadget: printer: call gprinter_setup() from gadget's bind
Andrzej Pietrasiewicz
1
-17
/
+18
2015-03-10
usb: gadget: printer: add setup and cleanup functions
Andrzej Pietrasiewicz
1
-15
/
+31
2015-03-10
usb: gadget: printer: don't access file global pnp_string in function's code
Andrzej Pietrasiewicz
1
-6
/
+8
2015-03-10
usb: gadget: printer: define pnp string buffer length
Andrzej Pietrasiewicz
1
-2
/
+4
2015-03-10
usb: gadget: printer: move function-related unbind code to function's unbind
Andrzej Pietrasiewicz
1
-33
/
+25
2015-03-10
usb: gadget: printer: call usb_add_function() last
Andrzej Pietrasiewicz
1
-5
/
+4
2015-03-10
usb: gadget: printer: move function-related bind code to function's bind
Andrzej Pietrasiewicz
1
-48
/
+66
2015-03-10
usb: gadget: printer: standardize printer_do_config
Andrzej Pietrasiewicz
1
-15
/
+24
2015-03-10
usb: gadget: printer: follow the naming convention for usb_add_config callback
Andrzej Pietrasiewicz
1
-2
/
+2
2015-03-10
usb: gadget: printer: eliminate pdev member of struct printer_dev
Andrzej Pietrasiewicz
1
-4
/
+4
2015-03-10
usb: gadget: printer: add missing error handling
Andrzej Pietrasiewicz
1
-18
/
+5
2015-03-10
usb: gadget: printer: revert usb_add_function() effect in error recovery
Andrzej Pietrasiewicz
1
-0
/
+1
2015-03-10
usb: gadget: printer: eliminate random pointer dereference
Andrzej Pietrasiewicz
1
-3
/
+3
2015-03-10
usb: gadget: printer: remove unused and empty printer_unbind
Andrzej Pietrasiewicz
1
-6
/
+0
2015-03-10
usb: gadget: printer: enqueue printer's response for setup request
Andrzej Pietrasiewicz
1
-0
/
+9
2014-11-24
usb: gadget: ss_ep_in_comp_desc can be static
kbuild test robot
1
-2
/
+2
2014-11-20
usb: gadget: add USB3 support to the printer driver
Jorge Ramirez-Ortiz
1
-6
/
+59
2014-07-16
usb: gadget: Gadget directory cleanup - group legacy gadgets
Andrzej Pietrasiewicz
1
-0
/
+1305