summaryrefslogtreecommitdiffstats
path: root/drivers/usb/class/cdc-wdm.c
Commit message (Expand)AuthorAgeFilesLines
* USB: Fix 'bad dma' problem on WDM device disconnectRobert Lukassen2011-03-231-1/+1
* USB: cdc-wdm: fix misuse of logical operation in place of bitopDavid Sterba2011-01-221-1/+1
* llseek: automatically add .llseek fopArnd Bergmann2010-10-151-1/+2
* USB: rename usb_buffer_alloc() and usb_buffer_free() usersDaniel Mack2010-05-201-19/+19
* usb: cdc-wdm: Fix deadlock between write and resumeOliver Neukum2010-03-191-2/+2
* usb: cdc-wdm: Fix order in disconnect and fix lockingOliver Neukum2010-03-191-8/+17
* usb: cdc-wdm:Fix loss of data due to autosuspendOliver Neukum2010-03-191-1/+4
* usb: cdc-wdm: Fix submission of URB after suspensionOliver Neukum2010-03-191-2/+5
* usb: cdc-wdm: Fix race between disconnect and debug messagesOliver Neukum2010-03-191-5/+0
* usb: cdc-wdm: Fix race between autosuspend and reading from the deviceOliver Neukum2010-03-191-4/+10
* usb: cdc-wdm: Fix race between write and disconnectOliver Neukum2010-03-191-39/+45
* USB: BKL removal: cdc-wdmOliver Neukum2010-03-021-3/+0
* USB: Push BKL on open down into the driversOliver Neukum2010-03-021-0/+3
* USB class: make USB device id constantNémeth Márton2010-03-021-1/+1
* USB: CDC WDM driver doesn't support non-blocking readsOliver Neukum2009-09-231-6/+24
* trivial: remove unnecessary semicolonsJoe Perches2009-09-211-2/+0
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-1/+0
* USB: correct error handling in cdc-wdmOliver Neukum2009-04-231-9/+18
* USB: fix oops in cdc-wdm in case of malformed descriptorsOliver Neukum2009-04-171-1/+1
* USB: Enhance usage of pm_message_tAlan Stern2009-01-071-1/+2
* USB: cdc-wdm: make module autoload workOliver Neukum2008-10-221-0/+2
* USB: remove err() macro from usb class driversGreg Kroah-Hartman2008-10-171-18/+30
* USB: fix build error in cdc-acm for CONFIG_PM=nOliver Neukum2008-07-211-0/+4
* USB: autosuspend for cdc-wdmOliver Neukum2008-07-211-6/+101
* USB: cdc-wdm cleanupOliver Neukum2008-07-211-6/+10
* cdc-wdm endianness fixesAl Viro2008-06-041-2/+2
* USB: CDC WDM driverOliver Neukum2008-05-201-0/+740
OpenPOWER on IntegriCloud