summaryrefslogtreecommitdiff
path: root/drivers/usb/class
AgeCommit message (Expand)Author
2014-01-03USB: cdc-acm: Added support for the Lenovo RD02-D400 USB ModemDavid Cluytens
2013-10-26USB: cdc-wdm: fix race between interrupt handler and taskletOliver Neukum
2013-03-20USB: cdc-wdm: fix buffer overflowOliver Neukum
2013-02-06USB: cdc-acm: Add support for "PSC Scanning, Magellan 800i"Denis N Ladin
2013-01-03USB: cdc-wdm: fix regression on buffer deallocationHerton Ronaldo Krzesinski
2012-10-30Add CDC-ACM support for the CX93010-2x UCMxx USB ModemJean-Christian de Rivaz
2012-10-30usb: acm: fix the computation of the number of data bitsNicolas Boullis
2012-10-30USB: cdc-acm: fix pipe type of write endpointMing Lei
2012-09-12USB: CDC ACM: Fix NULL pointer dereferenceSven Schnelle
2012-07-25USB: cdc-wdm: fix lockup on error in wdm_readBjørn Mork
2012-06-19usb: cdc-acm: fix devices not unthrottled on openOtto Meta
2012-06-19usb: cdc-wdm: Add device-id for Huawei 3G/LTE modemsBjørn Mork
2012-05-31USB: cdc-wdm: cannot use dev_printk when device is goneBjørn Mork
2012-05-31USB: cdc-wdm: add debug messages on cleanupBjørn Mork
2012-05-31USB: cdc-wdm: poll must return POLLHUP if device is goneBjørn Mork
2012-05-31USB: cdc-wdm: fix memory leakOliver Neukum
2012-05-31USB: cdc-wdm: sanitize error returnsOliver Neukum
2012-05-11USB: cdc-wdm: fix race leading leading to memory corruptionOliver Neukum
2012-04-02cdc-wdm: Don't clear WDM_READ unless entire read buffer is emptiedBen Hutchings
2012-04-02cdc-wdm: Fix more races on the read pathBen Hutchings
2012-02-03USB: cdc-wdm: Avoid hanging on interface with no USB_CDC_DMM_TYPEBjørn Mork
2012-02-03USB: cdc-wdm: better allocate a buffer that is at least as big as we tell the...Bjørn Mork
2012-02-03USB: cdc-wdm: call wake_up_all to allow driver to shutdown on device removalBjørn Mork
2012-02-03USB: cdc-wdm: use two mutexes to allow simultaneous read and writeBjørn Mork
2012-02-03USB: cdc-wdm: updating desc->length must be protected by spin_lockBjørn Mork
2012-01-12usb: cdc-acm: Fix acm_tty_hangup() vs. acm_tty_close() raceThilo-Alexander Ginkel
2012-01-12drivers/usb/class/cdc-acm.c: clear dangling pointerJulia Lawall
2011-12-12USB: cdc-acm: add IDs for Motorola H24 HSPA USB module.Krzysztof Hałasa
2011-11-14USB: cdc-acm: Fix disconnect() vs close() raceHavard Skinnemoen
2011-10-25Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2011-09-18usb: cdc-acm: Owen SI-30 supportDenis Pershin
2011-08-23USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto
2011-08-19PM / Runtime: Add macro to test for runtime PM eventsAlan Stern
2011-08-08USB: assign instead of equal in usbtmc.cMaxim Nikulin
2011-07-01usb/class: use printk_ratelimited() instead of printk_ratelimit()Manuel Zerpies
2011-06-06USB: cdc-acm: Adding second ACM channel support for Nokia E7 and C7Toby Gray
2011-05-11USB: cdc_acm: Fix oops when Droids MuIn LCD is connectedErik Slagter
2011-04-29USB: cdc-wdm: reset handling according to new requirementsOliver Neukum
2011-04-13USB: cdc-acm: re-write read processingJohan Hovold
2011-04-13USB: cdc-acm: clean up read urb allocationJohan Hovold
2011-04-13USB: cdc-acm: clean up open error handlingJohan Hovold
2011-04-13USB: cdc-acm: clean up rx_buflimit referencesJohan Hovold
2011-04-13USB: cdc-acm: remove unused drain-delay codeJohan Hovold
2011-04-13USB: cdc-acm: remove superfluous prototypeJohan Hovold
2011-04-13USB: cdc-acm: remove version information and changelogJohan Hovold
2011-04-13USB: cdc-acm: use dev_vdbg in read/write pathsJohan Hovold
2011-04-13USB: cdc-acm: clean up verbose debugJohan Hovold
2011-04-13USB: cdc-acm: replace dbg macros with dev_dbgJohan Hovold
2011-04-13USB: cdc-acm: clean up dev_err and dev_dbgJohan Hovold
2011-04-13USB: cdc-acm: use dev_err to report failed allocationsJohan Hovold