summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial
Commit message (Expand)AuthorAgeFilesLines
* USB: serial: ftdi_sio: Add support for new Xsens devicesPatrick Riphagen2014-08-022-0/+5
* USB: serial: ftdi_sio: Annotate the current Xsens PID assignmentsPatrick Riphagen2014-08-021-5/+5
* USB: serial: cp210x: Removing unncessary `usb_reset_device` on startupPreston Fick2014-07-181-3/+0Star
* Merge tag 'usb-serial-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2014-07-161-59/+23Star
|\
| * USB: kl5kusb105: Remove klsi_105_tiocmset functionPeter Senna Tschudin2014-07-071-30/+0Star
| * USB: mos7840: remove unnecessary null test before kfreeFabian Frederick2014-07-071-4/+1Star
| * USB: ftdi_sio: remove redundant mtxorb quirkJohan Hovold2014-07-071-39/+8Star
| * USB: ftdi_sio: clean up ftdi_set_max_packet_size()Johan Hovold2014-07-071-11/+13
| * USB: ftdi_sio: fix max-packet-size warningJohan Hovold2014-07-071-3/+2Star
| * USB: ftdi_sio: make port probe less verboseJohan Hovold2014-07-071-6/+0Star
* | Merge 3.16-rc5 into usb-nextGreg Kroah-Hartman2014-07-144-2/+15
|\ \
| * | USB: serial: ftdi_sio: Add Infineon TriboardMichal Sojka2014-07-122-0/+8
| * | USB: ftdi_sio: Add extra PID.Bert Vermeulen2014-07-102-2/+4
| * | usb: option: Add ID for Telewell TW-LTE 4G v2Bernd Wachter2014-07-071-0/+2
| * | USB: cp210x: add support for Corsair usb dongleAndras Kovacs2014-07-071-0/+1
| |/
* | drivers/usb/serial/mos7840.c: remove unnecessary null test before kfreeFabian Frederick2014-07-101-4/+1Star
* | USB: kl5kusb105: Remove klsi_105_tiocmset functionPeter Senna Tschudin2014-07-101-30/+0Star
|/
* usb: option: add/modify Olivetti Olicard modemsBjørn Mork2014-06-231-6/+16
* USB: ftdi_sio: fix null deref at port probeJohan Hovold2014-06-231-2/+5
* USB: option: add device ID for SpeedUp SU9800 usb 3g modemOliver Neukum2014-06-231-0/+4
* Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds2014-06-089-306/+368
|\
| * Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-06-031-1/+1
| |\
| | * arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-181-1/+1
| * | usb: qcserial: add additional Sierra Wireless QMI devicesAleksander Morgado2014-05-291-0/+6
| * | usb: qcserial: add Netgear AirCard 341UAleksander Morgado2014-05-281-0/+1
| * | USB: keyspan: fix potential null pointer dereferenceRickard Strandqvist2014-05-281-2/+2
| * | USB: kobil_sct: fix control requests without data stageJohan Hovold2014-05-281-11/+11
| * | USB: serial: remove overly defensive port testsJohan Hovold2014-05-281-24/+14Star
| * | USB: serial: fix potential runtime pm imbalance at device removeJohan Hovold2014-05-281-3/+11
| * | USB: usb_wwan: do not resume I/O on closing portsJohan Hovold2014-05-282-5/+7
| * | USB: usb_wwan: report failed submissions as errorsJohan Hovold2014-05-281-6/+7
| * | USB: usb_wwan: remove bogus function prototypeJohan Hovold2014-05-281-1/+0Star
| * | USB: usb_wwan: remove some superfluous commentsJohan Hovold2014-05-281-7/+0Star
| * | USB: usb_wwan: remove comment from closeJohan Hovold2014-05-281-1/+0Star
| * | USB: usb_wwan: clean up delayed-urb submissionJohan Hovold2014-05-281-5/+9
| * | USB: usb_wwan: use interface-data accessorsJohan Hovold2014-05-281-10/+10
| * | USB: usb_wwan: make resume error messages uniformJohan Hovold2014-05-281-2/+3
| * | USB: usb_wwan: kill interrupt urb explicitly at suspendJohan Hovold2014-05-281-2/+3
| * | USB: usb_wwan: remove redundant urb kill from port removeJohan Hovold2014-05-281-4/+1Star
| * | USB: usb_wwan: remove unimplemented set_termiosJohan Hovold2014-05-283-18/+0Star
| * | USB: usb_wwan: remove redundant modem-control requestJohan Hovold2014-05-281-3/+0Star
| * | USB: usb_wwan: fix remote wakeupJohan Hovold2014-05-282-2/+5
| * | USB: usb_wwan: fix discarded writes on resume errorsJohan Hovold2014-05-281-11/+16
| * | USB: usb_wwan: fix potential blocked I/O after resumeJohan Hovold2014-05-281-8/+17
| * | USB: usb_wwan: fix potential NULL-deref at resumeJohan Hovold2014-05-281-24/+19Star
| * | USB: usb_wwan: fix urb leak at shutdownJohan Hovold2014-05-281-12/+22
| * | USB: usb_wwan: fix write and suspend raceJohan Hovold2014-05-281-8/+5Star
| * | USB: usb_wwan: fix race between write and resumexiao jin2014-05-281-6/+2Star
| * | USB: usb_wwan: fix urb leak in write error pathxiao jin2014-05-281-1/+3
| * | USB: option: add missing usb_mark_last_busyJohan Hovold2014-05-281-0/+1