summaryrefslogtreecommitdiffstats
path: root/drivers/usb/class/usblp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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/+2Star
* 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-02-011-47/+24Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-01-051-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/+0Star
|/
* [PATCH] devfs: Remove the mode field from usb_class_driver as it's no longer ...Greg Kroah-Hartman2005-10-291-2/+1Star
* [PATCH] USB usblp: rate-limit printer status error messagesRandy Dunlap2005-09-091-3/+6
* [PATCH] USB: usblp: 2x up() in usblp_readDomen Puncer2005-06-271-0/+1
* [PATCH] USB: Fix race condition in usblp_writeC. Adam Oldham2005-06-271-0/+2
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+1214