summaryrefslogtreecommitdiffstats
path: root/drivers/usb/class/usblp.c
Commit message (Expand)AuthorAgeFilesLines
* USB: usblp.c: remove dbg() usageGreg Kroah-Hartman2012-05-011-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-031-1/+1
* | USB: convert drivers/usb/* to use module_usb_driver()Greg Kroah-Hartman2011-11-181-12/+1
|/
* usb/class: use printk_ratelimited() instead of printk_ratelimit()Manuel Zerpies2011-07-011-4/+3
* 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/+185
* 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/+0
* 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/+3
* 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-151-0/+6
* usblp: continuously poll for statusPete Zaitcev2009-03-241-4/+7
* USB: usblp.c: add USBLP_QUIRK_BIDIR to Brother HL-1440Brandon Philips2009-01-271-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-211-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/+1
* usblp: Implement the ENOSPC conventionPete Zaitcev2007-10-121-26/+39
* USB: class: usblp: clean up urb->status usageGreg Kroah-Hartman2007-07-191-8/+10
* USB: usblp: "Big cleanup" breaks O_NONBLOCKPete Zaitcev2007-07-191-4/+5
* USB: usblp: add dynamic URBs, fix racesPete Zaitcev2007-07-121-242/+376
* usblp: Don't let suspend to kill ->usedPete Zaitcev2007-06-081-3/+2
* USB: usblp: Use correct DMA address in case of probe errorPete Zaitcev2007-05-221-1/+1
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* usblp: quirk flag and device entry for Seiko Epson M129C printerAlan Stern2007-03-191-1/+5
* USB: autosuspend for usb printer driverOliver Neukum2007-02-071-11/+5
* 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/+0
* USB: failure in usblp's error pathOliver Neukum2006-11-031-0/+1
* USB: fix suspend support for usblpOliver Neukum2006-10-171-8/+71
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-2/+2
* USB: fix __must_check warnings in drivers/usb/class/Greg Kroah-Hartman2006-09-271-1/+3
* USB: usblp: Use usb_endpoint_* functions.Luiz Fernando N. Capitulino2006-09-271-7/+2
* USB: Make file operations structs in drivers/usb const.Luiz Fernando N. Capitulino2006-09-271-1/+1
* [PATCH] USB: convert a bunch of USB semaphores to mutexesArjan van de Ven2006-03-201-7/+8
* [PATCH] USB: cleanup of usblpOliver Neukum2006-01-311-47/+24
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-01-041-1/+1
|\
| * update the email address of Randy DunlapAdrian Bunk2006-01-031-1/+1
* | [PATCH] USB: Export IEEE-1284 device id in sysfs for usblp devicesDavid Woodhouse2006-01-041-9/+26
* | [PATCH] USB: ioctl compat for usblp.cPete Zaitcev2006-01-041-2/+3
* | [PATCH] USB: mark various usb tables constArjan van de Ven2006-01-041-2/+2
* | [PATCH] USB: remove .owner field from struct usb_driverGreg Kroah-Hartman2006-01-041-1/+0
|/