summaryrefslogtreecommitdiffstats
path: root/drivers/usb/class/usblp.c
Commit message (Expand)AuthorAgeFilesLines
* usb: usblp: use irqsave() in USB's complete callbackSebastian Andrzej Siewior2018-06-281-4/+6
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-2/+2
* Merge tag 'usb-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-02-011-2/+2
|\
| * USB: move many drivers to use DEVICE_ATTR_ROGreg Kroah-Hartman2018-01-241-2/+2
* | the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-2/+2
|/
* USB: class: Remove redundant license textGreg Kroah-Hartman2017-11-041-16/+0Star
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* usb: fix some references for /proc/bus/usbMauro Carvalho Chehab2017-04-181-1/+1
* USB: usblp: refactor endpoint retrievalJohan Hovold2017-03-231-22/+13Star
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-1/+1
* usblp: do not set TASK_INTERRUPTIBLE before lockJiri Slaby2015-11-201-1/+1
* usb: class: Use USB_CLASS_PRINTER instead of number 7Krzysztof Opasiak2015-07-221-24/+42
* USB: usblp.c: move assignment out of if () blockGreg Kroah-Hartman2015-05-101-5/+10
* usb: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-091-1/+0Star
* USB: usblp.c: remove dbg() usageGreg Kroah-Hartman2012-05-021-35/+47
* Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2012-01-081-1/+1
|\
| * switch device_get_devnode() and ->devnode() to umode_t *Al Viro2012-01-041-1/+1
* | USB: convert drivers/usb/* to use module_usb_driver()Greg Kroah-Hartman2011-11-181-12/+1Star
|/
* usb/class: use printk_ratelimited() instead of printk_ratelimit()Manuel Zerpies2011-07-011-4/+3Star
* llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
* USB: usblp: fixed switch, brace, whitespace and spacing coding style issuesNicolas Kaiser2010-08-101-186/+185Star
* update email addressPavel Machek2010-07-191-1/+1
* USB: rename usb_buffer_alloc() and usb_buffer_free() usersDaniel Mack2010-05-201-1/+1
* usb: BKL removal: usblpOliver Neukum2010-03-021-3/+0Star
* USB: Push BKL on open down into the driversOliver Neukum2010-03-021-0/+3
* USB class: make USB device id constantNémeth Márton2010-03-021-1/+1
* USB: usblp: Remove checks no longer needed with the new runtime PM systemOliver Neukum2010-03-021-17/+3Star
* Driver-Core: extend devnode callbacks to provide permissionsKay Sievers2009-09-191-2/+2
* Driver Core: usb: add nodename support for usb drivers.Kay Sievers2009-06-161-0/+6
* usblp: continuously poll for statusPete Zaitcev2009-03-251-4/+7
* USB: usblp.c: add USBLP_QUIRK_BIDIR to Brother HL-1440Brandon Philips2009-01-281-0/+1
* USB: remove err() macro from usb class driversGreg Kroah-Hartman2008-10-171-3/+4
* drivers/usb/class/usblp.c: adjust error handling codeJulia Lawall2008-10-171-9/+9
* USB: fix pm counter leak in usblpOliver Neukum2008-02-221-0/+1
* usblp: Fix a double kfreePete Zaitcev2007-10-121-12/+23
* usblp: CosmeticsPete Zaitcev2007-10-121-4/+5
* usblp: mutex in usblp_check_statusPete Zaitcev2007-10-121-3/+4
* usblp: Make use of URB_FREE_BUFFERPete Zaitcev2007-10-121-3/+1Star
* usblp: Implement the ENOSPC conventionPete Zaitcev2007-10-121-26/+39
* USB: class: usblp: clean up urb->status usageGreg Kroah-Hartman2007-07-201-8/+10
* USB: usblp: "Big cleanup" breaks O_NONBLOCKPete Zaitcev2007-07-201-4/+5
* USB: usblp: add dynamic URBs, fix racesPete Zaitcev2007-07-131-242/+376
* usblp: Don't let suspend to kill ->usedPete Zaitcev2007-06-091-3/+2Star
* USB: usblp: Use correct DMA address in case of probe errorPete Zaitcev2007-05-231-1/+1
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0Star
* usblp: quirk flag and device entry for Seiko Epson M129C printerAlan Stern2007-03-191-1/+5
* USB: autosuspend for usb printer driverOliver Neukum2007-02-081-11/+5Star
* USB: usblp.c - add Kyocera Mita FS 820 to list of "quirky" printersMartin Williges2007-01-051-0/+1
* USB: mutexification of usblpOliver Neukum2006-12-201-25/+29
* USB: usblp: fix system suspend for some systemsOliver Neukum2006-11-031-2/+0Star