aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/legacy/printer.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-07USB: gadget: legacy: Remove redundant license textGreg Kroah-Hartman1-5/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-01-24usb: gadget: printer: Remove pnp_string static bufferKrzysztof Opasiak1-11/+17
2015-12-15usb: gadget: composite: remove redundant bcdUSB setting in legacyIgor Kotrasinski1-1/+1
2015-08-06usb: gadget: remove gadget_chips.hRobert Baldyga1-2/+0
2015-07-29usb: gadget: printer: allocate and init otg descriptor by otg capabilitiesLi Jun1-19/+30
2015-04-27usb: gadget: remove incorrect __init/__exit annotationsArnd Bergmann1-4/+4
2015-03-10usb: gadget: printer: use module_usb_composite_driver helper macroAndrzej Pietrasiewicz1-13/+1
2015-03-10usb: gadget: printer: convert to new interface of f_printerAndrzej Pietrasiewicz1-14/+36
2015-03-10usb: gadget: f_printer: convert to new function interface with backward compatibilityAndrzej Pietrasiewicz1-0/+1
2015-03-10usb: gadget: printer: factor out f_printerAndrzej Pietrasiewicz1-1249/+6
2015-03-10usb: gadget: printer: allocate printer_dev instances dynamicallyAndrzej Pietrasiewicz1-22/+40
2015-03-10usb: gadget: printer: add req_match for printer functionAndrzej Pietrasiewicz1-0/+36
2015-03-10usb: gadget: printer: name class specific requestsAndrzej Pietrasiewicz1-3/+6
2015-03-10usb: gadget: printer: add container_of helper for printer_devAndrzej Pietrasiewicz1-5/+10
2015-03-10usb: gadget: printer: don't access file global usb_printer_gadget in function's codeAndrzej Pietrasiewicz1-1/+1
2015-03-10usb: gadget: printer: eliminate file global printer_mutexAndrzej Pietrasiewicz1-3/+0
2015-03-10usb: gadget: printer: call gprinter_setup() from gadget's bindAndrzej Pietrasiewicz1-17/+18
2015-03-10usb: gadget: printer: add setup and cleanup functionsAndrzej Pietrasiewicz1-15/+31
2015-03-10usb: gadget: printer: don't access file global pnp_string in function's codeAndrzej Pietrasiewicz1-6/+8
2015-03-10usb: gadget: printer: define pnp string buffer lengthAndrzej Pietrasiewicz1-2/+4
2015-03-10usb: gadget: printer: move function-related unbind code to function's unbindAndrzej Pietrasiewicz1-33/+25
2015-03-10usb: gadget: printer: call usb_add_function() lastAndrzej Pietrasiewicz1-5/+4
2015-03-10usb: gadget: printer: move function-related bind code to function's bindAndrzej Pietrasiewicz1-48/+66
2015-03-10usb: gadget: printer: standardize printer_do_configAndrzej Pietrasiewicz1-15/+24
2015-03-10usb: gadget: printer: follow the naming convention for usb_add_config callbackAndrzej Pietrasiewicz1-2/+2
2015-03-10usb: gadget: printer: eliminate pdev member of struct printer_devAndrzej Pietrasiewicz1-4/+4
2015-03-10usb: gadget: printer: add missing error handlingAndrzej Pietrasiewicz1-18/+5
2015-03-10usb: gadget: printer: revert usb_add_function() effect in error recoveryAndrzej Pietrasiewicz1-0/+1
2015-03-10usb: gadget: printer: eliminate random pointer dereferenceAndrzej Pietrasiewicz1-3/+3
2015-03-10usb: gadget: printer: remove unused and empty printer_unbindAndrzej Pietrasiewicz1-6/+0
2015-03-10usb: gadget: printer: enqueue printer's response for setup requestAndrzej Pietrasiewicz1-0/+9
2014-11-24usb: gadget: ss_ep_in_comp_desc can be statickbuild test robot1-2/+2
2014-11-20usb: gadget: add USB3 support to the printer driverJorge Ramirez-Ortiz1-6/+59
2014-07-16usb: gadget: Gadget directory cleanup - group legacy gadgetsAndrzej Pietrasiewicz1-0/+1305