aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/class/usblp.c
AgeCommit message (Expand)AuthorFilesLines
2025-09-06usb: usblp: Use min_t() to improve usblp_read()Thorsten Blum1-1/+2
2025-07-21usb: usblp: clean up assignment inside if conditionsDarshan Rathod1-11/+22
2025-01-13Merge 6.13-rc7 into usb-nextGreg Kroah-Hartman1-3/+4
2024-12-23USB: usblp: return error when setting unsupported protocolJun Yan1-3/+4
2024-12-23USB: usblp: remove redundant semicolonJun Yan1-1/+1
2022-10-20USB: make devnode() callback in usb_class_driver take a const *Greg Kroah-Hartman1-1/+1
2021-03-10USB: usblp: fix a hang in poll() if disconnectedPete Zaitcev1-4/+12
2021-01-26USB: usblp: don't call usb_set_interface if there's a single altJeremy Figgins1-8/+11
2021-01-04USB: usblp: fix DMA to stackJohan Hovold1-2/+19
2020-09-17usblp: fix race between disconnect() and read()Oliver Neukum1-0/+5
2020-05-13usblp: poison URBs upon disconnectOliver Neukum1-1/+4
2019-10-15USB: usblp: fix use-after-free on disconnectJohan Hovold1-1/+3
2019-10-04USB: usblp: fix runtime PM after driver unbindJohan Hovold1-3/+5
2019-08-09USB: usblp: convert to use dev_groupsGreg Kroah-Hartman1-6/+7
2018-06-28usb: usblp: use irqsave() in USB's complete callbackSebastian Andrzej Siewior1-4/+6
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-2/+2
2018-02-01Merge tag 'usb-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-2/+2
2018-01-24USB: move many drivers to use DEVICE_ATTR_ROGreg Kroah-Hartman1-2/+2
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-2/+2
2017-11-04USB: class: Remove redundant license textGreg Kroah-Hartman1-16/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-04-18usb: fix some references for /proc/bus/usbMauro Carvalho Chehab1-1/+1
2017-03-23USB: usblp: refactor endpoint retrievalJohan Hovold1-22/+13
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar1-1/+1
2015-11-19usblp: do not set TASK_INTERRUPTIBLE before lockJiri Slaby1-1/+1
2015-07-22usb: class: Use USB_CLASS_PRINTER instead of number 7Krzysztof Opasiak1-24/+42
2015-05-10USB: usblp.c: move assignment out of if () blockGreg Kroah-Hartman1-5/+10
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2012-05-01USB: usblp.c: remove dbg() usageGreg Kroah-Hartman1-35/+47
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-1/+1
2012-01-03switch device_get_devnode() and ->devnode() to umode_t *Al Viro1-1/+1
2011-11-18USB: convert drivers/usb/* to use module_usb_driver()Greg Kroah-Hartman1-12/+1
2011-07-01usb/class: use printk_ratelimited() instead of printk_ratelimit()Manuel Zerpies1-4/+3
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-08-10USB: usblp: fixed switch, brace, whitespace and spacing coding style issuesNicolas Kaiser1-186/+185
2010-07-19update email addressPavel Machek1-1/+1
2010-05-20USB: rename usb_buffer_alloc() and usb_buffer_free() usersDaniel Mack1-1/+1
2010-03-02usb: BKL removal: usblpOliver Neukum1-3/+0
2010-03-02USB: Push BKL on open down into the driversOliver Neukum1-0/+3
2010-03-02USB class: make USB device id constantNémeth Márton1-1/+1
2010-03-02USB: usblp: Remove checks no longer needed with the new runtime PM systemOliver Neukum1-17/+3
2009-09-19Driver-Core: extend devnode callbacks to provide permissionsKay Sievers1-2/+2
2009-06-15Driver Core: usb: add nodename support for usb drivers.Kay Sievers1-0/+6
2009-03-24usblp: continuously poll for statusPete Zaitcev1-4/+7
2009-01-27USB: usblp.c: add USBLP_QUIRK_BIDIR to Brother HL-1440Brandon Philips1-0/+1
2008-10-17USB: remove err() macro from usb class driversGreg Kroah-Hartman1-3/+4
2008-10-17drivers/usb/class/usblp.c: adjust error handling codeJulia Lawall1-9/+9
2008-02-21USB: fix pm counter leak in usblpOliver Neukum1-0/+1
2007-10-12usblp: Fix a double kfreePete Zaitcev1-12/+23
2007-10-12usblp: CosmeticsPete Zaitcev1-4/+5
2007-10-12usblp: mutex in usblp_check_statusPete Zaitcev1-3/+4
2007-10-12usblp: Make use of URB_FREE_BUFFERPete Zaitcev1-3/+1
2007-10-12usblp: Implement the ENOSPC conventionPete Zaitcev1-26/+39
2007-07-19USB: class: usblp: clean up urb->status usageGreg Kroah-Hartman1-8/+10
2007-07-19USB: usblp: "Big cleanup" breaks O_NONBLOCKPete Zaitcev1-4/+5
2007-07-12USB: usblp: add dynamic URBs, fix racesPete Zaitcev1-242/+376
2007-06-08usblp: Don't let suspend to kill ->usedPete Zaitcev1-3/+2
2007-05-22USB: usblp: Use correct DMA address in case of probe errorPete Zaitcev1-1/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-03-19usblp: quirk flag and device entry for Seiko Epson M129C printerAlan Stern1-1/+5
2007-02-07USB: autosuspend for usb printer driverOliver Neukum1-11/+5
2007-01-05USB: usblp.c - add Kyocera Mita FS 820 to list of "quirky" printersMartin Williges1-0/+1
2006-12-20USB: mutexification of usblpOliver Neukum1-25/+29
2006-11-03USB: usblp: fix system suspend for some systemsOliver Neukum1-2/+0
2006-11-03USB: failure in usblp's error pathOliver Neukum1-0/+1
2006-10-17USB: fix suspend support for usblpOliver Neukum1-8/+71
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-2/+2
2006-09-27USB: fix __must_check warnings in drivers/usb/class/Greg Kroah-Hartman1-1/+3
2006-09-27USB: usblp: Use usb_endpoint_* functions.Luiz Fernando N. Capitulino1-7/+2
2006-09-27USB: Make file operations structs in drivers/usb const.Luiz Fernando N. Capitulino1-1/+1
2006-03-20[PATCH] USB: convert a bunch of USB semaphores to mutexesArjan van de Ven1-7/+8
2006-01-31[PATCH] USB: cleanup of usblpOliver Neukum1-47/+24
2006-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-1/+1
2006-01-04[PATCH] USB: Export IEEE-1284 device id in sysfs for usblp devicesDavid Woodhouse1-9/+26
2006-01-04[PATCH] USB: ioctl compat for usblp.cPete Zaitcev1-2/+3
2006-01-04[PATCH] USB: mark various usb tables constArjan van de Ven1-2/+2
2006-01-04[PATCH] USB: remove .owner field from struct usb_driverGreg Kroah-Hartman1-1/+0
2006-01-03update the email address of Randy DunlapAdrian Bunk1-1/+1
2005-10-28[PATCH] devfs: Remove the mode field from usb_class_driver as it's no longer ...Greg Kroah-Hartman1-2/+1
2005-09-08[PATCH] USB usblp: rate-limit printer status error messagesRandy Dunlap1-3/+6
2005-06-27[PATCH] USB: usblp: 2x up() in usblp_readDomen Puncer1-0/+1
2005-06-27[PATCH] USB: Fix race condition in usblp_writeC. Adam Oldham1-0/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+1214