summaryrefslogtreecommitdiff
path: root/drivers/usb/class
AgeCommit message (Expand)AuthorFilesLines
2013-02-06USB: cdc-acm: Add support for "PSC Scanning, Magellan 800i"Denis N Ladin1-0/+3
2013-01-03USB: cdc-wdm: fix regression on buffer deallocationHerton Ronaldo Krzesinski1-2/+2
2012-10-30Add CDC-ACM support for the CX93010-2x UCMxx USB ModemJean-Christian de Rivaz1-0/+3
2012-10-30usb: acm: fix the computation of the number of data bitsNicolas Boullis1-5/+15
2012-10-30USB: cdc-acm: fix pipe type of write endpointMing Lei1-1/+1
2012-09-12USB: CDC ACM: Fix NULL pointer dereferenceSven Schnelle1-1/+2
2012-07-25USB: cdc-wdm: fix lockup on error in wdm_readBjørn Mork1-0/+2
2012-06-19usb: cdc-acm: fix devices not unthrottled on openOtto Meta1-0/+8
2012-06-19usb: cdc-wdm: Add device-id for Huawei 3G/LTE modemsBjørn Mork1-0/+16
2012-05-31USB: cdc-wdm: cannot use dev_printk when device is goneBjørn Mork1-4/+7
2012-05-31USB: cdc-wdm: add debug messages on cleanupBjørn Mork1-2/+6
2012-05-31USB: cdc-wdm: poll must return POLLHUP if device is goneBjørn Mork1-1/+1
2012-05-31USB: cdc-wdm: fix memory leakOliver Neukum1-0/+2
2012-05-31USB: cdc-wdm: sanitize error returnsOliver Neukum1-1/+1
2012-05-11USB: cdc-wdm: fix race leading leading to memory corruptionOliver Neukum1-2/+5
2012-04-02cdc-wdm: Don't clear WDM_READ unless entire read buffer is emptiedBen Hutchings1-1/+0
2012-04-02cdc-wdm: Fix more races on the read pathBen Hutchings1-5/+11
2012-02-03USB: cdc-wdm: Avoid hanging on interface with no USB_CDC_DMM_TYPEBjørn Mork1-1/+3
2012-02-03USB: cdc-wdm: better allocate a buffer that is at least as big as we tell the...Bjørn Mork1-1/+1
2012-02-03USB: cdc-wdm: call wake_up_all to allow driver to shutdown on device removalBjørn Mork1-1/+1
2012-02-03USB: cdc-wdm: use two mutexes to allow simultaneous read and writeBjørn Mork1-18/+31
2012-02-03USB: cdc-wdm: updating desc->length must be protected by spin_lockBjørn Mork1-0/+2
2012-01-12usb: cdc-acm: Fix acm_tty_hangup() vs. acm_tty_close() raceThilo-Alexander Ginkel1-2/+10
2012-01-12drivers/usb/class/cdc-acm.c: clear dangling pointerJulia Lawall1-0/+4
2011-12-12USB: cdc-acm: add IDs for Motorola H24 HSPA USB module.Krzysztof Hałasa1-0/+10
2011-11-14USB: cdc-acm: Fix disconnect() vs close() raceHavard Skinnemoen1-3/+5
2011-10-25Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-4/+4
2011-09-18usb: cdc-acm: Owen SI-30 supportDenis Pershin1-0/+3
2011-08-23USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto3-7/+6
2011-08-19PM / Runtime: Add macro to test for runtime PM eventsAlan Stern2-4/+4
2011-08-08USB: assign instead of equal in usbtmc.cMaxim Nikulin1-1/+1
2011-07-01usb/class: use printk_ratelimited() instead of printk_ratelimit()Manuel Zerpies1-4/+3
2011-06-06USB: cdc-acm: Adding second ACM channel support for Nokia E7 and C7Toby Gray1-0/+2
2011-05-11USB: cdc_acm: Fix oops when Droids MuIn LCD is connectedErik Slagter2-2/+12
2011-04-29USB: cdc-wdm: reset handling according to new requirementsOliver Neukum1-0/+14
2011-04-13USB: cdc-acm: re-write read processingJohan Hovold2-197/+120
2011-04-13USB: cdc-acm: clean up read urb allocationJohan Hovold1-16/+13
2011-04-13USB: cdc-acm: clean up open error handlingJohan Hovold1-3/+1
2011-04-13USB: cdc-acm: clean up rx_buflimit referencesJohan Hovold1-7/+7
2011-04-13USB: cdc-acm: remove unused drain-delay codeJohan Hovold2-7/+0
2011-04-13USB: cdc-acm: remove superfluous prototypeJohan Hovold1-2/+0
2011-04-13USB: cdc-acm: remove version information and changelogJohan Hovold1-30/+2
2011-04-13USB: cdc-acm: use dev_vdbg in read/write pathsJohan Hovold1-7/+7
2011-04-13USB: cdc-acm: clean up verbose debugJohan Hovold1-9/+2
2011-04-13USB: cdc-acm: replace dbg macros with dev_dbgJohan Hovold1-28/+52
2011-04-13USB: cdc-acm: clean up dev_err and dev_dbgJohan Hovold1-6/+9
2011-04-13USB: cdc-acm: use dev_err to report failed allocationsJohan Hovold1-7/+7
2011-04-13USB: cdc-acm: add missing newlines to dev_dbg and dev_errJohan Hovold1-3/+3
2011-03-31Fix common misspellingsLucas De Marchi2-2/+2
2011-03-23USB: cdc-acm: fix potential null-pointer dereference on disconnectJohan Hovold1-1/+2