aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/class/cdc-wdm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-23USB: CDC WDM driver doesn't support non-blocking readsOliver Neukum1-6/+24
2009-09-21trivial: remove unnecessary semicolonsJoe Perches1-2/+0
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-1/+0
2009-04-23USB: correct error handling in cdc-wdmOliver Neukum1-9/+18
2009-04-17USB: fix oops in cdc-wdm in case of malformed descriptorsOliver Neukum1-1/+1
2009-01-07USB: Enhance usage of pm_message_tAlan Stern1-1/+2
2008-10-22USB: cdc-wdm: make module autoload workOliver Neukum1-0/+2
2008-10-17USB: remove err() macro from usb class driversGreg Kroah-Hartman1-18/+30
2008-07-21USB: fix build error in cdc-acm for CONFIG_PM=nOliver Neukum1-0/+4
2008-07-21USB: autosuspend for cdc-wdmOliver Neukum1-6/+101
2008-07-21USB: cdc-wdm cleanupOliver Neukum1-6/+10
2008-06-04cdc-wdm endianness fixesAl Viro1-2/+2
2008-05-20USB: CDC WDM driverOliver Neukum1-0/+740