aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-01USB: serial: ftdi_sio: Add support for new Xsens devicesPatrick Riphagen2-0/+5
2014-08-01USB: serial: ftdi_sio: Annotate the current Xsens PID assignmentsPatrick Riphagen1-5/+5
2014-07-17USB: serial: cp210x: Removing unncessary `usb_reset_device` on startupPreston Fick1-3/+0
2014-07-16Merge tag 'usb-serial-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-nextGreg Kroah-Hartman1-59/+23
2014-07-13Merge 3.16-rc5 into usb-nextGreg Kroah-Hartman4-2/+15
2014-07-11USB: serial: ftdi_sio: Add Infineon TriboardMichal Sojka2-0/+8
2014-07-09USB: ftdi_sio: Add extra PID.Bert Vermeulen2-2/+4
2014-07-09drivers/usb/serial/mos7840.c: remove unnecessary null test before kfreeFabian Frederick1-4/+1
2014-07-09USB: kl5kusb105: Remove klsi_105_tiocmset functionPeter Senna Tschudin1-30/+0
2014-07-07USB: kl5kusb105: Remove klsi_105_tiocmset functionPeter Senna Tschudin1-30/+0
2014-07-07usb: option: Add ID for Telewell TW-LTE 4G v2Bernd Wachter1-0/+2
2014-07-07USB: cp210x: add support for Corsair usb dongleAndras Kovacs1-0/+1
2014-07-07USB: mos7840: remove unnecessary null test before kfreeFabian Frederick1-4/+1
2014-07-07USB: ftdi_sio: remove redundant mtxorb quirkJohan Hovold1-39/+8
2014-07-07USB: ftdi_sio: clean up ftdi_set_max_packet_size()Johan Hovold1-11/+13
2014-07-07USB: ftdi_sio: fix max-packet-size warningJohan Hovold1-3/+2
2014-07-07USB: ftdi_sio: make port probe less verboseJohan Hovold1-6/+0
2014-06-23usb: option: add/modify Olivetti Olicard modemsBjørn Mork1-6/+16
2014-06-23USB: ftdi_sio: fix null deref at port probeJohan Hovold1-2/+5
2014-06-23USB: option: add device ID for SpeedUp SU9800 usb 3g modemOliver Neukum1-0/+4
2014-06-08Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds9-306/+368
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into nextLinus Torvalds1-1/+1
2014-05-29usb: qcserial: add additional Sierra Wireless QMI devicesAleksander Morgado1-0/+6
2014-05-28usb: qcserial: add Netgear AirCard 341UAleksander Morgado1-0/+1
2014-05-27USB: keyspan: fix potential null pointer dereferenceRickard Strandqvist1-2/+2
2014-05-27USB: serial: option: add support for Novatel E371 PCIe cardAlexej Starschenko1-0/+2
2014-05-27USB: ftdi_sio: add NovaTech OrionLXm product IDGeorge McCollister2-0/+7
2014-05-27USB: io_ti: fix firmware download on big-endian machines (part 2)Johan Hovold2-2/+2
2014-05-27USB: kobil_sct: fix control requests without data stageJohan Hovold1-11/+11
2014-05-27USB: serial: remove overly defensive port testsJohan Hovold1-24/+14
2014-05-27USB: serial: fix potential runtime pm imbalance at device removeJohan Hovold1-3/+11
2014-05-27USB: usb_wwan: do not resume I/O on closing portsJohan Hovold2-5/+7
2014-05-27USB: usb_wwan: report failed submissions as errorsJohan Hovold1-6/+7
2014-05-27USB: usb_wwan: remove bogus function prototypeJohan Hovold1-1/+0
2014-05-27USB: usb_wwan: remove some superfluous commentsJohan Hovold1-7/+0
2014-05-27USB: usb_wwan: remove comment from closeJohan Hovold1-1/+0
2014-05-27USB: usb_wwan: clean up delayed-urb submissionJohan Hovold1-5/+9
2014-05-27USB: usb_wwan: use interface-data accessorsJohan Hovold1-10/+10
2014-05-27USB: usb_wwan: make resume error messages uniformJohan Hovold1-2/+3
2014-05-27USB: usb_wwan: kill interrupt urb explicitly at suspendJohan Hovold1-2/+3
2014-05-27USB: usb_wwan: remove redundant urb kill from port removeJohan Hovold1-4/+1
2014-05-27USB: usb_wwan: remove unimplemented set_termiosJohan Hovold3-18/+0
2014-05-27USB: usb_wwan: remove redundant modem-control requestJohan Hovold1-3/+0
2014-05-27USB: usb_wwan: fix remote wakeupJohan Hovold2-2/+5
2014-05-27USB: usb_wwan: fix discarded writes on resume errorsJohan Hovold1-11/+16
2014-05-27USB: usb_wwan: fix potential blocked I/O after resumeJohan Hovold1-8/+17
2014-05-27USB: usb_wwan: fix potential NULL-deref at resumeJohan Hovold1-24/+19
2014-05-27USB: usb_wwan: fix urb leak at shutdownJohan Hovold1-12/+22
2014-05-27USB: usb_wwan: fix write and suspend raceJohan Hovold1-8/+5
2014-05-27USB: usb_wwan: fix race between write and resumexiao jin1-6/+2