aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/class/usblp.c
AgeCommit message (Expand)Author
2021-02-10USB: usblp: don't call usb_set_interface if there's a single altJeremy Figgins
2021-01-12USB: usblp: fix DMA to stackJohan Hovold
2020-09-23usblp: fix race between disconnect() and read()Oliver Neukum
2020-06-25usblp: poison URBs upon disconnectOliver Neukum
2019-10-29USB: usblp: fix use-after-free on disconnectJohan Hovold
2019-10-17USB: usblp: fix runtime PM after driver unbindJohan Hovold
2017-04-18usb: fix some references for /proc/bus/usbMauro Carvalho Chehab
2017-03-23USB: usblp: refactor endpoint retrievalJohan Hovold
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2015-11-19usblp: do not set TASK_INTERRUPTIBLE before lockJiri Slaby
2015-07-22usb: class: Use USB_CLASS_PRINTER instead of number 7Krzysztof Opasiak
2015-05-10USB: usblp.c: move assignment out of if () blockGreg Kroah-Hartman
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker
2012-05-01USB: usblp.c: remove dbg() usageGreg Kroah-Hartman
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2012-01-03switch device_get_devnode() and ->devnode() to umode_t *Al Viro
2011-11-18USB: convert drivers/usb/* to use module_usb_driver()Greg Kroah-Hartman
2011-07-01usb/class: use printk_ratelimited() instead of printk_ratelimit()Manuel Zerpies
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-08-10USB: usblp: fixed switch, brace, whitespace and spacing coding style issuesNicolas Kaiser
2010-07-19update email addressPavel Machek
2010-05-20USB: rename usb_buffer_alloc() and usb_buffer_free() usersDaniel Mack
2010-03-02usb: BKL removal: usblpOliver Neukum
2010-03-02USB: Push BKL on open down into the driversOliver Neukum
2010-03-02USB class: make USB device id constantNémeth Márton
2010-03-02USB: usblp: Remove checks no longer needed with the new runtime PM systemOliver Neukum
2009-09-19Driver-Core: extend devnode callbacks to provide permissionsKay Sievers
2009-06-15Driver Core: usb: add nodename support for usb drivers.Kay Sievers
2009-03-24usblp: continuously poll for statusPete Zaitcev
2009-01-27USB: usblp.c: add USBLP_QUIRK_BIDIR to Brother HL-1440Brandon Philips
2008-10-17USB: remove err() macro from usb class driversGreg Kroah-Hartman
2008-10-17drivers/usb/class/usblp.c: adjust error handling codeJulia Lawall
2008-02-21USB: fix pm counter leak in usblpOliver Neukum
2007-10-12usblp: Fix a double kfreePete Zaitcev
2007-10-12usblp: CosmeticsPete Zaitcev
2007-10-12usblp: mutex in usblp_check_statusPete Zaitcev
2007-10-12usblp: Make use of URB_FREE_BUFFERPete Zaitcev
2007-10-12usblp: Implement the ENOSPC conventionPete Zaitcev
2007-07-19USB: class: usblp: clean up urb->status usageGreg Kroah-Hartman
2007-07-19USB: usblp: "Big cleanup" breaks O_NONBLOCKPete Zaitcev
2007-07-12USB: usblp: add dynamic URBs, fix racesPete Zaitcev
2007-06-08usblp: Don't let suspend to kill ->usedPete Zaitcev
2007-05-22USB: usblp: Use correct DMA address in case of probe errorPete Zaitcev
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap
2007-03-19usblp: quirk flag and device entry for Seiko Epson M129C printerAlan Stern
2007-02-07USB: autosuspend for usb printer driverOliver Neukum
2007-01-05USB: usblp.c - add Kyocera Mita FS 820 to list of "quirky" printersMartin Williges
2006-12-20USB: mutexification of usblpOliver Neukum
2006-11-03USB: usblp: fix system suspend for some systemsOliver Neukum
2006-11-03USB: failure in usblp's error pathOliver Neukum