| Commit message (Expand) | Author | Age | Files | Lines |
* | USB: class: Remove redundant license text | Greg Kroah-Hartman | 2017-11-04 | 1 | -16/+0 |
* | USB: add SPDX identifiers to all remaining files in drivers/usb/ | Greg Kroah-Hartman | 2017-11-04 | 1 | -0/+1 |
* | usb: fix some references for /proc/bus/usb | Mauro Carvalho Chehab | 2017-04-18 | 1 | -1/+1 |
* | USB: usblp: refactor endpoint retrieval | Johan Hovold | 2017-03-23 | 1 | -22/+13 |
* | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar | 2017-03-02 | 1 | -1/+1 |
* | usblp: do not set TASK_INTERRUPTIBLE before lock | Jiri Slaby | 2015-11-20 | 1 | -1/+1 |
* | usb: class: Use USB_CLASS_PRINTER instead of number 7 | Krzysztof Opasiak | 2015-07-22 | 1 | -24/+42 |
* | USB: usblp.c: move assignment out of if () block | Greg Kroah-Hartman | 2015-05-10 | 1 | -5/+10 |
* | usb: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 2014-01-09 | 1 | -1/+0 |
* | USB: usblp.c: remove dbg() usage | Greg Kroah-Hartman | 2012-05-02 | 1 | -35/+47 |
* | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2012-01-08 | 1 | -1/+1 |
|\ |
|
| * | switch device_get_devnode() and ->devnode() to umode_t * | Al Viro | 2012-01-04 | 1 | -1/+1 |
* | | USB: convert drivers/usb/* to use module_usb_driver() | Greg Kroah-Hartman | 2011-11-18 | 1 | -12/+1 |
|/ |
|
* | usb/class: use printk_ratelimited() instead of printk_ratelimit() | Manuel Zerpies | 2011-07-01 | 1 | -4/+3 |
* | llseek: automatically add .llseek fop | Arnd Bergmann | 2010-10-15 | 1 | -0/+1 |
* | USB: usblp: fixed switch, brace, whitespace and spacing coding style issues | Nicolas Kaiser | 2010-08-10 | 1 | -186/+185 |
* | update email address | Pavel Machek | 2010-07-19 | 1 | -1/+1 |
* | USB: rename usb_buffer_alloc() and usb_buffer_free() users | Daniel Mack | 2010-05-20 | 1 | -1/+1 |
* | usb: BKL removal: usblp | Oliver Neukum | 2010-03-02 | 1 | -3/+0 |
* | USB: Push BKL on open down into the drivers | Oliver Neukum | 2010-03-02 | 1 | -0/+3 |
* | USB class: make USB device id constant | Németh Márton | 2010-03-02 | 1 | -1/+1 |
* | USB: usblp: Remove checks no longer needed with the new runtime PM system | Oliver Neukum | 2010-03-02 | 1 | -17/+3 |
* | Driver-Core: extend devnode callbacks to provide permissions | Kay Sievers | 2009-09-19 | 1 | -2/+2 |
* | Driver Core: usb: add nodename support for usb drivers. | Kay Sievers | 2009-06-16 | 1 | -0/+6 |
* | usblp: continuously poll for status | Pete Zaitcev | 2009-03-25 | 1 | -4/+7 |
* | USB: usblp.c: add USBLP_QUIRK_BIDIR to Brother HL-1440 | Brandon Philips | 2009-01-28 | 1 | -0/+1 |
* | USB: remove err() macro from usb class drivers | Greg Kroah-Hartman | 2008-10-17 | 1 | -3/+4 |
* | drivers/usb/class/usblp.c: adjust error handling code | Julia Lawall | 2008-10-17 | 1 | -9/+9 |
* | USB: fix pm counter leak in usblp | Oliver Neukum | 2008-02-22 | 1 | -0/+1 |
* | usblp: Fix a double kfree | Pete Zaitcev | 2007-10-12 | 1 | -12/+23 |
* | usblp: Cosmetics | Pete Zaitcev | 2007-10-12 | 1 | -4/+5 |
* | usblp: mutex in usblp_check_status | Pete Zaitcev | 2007-10-12 | 1 | -3/+4 |
* | usblp: Make use of URB_FREE_BUFFER | Pete Zaitcev | 2007-10-12 | 1 | -3/+1 |
* | usblp: Implement the ENOSPC convention | Pete Zaitcev | 2007-10-12 | 1 | -26/+39 |
* | USB: class: usblp: clean up urb->status usage | Greg Kroah-Hartman | 2007-07-20 | 1 | -8/+10 |
* | USB: usblp: "Big cleanup" breaks O_NONBLOCK | Pete Zaitcev | 2007-07-20 | 1 | -4/+5 |
* | USB: usblp: add dynamic URBs, fix races | Pete Zaitcev | 2007-07-13 | 1 | -242/+376 |
* | usblp: Don't let suspend to kill ->used | Pete Zaitcev | 2007-06-09 | 1 | -3/+2 |
* | USB: usblp: Use correct DMA address in case of probe error | Pete Zaitcev | 2007-05-23 | 1 | -1/+1 |
* | header cleaning: don't include smp_lock.h when not used | Randy Dunlap | 2007-05-08 | 1 | -1/+0 |
* | usblp: quirk flag and device entry for Seiko Epson M129C printer | Alan Stern | 2007-03-19 | 1 | -1/+5 |
* | USB: autosuspend for usb printer driver | Oliver Neukum | 2007-02-08 | 1 | -11/+5 |
* | USB: usblp.c - add Kyocera Mita FS 820 to list of "quirky" printers | Martin Williges | 2007-01-05 | 1 | -0/+1 |
* | USB: mutexification of usblp | Oliver Neukum | 2006-12-20 | 1 | -25/+29 |
* | USB: usblp: fix system suspend for some systems | Oliver Neukum | 2006-11-03 | 1 | -2/+0 |
* | USB: failure in usblp's error path | Oliver Neukum | 2006-11-03 | 1 | -0/+1 |
* | USB: fix suspend support for usblp | Oliver Neukum | 2006-10-17 | 1 | -8/+71 |
* | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 2006-10-05 | 1 | -2/+2 |
* | USB: fix __must_check warnings in drivers/usb/class/ | Greg Kroah-Hartman | 2006-09-27 | 1 | -1/+3 |
* | USB: usblp: Use usb_endpoint_* functions. | Luiz Fernando N. Capitulino | 2006-09-27 | 1 | -7/+2 |