summaryrefslogtreecommitdiff
path: root/drivers/usb/class
AgeCommit message (Expand)Author
2012-04-16USB: cdc-acm: disconnect stuck issue and acm_tty_open crashVinayak Pane
2012-04-16usb: cdc-acm: fix anchored urb leakVinayak Pane
2012-03-05arm : tegra : comm: AT command loss WARSeshendra Gadagottu
2012-03-05usb: cdc-acm: Add acm handle validity checkSeshendra Gadagottu
2012-02-21usb: cdc-acm: Fix compilation warning in cdc-acm driver.Steve Lin
2012-02-09USB: cdc-wdm: call wake_up_all to allow driver to shutdown on device removalBjørn Mork
2012-02-09USB: cdc-wdm: use two mutexes to allow simultaneous read and writeBjørn Mork
2012-02-09USB: cdc-wdm: updating desc->length must be protected by spin_lockBjørn Mork
2012-02-08USB: cdc-wdm: better allocate a buffer that is at least as big as we tell the...Bjørn Mork
2012-02-08USB: cdc-wdm: Avoid hanging on interface with no USB_CDC_DMM_TYPEBjørn Mork
2012-01-24arm: usb: cdc: Modifed USB buffer logic for autopm issueSeshendra Gadagottu
2012-01-16Merge branch 'linux-3.1.y' into android-tegra-nv-3.1Varun Wadekar
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
2012-01-05Linux 3.1.7Varun Wadekar
2011-12-21USB: cdc-acm: add IDs for Motorola H24 HSPA USB module.Krzysztof Hałasa
2011-12-21usb: cdc: fix build breakVarun Wadekar
2011-12-21arm: usb: cdc: Fix cdc-acm auto pm issuesSeshendra Gadagottu
2011-12-21usb: class: cdc-acm: Fix NO_UNION_NORMAL detection in CDC-ACM.Michael Hsu
2011-11-30usb: cdc-acm: remove tty_hangup in acm_reset_resumeSteve Lin
2011-11-30usb: cdc-acm: blocking non-real ACM deviceMichael Hsu
2011-11-30arm: tegra: usb: Exclude incompatible device from CDC-ACM driver.Michael Hsu
2011-11-30usb: cdc-acm: Add supported modem to CDC-ACM driver.Michael Hsu
2011-11-26USB: cdc-acm: Fix disconnect() vs close() raceHavard Skinnemoen
2011-11-11usb: cdc-acm: Owen SI-30 supportDenis Pershin
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
2011-04-13USB: cdc-acm: add missing newlines to dev_dbg and dev_errJohan Hovold
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-23USB: cdc-acm: fix potential null-pointer dereference on disconnectJohan Hovold
2011-03-23USB: cdc-acm: fix potential null-pointer dereferenceJohan Hovold
2011-03-23USB: cdc-acm: fix memory corruption / panicJohan Hovold
2011-03-23USB: Fix 'bad dma' problem on WDM device disconnectRobert Lukassen
2011-02-24Merge 2.6.38-rc6 into tty-nextGreg Kroah-Hartman
2011-02-17tty: now phase out the ioctl file pointer for goodAlan Cox