aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/class/cdc-wdm.c
Commit message (Expand)AuthorAge
* USB: Fix 'bad dma' problem on WDM device disconnectRobert Lukassen2011-03-23
* USB: cdc-wdm: fix misuse of logical operation in place of bitopDavid Sterba2011-01-22
* llseek: automatically add .llseek fopArnd Bergmann2010-10-15
* USB: rename usb_buffer_alloc() and usb_buffer_free() usersDaniel Mack2010-05-20
* usb: cdc-wdm: Fix deadlock between write and resumeOliver Neukum2010-03-19
* usb: cdc-wdm: Fix order in disconnect and fix lockingOliver Neukum2010-03-19
* usb: cdc-wdm:Fix loss of data due to autosuspendOliver Neukum2010-03-19
* usb: cdc-wdm: Fix submission of URB after suspensionOliver Neukum2010-03-19
* usb: cdc-wdm: Fix race between disconnect and debug messagesOliver Neukum2010-03-19
* usb: cdc-wdm: Fix race between autosuspend and reading from the deviceOliver Neukum2010-03-19
* usb: cdc-wdm: Fix race between write and disconnectOliver Neukum2010-03-19
* USB: BKL removal: cdc-wdmOliver Neukum2010-03-02
* USB: Push BKL on open down into the driversOliver Neukum2010-03-02
* USB class: make USB device id constantNémeth Márton2010-03-02
* USB: CDC WDM driver doesn't support non-blocking readsOliver Neukum2009-09-23
* trivial: remove unnecessary semicolonsJoe Perches2009-09-21
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-12
* USB: correct error handling in cdc-wdmOliver Neukum2009-04-23
* USB: fix oops in cdc-wdm in case of malformed descriptorsOliver Neukum2009-04-17
* USB: Enhance usage of pm_message_tAlan Stern2009-01-07
* USB: cdc-wdm: make module autoload workOliver Neukum2008-10-22
* USB: remove err() macro from usb class driversGreg Kroah-Hartman2008-10-17
* USB: fix build error in cdc-acm for CONFIG_PM=nOliver Neukum2008-07-21
* USB: autosuspend for cdc-wdmOliver Neukum2008-07-21
* USB: cdc-wdm cleanupOliver Neukum2008-07-21
* cdc-wdm endianness fixesAl Viro2008-06-04
* USB: CDC WDM driverOliver Neukum2008-05-20