summaryrefslogtreecommitdiff
path: root/drivers/usb/misc/usblcd.c
AgeCommit message (Expand)Author
2012-05-01USB: usblcd.c: remove dbg() usageGreg Kroah-Hartman
2012-04-20USB: usblcd.c: remove err() usageGreg Kroah-Hartman
2011-11-18USB: convert drivers/usb/* to use module_usb_driver()Greg Kroah-Hartman
2011-08-23USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto
2011-08-22usb: misc: usblcd: fixed coding style issuesZack Parsons
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-08-10USB: misc: Remove unnecessary casts of private_dataJoe Perches
2010-08-10USB: autoconvert trivial BKL users to private mutexArnd Bergmann
2010-05-20USB: rename usb_buffer_alloc() and usb_buffer_free() usersDaniel Mack
2010-03-02USB: Push BKL on open down into the driversOliver Neukum
2010-03-02USB misc: make USB device id constantNémeth Márton
2009-10-09USB: usblcd, fix memory leakJiri Slaby
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan
2008-10-17USB: remove info() macro from usb/misc driversGreg Kroah-Hartman
2008-10-17USB: remove warn() macro from usb driversGreg Kroah-Hartman
2008-07-21USB: usblcd: Push down BKL into driverAlan Cox
2008-04-24USB: remove unnecessary type casting of urb->contextMing Lei
2008-04-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2007-10-25USB: open disconnect race in usblcdOliver Neukum
2007-07-19USB: misc: usblcd: clean up urb->status usageGreg Kroah-Hartman
2007-07-12USB: autosuspend for usblcdOliver Neukum
2007-07-12USB: prevent char device open/deregister raceAlan Stern
2007-06-25USB: usblcd doesn't limit memory consumption during writeOliver Neukum
2007-04-27USB: kill BKL in usblcdOliver Neukum
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells
2006-09-27USB: usblcd: Use usb_endpoint_* functions.Luiz Fernando N. Capitulino
2006-09-27USB: Make file operations structs in drivers/usb const.Luiz Fernando N. Capitulino
2006-07-12[PATCH] USB: fix pointer dereference in drivers/usb/misc/usblcdEric Sesterhenn
2006-03-20[PATCH] USB: kzalloc() conversion for rest of drivers/usbEric Sesterhenn
2006-01-04[PATCH] USB: remove .owner field from struct usb_driverGreg Kroah-Hartman
2005-10-28[PATCH] devfs: Remove the mode field from usb_class_driver as it's no longer ...Greg Kroah-Hartman
2005-04-03[PATCH] usblcd portability fixAlexander Viro
2005-03-29[PATCH] USB: rewrite the usblcd driverGeorges Toth
2005-03-07[PATCH] usb/usblp: change parameters of usb_{control,bulk}_msg() to msecsNishanth Aravamudan
2004-12-19USB: convert the idVendor, idProduct, bcdDevice and bcdUSB fields to __le16Greg Kroah-Hartman
2003-08-26[PATCH] Audit and minor cleanups in drivers/usb/*Daniele Bellucci
2003-07-15[PATCH] USB: usblcd: race between open and read/writeOliver Neukum
2003-06-17[PATCH] USB: fix up sparse warnings in drivers/usb/misc/*Greg Kroah-Hartman
2003-05-29o drivers/usb/misc/usblcd: initialize struct usb_driver ->owner fieldArnaldo Carvalho de Melo
2003-05-06[PATCH] USB: converted usblcd over to new usb_register_dev() changes.Greg Kroah-Hartman
2003-02-27[PATCH] usbcld typoJohn Levon
2002-12-26[PATCH] USB misc drivers: remove direct calls to dev_set* and dev_get*Greg Kroah-Hartman
2002-12-17[PATCH] USB: proper error return for usblcdOliver Neukum
2002-09-23[PATCH] USBLCD updatesAdams IT Services
2002-09-16USB: convert the drivers/usb/misc files to the new USB driver model.Greg Kroah-Hartman
2002-08-20USB: fix minor number for the usblcd driver.Greg Kroah-Hartman
2002-08-20USB: added usblcd driverGreg Kroah-Hartman