aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/misc/usblcd.c
Commit message (Expand)AuthorAgeFilesLines
* USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto2011-08-231-1/+1
* usb: misc: usblcd: fixed coding style issuesZack Parsons2011-08-221-56/+71
* llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
* USB: misc: Remove unnecessary casts of private_dataJoe Perches2010-08-101-4/+4
* USB: autoconvert trivial BKL users to private mutexArnd Bergmann2010-08-101-8/+8
* USB: rename usb_buffer_alloc() and usb_buffer_free() usersDaniel Mack2010-05-201-4/+4
* USB: Push BKL on open down into the driversOliver Neukum2010-03-021-0/+5
* USB misc: make USB device id constantNémeth Márton2010-03-021-1/+1
* USB: usblcd, fix memory leakJiri Slaby2009-10-091-1/+2
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-0/+1
* USB: remove info() macro from usb/misc driversGreg Kroah-Hartman2008-10-171-5/+6
* USB: remove warn() macro from usb driversGreg Kroah-Hartman2008-10-171-1/+1
* USB: usblcd: Push down BKL into driverAlan Cox2008-07-211-2/+4
* USB: remove unnecessary type casting of urb->contextMing Lei2008-04-241-1/+1
* USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-241-3/+3
* USB: open disconnect race in usblcdOliver Neukum2007-10-251-1/+10
* USB: misc: usblcd: clean up urb->status usageGreg Kroah-Hartman2007-07-191-5/+6
* USB: autosuspend for usblcdOliver Neukum2007-07-121-3/+43
* USB: prevent char device open/deregister raceAlan Stern2007-07-121-17/+4
* USB: usblcd doesn't limit memory consumption during writeOliver Neukum2007-06-251-4/+18
* USB: kill BKL in usblcdOliver Neukum2007-04-271-2/+5
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-1/+1
* USB: usblcd: Use usb_endpoint_* functions.Luiz Fernando N. Capitulino2006-09-271-6/+2
* USB: Make file operations structs in drivers/usb const.Luiz Fernando N. Capitulino2006-09-271-1/+1
* [PATCH] USB: fix pointer dereference in drivers/usb/misc/usblcdEric Sesterhenn2006-07-121-4/+2
* [PATCH] USB: kzalloc() conversion for rest of drivers/usbEric Sesterhenn2006-03-201-2/+1
* [PATCH] USB: remove .owner field from struct usb_driverGreg Kroah-Hartman2006-01-041-1/+0
* [PATCH] devfs: Remove the mode field from usb_class_driver as it's no longer ...Greg Kroah-Hartman2005-10-281-5/+4
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+404