summaryrefslogtreecommitdiff
path: root/drivers/usb/misc/usblcd.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-23USB: usblcd: refactor endpoint retrievalJohan Hovold1-29/+18
2016-08-30usb: misc: usblcd: don't print on ENOMEMWolfram Sang1-7/+2
2014-01-09usb: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2012-05-02USB: usblcd.c: remove dbg() usageGreg Kroah-Hartman1-2/+2
2012-04-21USB: usblcd.c: remove err() usageGreg Kroah-Hartman1-8/+12
2011-11-18USB: convert drivers/usb/* to use module_usb_driver()Greg Kroah-Hartman1-19/+1
2011-08-23USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto1-1/+1
2011-08-23usb: misc: usblcd: fixed coding style issuesZack Parsons1-56/+71
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-08-11USB: misc: Remove unnecessary casts of private_dataJoe Perches1-4/+4
2010-08-11USB: autoconvert trivial BKL users to private mutexArnd Bergmann1-8/+8
2010-05-21USB: rename usb_buffer_alloc() and usb_buffer_free() usersDaniel Mack1-4/+4
2010-03-03USB: Push BKL on open down into the driversOliver Neukum1-0/+5
2010-03-03USB misc: make USB device id constantNémeth Márton1-1/+1
2009-10-10USB: usblcd, fix memory leakJiri Slaby1-1/+2
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-0/+1
2008-10-18USB: remove info() macro from usb/misc driversGreg Kroah-Hartman1-5/+6
2008-10-18USB: remove warn() macro from usb driversGreg Kroah-Hartman1-1/+1
2008-07-22USB: usblcd: Push down BKL into driverAlan Cox1-2/+4
2008-04-25USB: remove unnecessary type casting of urb->contextMing Lei1-1/+1
2008-04-25USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-3/+3
2007-10-25USB: open disconnect race in usblcdOliver Neukum1-1/+10
2007-07-20USB: misc: usblcd: clean up urb->status usageGreg Kroah-Hartman1-5/+6
2007-07-13USB: autosuspend for usblcdOliver Neukum1-3/+43
2007-07-13USB: prevent char device open/deregister raceAlan Stern1-17/+4
2007-06-26USB: usblcd doesn't limit memory consumption during writeOliver Neukum1-4/+18
2007-04-28USB: kill BKL in usblcdOliver Neukum1-2/+5
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1
2006-09-27USB: usblcd: Use usb_endpoint_* functions.Luiz Fernando N. Capitulino1-6/+2
2006-09-27USB: Make file operations structs in drivers/usb const.Luiz Fernando N. Capitulino1-1/+1
2006-07-13[PATCH] USB: fix pointer dereference in drivers/usb/misc/usblcdEric Sesterhenn1-4/+2
2006-03-21[PATCH] USB: kzalloc() conversion for rest of drivers/usbEric Sesterhenn1-2/+1
2006-01-05[PATCH] USB: remove .owner field from struct usb_driverGreg Kroah-Hartman1-1/+0
2005-10-29[PATCH] devfs: Remove the mode field from usb_class_driver as it's no longer ...Greg Kroah-Hartman1-5/+4
2005-04-17Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+404