aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/class
AgeCommit message (Expand)AuthorFilesLines
2012-10-17usb: acm: fix the computation of the number of data bitsNicolas Boullis1-5/+15
2012-10-17USB: cdc-acm: fix pipe type of write endpointMing Lei1-1/+1
2012-10-11Add CDC-ACM support for the CX93010-2x UCMxx USB ModemJean-Christian de Rivaz1-0/+3
2012-10-01Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-1/+0
2012-09-16Merge 3.6-rc6 into usb-nextGreg Kroah-Hartman1-4/+8
2012-09-16Merge 3.6-rc6 into tty-nextGreg Kroah-Hartman1-4/+8
2012-09-10USB: cdc-wdm: fix wdm_find_device* return valueBjørn Mork1-4/+8
2012-09-05usb: cdc-acm: remove duplicated include from cdc-acm.cWei Yongjun1-1/+0
2012-08-27Merge 3.6-rc3 into tty-nextGreg Kroah-Hartman1-1/+2
2012-08-17USB: CDC ACM: Fix NULL pointer dereferenceSven Schnelle1-1/+2
2012-08-13TTY: use tty_port_register_deviceJiri Slaby1-1/+2
2012-08-06Merge tty-next into 3.6-rc1Greg Kroah-Hartman2-26/+1
2012-07-16Merge 3.5-rc7 into usb-nextGreg Kroah-Hartman2-26/+1
2012-07-16tty: move the termios object into the ttyAlan Cox1-1/+1
2012-07-06USB: class: cdc-acm: Fixed coding style issue.Jeffrin Jose1-1/+1
2012-07-05USB: cdc-wdm: fix lockup on error in wdm_readBjørn Mork1-0/+2
2012-06-20Merge 3.5-rc3 into usb-nextGreg Kroah-Hartman1-0/+8
2012-06-20USB: cdc-wdm: QMI devices are now handled by qmi_wwanBjørn Mork1-25/+0
2012-06-14usb: cdc-acm: fix devices not unthrottled on openOtto Meta1-0/+8
2012-06-12USB: cdc-wdm: Add Vodafone/Huawei K5005 supportBjørn Mork1-0/+9
2012-05-18USB: Disable hub-initiated LPM for comms devices.Sarah Sharp2-0/+2
2012-05-11USB: cdc-wdm: remove from device list on disconnectBjørn Mork1-3/+9
2012-05-11USB: cdc-wdm: cannot use dev_printk when device is goneBjørn Mork1-4/+7
2012-05-11USB: cdc-wdm: poll must return POLLHUP if device is goneBjørn Mork1-1/+1
2012-05-07Merge 3.4-rc6 into usb-nextGreg Kroah-Hartman1-2/+5
2012-05-01USB: usblp.c: remove dbg() usageGreg Kroah-Hartman1-35/+47
2012-04-30USB: cdc-wdm: cleanup error codesOliver Neukum1-0/+4
2012-04-30USB: cdc-wdm: add debug messages on cleanupBjørn Mork1-2/+6
2012-04-29USB: cdc-wdm: fix memory leakOliver Neukum1-0/+2
2012-04-29USB: cdc-wdm: sanitize error returnsOliver Neukum1-1/+1
2012-04-26USB: cdc-wdm: fix race leading leading to memory corruptionOliver Neukum1-2/+5
2012-03-20Merge tag 'usb-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds2-126/+256
2012-03-08usb: cdc-wdm: adding usb_cdc_wdm_register subdriver supportBjørn Mork1-4/+59
2012-03-08usb: cdc-wdm: adding list lookup indirectionBjørn Mork1-12/+48
2012-03-08usb: cdc-wdm: split out reusable parts of probeBjørn Mork1-51/+54
2012-03-08TTY: remove re-assignments to tty_driver membersJiri Slaby1-1/+0
2012-03-08USB: cdc-acm, use tty_standard_installJiri Slaby1-6/+1
2012-02-24USB: allow users to run setserial with cdc-acmOliver Neukum1-1/+29
2012-02-24cdc-wdm: Don't clear WDM_READ unless entire read buffer is emptiedBen Hutchings1-1/+0
2012-02-24cdc-wdm: Fix more races on the read pathBen Hutchings1-5/+11
2012-02-10usb: cdc-wdm: make reset work with blocking IOBjørn Mork1-4/+17
2012-02-10Merge tag 'usb-3.3-rc3' into usb-nextGreg Kroah-Hartman1-19/+34
2012-01-26usb: cdc-wdm: Add device-id for Huawei 3G/LTE modemsBjørn Mork1-0/+16
2012-01-24USB: cdc-wdm: avoid printing odd-looking "cdc-wdm-176" namesBjørn Mork1-2/+1
2012-01-24USB: cdc-wdm: Avoid hanging on interface with no USB_CDC_DMM_TYPEBjørn Mork1-1/+3
2012-01-24USB: cdc-wdm: Avoid hanging on interface with no USB_CDC_DMM_TYPEBjørn Mork1-1/+3
2012-01-24USB: cdc-wdm: kill the now unnecessary bMaxPacketSize0 field and udev variableBjørn Mork1-4/+1
2012-01-24USB: cdc-wdm: no need to use usb_alloc_coherentBjørn Mork1-30/+9
2012-01-24USB: cdc-wdm: better allocate a buffer that is at least as big as we tell the...Bjørn Mork1-1/+1
2012-01-24USB: cdc-wdm: no need to fill the in request URB every time it's submittedBjørn Mork1-20/+19
2012-01-24USB: cdc-wdm: better allocate a buffer that is at least as big as we tell the...Bjørn Mork1-1/+1
2012-01-24USB: cdc-wdm: call wake_up_all to allow driver to shutdown on device removalBjørn Mork1-1/+1
2012-01-24USB: cdc-wdm: use two mutexes to allow simultaneous read and writeBjørn Mork1-18/+31
2012-01-24USB: cdc-wdm: updating desc->length must be protected by spin_lockBjørn Mork1-0/+2
2012-01-09Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-146/+193
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-1/+1
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman3-46/+3
2012-01-04drivers/usb/class/cdc-acm.c: clear dangling pointerJulia Lawall1-0/+4
2012-01-03switch device_get_devnode() and ->devnode() to umode_t *Al Viro1-1/+1
2011-12-12USB: cdc-acm: add IDs for Motorola H24 HSPA USB module.Krzysztof Hałasa1-0/+10
2011-12-09usb: cdc-acm: Kill ACM_READY() macro completelyHavard Skinnemoen1-9/+1
2011-12-09USB: cdc-acm: Fix potential deadlock (lockdep warning)Havard Skinnemoen2-138/+189
2011-11-18USB: convert drivers/usb/* to use module_usb_driver()Greg Kroah-Hartman3-46/+3
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
2011-03-23USB: cdc-acm: fix potential null-pointer dereferenceJohan Hovold1-0/+2
2011-03-23USB: cdc-acm: fix memory corruption / panicJohan Hovold1-0/+2
2011-03-23USB: Fix 'bad dma' problem on WDM device disconnectRobert Lukassen1-1/+1
2011-02-24Merge 2.6.38-rc6 into tty-nextGreg Kroah-Hartman1-0/+1
2011-02-17tty: now phase out the ioctl file pointer for goodAlan Cox1-1/+1
2011-02-17tiocmset: kill the file pointer argumentAlan Cox1-1/+1
2011-02-17tiocmget: kill off the passing of the struct fileAlan Cox1-1/+1
2011-02-04USB: cdc-acm: Adding second ACM channel support for Nokia N8Arvid Ephraim Picciani1-0/+1
2011-01-22USB: cdc-wdm: fix misuse of logical operation in place of bitopDavid Sterba1-1/+1
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-1/+1
2010-10-22USB: cdc-acm: fix code indentationOtavio Salvador1-1/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann3-1/+4
2010-09-03USB: cdc-acm: Fixing crash when ACM probing interfaces with no endpoint descr...Toby Gray1-1/+2
2010-09-03USB: cdc-acm: Add pseudo modem without AT command capabilitiesPhilippe Corbes1-0/+4
2010-09-03USB: cdc-acm: Adding second ACM channel support for various Nokia and one Sam...Toby Gray1-0/+16
2010-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-186/+185
2010-08-10USB: usblp: fixed switch, brace, whitespace and spacing coding style issuesNicolas Kaiser1-186/+185
2010-08-10cdc-acm: remove dead codeArnd Bergmann1-9/+3
2010-08-04Merge branch 'master' into for-nextJiri Kosina1-0/+1
2010-07-26USB: Expose vendor-specific ACM channel on Nokia 5230Przemo Firszt1-0/+1
2010-07-19update email addressPavel Machek2-2/+2
2010-06-04USB: cdc-acm: fix resource reclaim in error path of acm_probeAxel Lin1-2/+4
2010-05-20USB: rename usb_buffer_alloc() and usb_buffer_free() usersDaniel Mack3-31/+31
2010-05-20USB: cdc-acm: make bitfields unsignedRandy Dunlap1-2/+2
2010-04-30USB: cdc-acm: add another device quirkRuss Nelson1-0/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-19usb: cdc-wdm: Fix deadlock between write and resumeOliver Neukum1-2/+2
2010-03-19usb: cdc-wdm: Fix order in disconnect and fix lockingOliver Neukum1-8/+17
2010-03-19usb: cdc-wdm:Fix loss of data due to autosuspendOliver Neukum1-1/+4
2010-03-19usb: cdc-wdm: Fix submission of URB after suspensionOliver Neukum1-2/+5
2010-03-19usb: cdc-wdm: Fix race between disconnect and debug messagesOliver Neukum1-5/+0
2010-03-19usb: cdc-wdm: Fix race between autosuspend and reading from the deviceOliver Neukum1-4/+10
2010-03-19usb: cdc-wdm: Fix race between write and disconnectOliver Neukum1-39/+45
2010-03-19USB: cdc-acm: Fix stupid NULL pointer in resume()Oliver Neukum1-1/+1
2010-03-02USB: tty: kill request_room for USB ACM classAlan Cox1-1/+0
2010-03-02USB: cdc-acm: fix possible deadlock with multiple openersOliver Neukum1-5/+6
2010-03-02USB: BKL removal: cdc-wdmOliver Neukum1-3/+0
2010-03-02USB: BKL removal: usbtmcOliver Neukum1-3/+0
2010-03-02usb: BKL removal: usblpOliver Neukum1-3/+0
2010-03-02USB: Push BKL on open down into the driversOliver Neukum3-0/+9
2010-03-02USB class: make USB device id constantNémeth Márton4-4/+4
2010-03-02USB: usblp: Remove checks no longer needed with the new runtime PM systemOliver Neukum1-17/+3
2010-03-02USB: cdc_acm: Silence "It is not a modem." error for pbLua devicesJulian Calaby2-2/+5
2010-03-02USB: cdc_acm: Add support for pbLua console portJulian Calaby1-0/+3
2010-03-02USB: cdc-acm: Update to new autopm APIOliver Neukum2-22/+22
2010-03-02cdc_acm: add reset_resume methodFrancesco Lavra1-0/+18
2009-12-11USB: usbtmc: Use usb_clear_halt() instead of custom code.Sarah Sharp1-28/+8
2009-12-11USB: usbtmc: repeat usb_bulk_msg until whole message is transferedAndre Herms1-4/+10
2009-12-11USB: Exposing second ACM channel as tty for Nokia S60 phones.Adrian Taylor1-1/+57
2009-12-11USB: usbtmc: minor formatting cleanupsOliver Neukum1-2/+2
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-11-17USB: cdc_acm: Fix memory leak after hangupFrancesco Lavra1-5/+11
2009-11-17USB: cdc_acm: Fix race condition when opening ttyHenry Gebhardt1-1/+1
2009-10-09USB: usbtmc: fix timeout increaseGergely Imreh1-1/+1
2009-10-01const: constify remaining file_operationsAlexey Dobriyan1-1/+1
2009-09-23USB: fix USBTMC get_capabilities success handlingGergely Imreh1-5/+8
2009-09-23USB: usbtmc: correct termination condition for reads.Steve Holland1-1/+2
2009-09-23USB: usbtmc: inhibit corruptionSteve Holland1-0/+4
2009-09-23USB: usbtmc: Fix short reads in usbtmc_read()Steve Holland1-4/+4
2009-09-23USB: usbtmc: fix printk format warningsRandy Dunlap1-1/+1
2009-09-23USB: usbtmc: sanity checks for DEV_DEP_MSG_IN urbsGuus Sliepen1-4/+18
2009-09-23USB: suspend/resume support for usbtmcOliver Neukum1-1/+14
2009-09-23USB: usbtmc can do IO to device after disconnectOliver Neukum1-0/+19
2009-09-23USB: fix cdc-acm regression in openOliver Neukum1-0/+2
2009-09-23USB: CDC WDM driver doesn't support non-blocking readsOliver Neukum1-6/+24
2009-09-21trivial: remove unnecessary semicolonsJoe Perches1-2/+0
2009-09-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-2/+2
2009-09-19cdc_acm: Fix to use modern speed interfacesAlan Cox1-4/+1
2009-09-19Driver-Core: extend devnode callbacks to provide permissionsKay Sievers1-2/+2
2009-08-07USB: fix oops on disconnect in cdc-acmOliver Neukum2-5/+7
2009-07-20tty: fix chars_in_buffersAlan Cox1-1/+1
2009-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2-12/+29
2009-07-12USB: cdc-acm: work around some broken devicesArseniy Lartsev1-8/+23
2009-07-12USB: fix memory leak in usbtmcOliver Neukum1-4/+6
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-1/+0
2009-06-25acm: Fix oops when closing ACM tty device right after open has failed.Thadeu Lima de Souza Cascardo1-1/+1
2009-06-25acm: Return ENODEV instead of EINVAL when trying to open ACM device.Thadeu Lima de Souza Cascardo1-1/+1
2009-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds3-12/+67
2009-06-15USB: usbtmc: fix switch statmentGreg Kroah-Hartman1-0/+6
2009-06-15USB: cdc-acm: quirk for Alcatel OT-I650Kir Kolyshkin1-0/+3
2009-06-15USB: support for cdc-acm of single interface devicesOliver Neukum2-12/+58
2009-06-15Driver Core: usb: add nodename support for usb drivers.Kay Sievers1-0/+6
2009-06-11tty: Clean up the ACM driver to CodingStyleAlan Cox1-131/+160
2009-06-11tty: cdc_acm add krefsAlan Cox2-68/+98
2009-06-11tty: Update cdc_acmAlan Cox2-1/+7
2009-05-28USB: Yet another Conexant Clone to add to cdc-acm.cXiao Kaijian1-0/+3
2009-04-23USB: correct error handling in cdc-wdmOliver Neukum1-9/+18
2009-04-17USB: fix oops in cdc-wdm in case of malformed descriptorsOliver Neukum1-1/+1
2009-04-14cdc-acm: Fix long standing abuse of tty->low_latencyAlan Cox1-4/+0
2009-04-06cdc-acm: zydas 1602 identifier neededAlan Cox1-0/+3
2009-04-06usb: Auto-load cdc_acm module when device opened.Scott James Remnant1-1/+1
2009-03-24usblp: continuously poll for statusPete Zaitcev1-4/+7
2009-03-17USB: usbtmc: add protocol 1 supportGreg Kroah-Hartman1-0/+1
2009-03-17USB: usbtmc: fix stupid bug in open()Greg Kroah-Hartman1-1/+2
2009-02-27USB: Quirk for Hummingbird huc56s / Conexant ACM modemAdam Richter1-0/+7
2009-02-27USB: cdc-acm: add usb id for motomagx phonesDmitriy Taychenachev1-0/+2
2009-02-09USB: cdc-acm.c: remove duplicate lines for MTK gps supportJames Treacy1-3/+0
2009-01-27USB: cdc-acm: Add another conexant modem to the quirksAlan Cox1-0/+3
2009-01-27USB: usblp.c: add USBLP_QUIRK_BIDIR to Brother HL-1440Brandon Philips1-0/+1
2009-01-27USB: CDC-ACM quirk for MTK GPSAndrew Lunn1-0/+3
2009-01-27USB: cdc-acm: support some gps data loggersJames A. Treacy1-0/+3
2009-01-07USB: Enhance usage of pm_message_tAlan Stern2-2/+3
2009-01-07USB: usbtmc: indent & braces disagree, something else is desiredIlpo Järvinen1-6/+3
2008-12-17USB: fix problem with usbtmc driver not loading properlyGreg Kroah-Hartman1-0/+1
2008-11-13USB: cdc-acm.c: fix recursive lock in acm_start_wb error pathBrandon Philips1-5/+4
2008-10-29USB: usbtmc: Use explicit unsigned type for input buffer instead of char*Chris Malley1-1/+1
2008-10-22USB: fix memory leak in cdc-acmOliver Neukum1-1/+2
2008-10-22USB: cdc-wdm: make module autoload workOliver Neukum1-0/+2
2008-10-17USB: remove err() macro from usb class driversGreg Kroah-Hartman3-30/+48
2008-10-17USB: remove info() macro from remaining usb driversGreg Kroah-Hartman1-1/+2
2008-10-17drivers/usb/class/usblp.c: adjust error handling codeJulia Lawall1-9/+9