summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/function/f_printer.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-14Merge tag 'v5.13-rc6' into usb-nextGreg Kroah-Hartman1-1/+2
2021-06-09usb: gadget: function: printer: use list_move instead of list_del/list_addBaokun Li1-2/+1
2021-06-09usb: fix various gadgets null ptr deref on 10gbps cabling.Maciej Żenczykowski1-1/+2
2021-03-10usb: gadget: function: fix typo in f_printer.cWei Ming Chen1-1/+1
2021-01-11Merge 5.11-rc3 into usb-nextGreg Kroah-Hartman1-0/+1
2021-01-04USB: gadget: f_printer: set a default q_lenMichael R Sweet1-0/+5
2020-12-28usb: gadget: function: printer: Fix a memory leak for interface descriptorZqiang1-0/+1
2020-10-02usb: gadget: function: printer: fix use-after-free in __lock_acquireZqiang1-2/+14
2020-07-24usb: gadget: function: printer: Interface is disabled and returns errorZqiang1-0/+36
2020-07-10usb: gadget: Use fallthrough pseudo-keywordGustavo A. R. Silva1-3/+3
2018-05-24usb: gadget: function: printer: avoid wrong list handling in printer_write()Yoshihiro Shimoda1-3/+3
2018-02-12vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-2/+2
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-2/+2
2017-11-15Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfsLinus Torvalds1-1/+1
2017-11-07USB: gadget: function: 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-10-19usb: gadget: make config_item_type structures constBhumika Goyal1-1/+1
2017-09-20usb: gadget: function: printer: avoid spinlock recursionYoshihiro Shimoda1-1/+6
2017-01-24usb: gadget: printer: Remove pnp_string static bufferKrzysztof Opasiak1-14/+43
2016-12-15idr: add ida_is_emptyMatthew Wilcox1-3/+3
2016-08-25usb: gadget: composite: let USB functions process ctrl reqs in cfg0Felix Hädicke1-1/+5
2016-05-31usb: gadget: printer: Drop unused device qualifier descriptorKrzysztof Opasiak1-8/+0
2016-03-04usb: gadget: Update usb_assign_descriptors for SuperSpeedPlusJohn Youn1-1/+1
2016-01-23wrappers for ->i_mutex accessAl Viro1-2/+2
2015-11-14Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds1-18/+12
2015-10-14usb-gadget/f_printer: use per-attribute show and store methodsChristoph Hellwig1-18/+12
2015-09-27usb: gadget: f_printer: eliminate abuse of ep->driver dataRobert Baldyga1-2/+0
2015-08-15Merge tag 'usb-for-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman1-3/+4
2015-08-03usb: gadget: f_printer: fix deadlock caused by nested spinlockFupan Li1-3/+4
2015-07-27usb: gadget: f_printer: actually limit the number of instancesAndrzej Pietrasiewicz1-1/+9
2015-03-13usb: gadget: f_printer: use non-zero flag for bitwise andAndrzej Pietrasiewicz1-1/+1
2015-03-13usb: gadget: printer: use after free in gprinter_alloc_inst()Dan Carpenter1-0/+1
2015-03-13usb: gadget: printer: delete some dead codeDan Carpenter1-5/+0
2015-03-10usb: gadget: printer: add configfs supportAndrzej Pietrasiewicz1-2/+128
2015-03-10usb: gadget: f_printer: remove compatibility layerAndrzej Pietrasiewicz1-113/+0
2015-03-10usb: gadget: f_printer: convert to new function interface with backward compa...Andrzej Pietrasiewicz1-1/+184
2015-03-10usb: gadget: printer: factor out f_printerAndrzej Pietrasiewicz1-0/+1279