summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial
Commit message (Expand)AuthorAgeFilesLines
...
* | USB: serial: clean up ioctl debuggingJohan Hovold2014-01-0312-33/+2
* | USB: serial: constify device-id tablesJohan Hovold2014-01-037-12/+12
* | USB: pl2303: fix data corruption on termios updatesJohan Hovold2014-01-031-9/+25
* | Merge 3.13-rc5 into usb-nextGreg Kroah-Hartman2013-12-242-2/+3
|\ \
| * | usb: serial: zte_ev: move support for ZTE AC2726 from zte_ev back to optionDmitry Kunilov2013-12-092-2/+3
| |/
* | drivers: usb: Mark function as static in metro-usb.cRashika Kheria2013-12-191-1/+1
* | usb: option: add new zte 3g modem pids to option driver张君2013-12-181-0/+11
|/
* USB: pl2303: fixed handling of CS5 settingColin Leitner2013-12-021-16/+14
* USB: ftdi_sio: fixed handling of unsupported CSIZE settingColin Leitner2013-12-021-13/+24
* USB: mos7840: correct handling of CS5 settingColin Leitner2013-12-021-16/+16
* USB: spcp8x5: correct handling of CS5 settingColin Leitner2013-12-021-16/+14
* USB: option: support new huawei devicesFangxiaozhi (Franko)2013-12-021-0/+24
* USB: serial: option: blacklist interface 1 for Huawei E173s-6Gustavo Zacarias2013-12-021-0/+3
* USB: serial: fix write memory-allocation flagJohan Hovold2013-11-251-1/+1
* USB: serial: fix race in generic writeJohan Hovold2013-11-251-9/+1
* tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang2013-11-151-1/+1
* Merge tag 'usb-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-11-075-40/+75
|\
| * USB:add new zte 3g-dongle's pid to option.cRui li2013-10-251-0/+17
| * Merge 3.12-rc6 into usb-next.Greg Kroah-Hartman2013-10-192-1/+225
| |\
| * | USB: mos7840: fix tiocmget error handlingJohan Hovold2013-10-111-0/+4
| * | USB: serial: export usb_serial_generic_write_startJohan Hovold2013-10-111-1/+2
| * | USB: serial: add memory flags to usb_serial_generic_write_startJohan Hovold2013-10-111-8/+10
| * | USB: serial: clean up comments in generic driverJohan Hovold2013-10-111-32/+25
| * | USB: cyberjack: fix buggy integer overflow testDan Carpenter2013-10-071-1/+1
| * | Merge 3.12-rc4 into usb-nextGreg Kroah-Hartman2013-10-061-0/+3
| |\ \
| * | | USB: serial: invoke dcd_change ldisc's handler.Paul Chavent2013-09-261-0/+10
| * | | USB: serial: call handle_dcd_change in ftdi driver.Paul Chavent2013-09-261-1/+9
* | | | USB: serial: ftdi_sio: add id for Z3X Box deviceАлексей Крамаренко2013-11-012-0/+7
* | | | Revert "USB: pl2303: restrict the divisor based baud rate encoding method to ...Greg Kroah-Hartman2013-11-011-5/+1
* | | | Revert "usb: pl2303: fix+improve the divsor based baud rate encoding method"Greg Kroah-Hartman2013-11-011-52/+10
* | | | Revert "usb: pl2303: do not round to the next nearest standard baud rate for ...Greg Kroah-Hartman2013-11-011-37/+28
* | | | Revert "usb: pl2303: remove 500000 baud from the list of standard baud rates"Greg Kroah-Hartman2013-11-011-2/+2
* | | | Revert "usb: pl2303: move the two baud rate encoding methods to separate func...Greg Kroah-Hartman2013-11-011-114/+101
* | | | Revert "usb: pl2303: increase the allowed baud rate range for the divisor bas...Greg Kroah-Hartman2013-11-011-12/+4
* | | | Revert "usb: pl2303: also use the divisor based baud rate encoding method for...Greg Kroah-Hartman2013-11-011-1/+1
* | | | Revert "usb: pl2303: add two comments concerning the supported baud rates wit...Greg Kroah-Hartman2013-11-011-12/+0
* | | | Revert "pl2303: simplify the else-if contruct for type_1 chips in pl2303_star...Greg Kroah-Hartman2013-11-011-2/+3
* | | | Revert "pl2303: improve the chip type information output on startup"Greg Kroah-Hartman2013-11-011-10/+5
* | | | Revert "pl2303: improve the chip type detection/distinction"Greg Kroah-Hartman2013-11-011-72/+23
* | | | Revert "USB: pl2303: distinguish between original and cloned HX chips"Greg Kroah-Hartman2013-11-011-32/+11
| |_|/ |/| |
* | | usb: serial: option: blacklist Olivetti Olicard200Enrico Mioso2013-10-161-1/+3
* | | USB: serial: option: add support for Inovia SEW858 deviceGreg Kroah-Hartman2013-10-111-0/+5
* | | USB: serial: ti_usb_3410_5052: add Abbott strip port ID to combined table as ...Diego Elio Pettenò2013-10-111-0/+1
* | | USB: support new huawei devices in option.cFangxiaozhi (Franko)2013-10-111-0/+216
| |/ |/|
* | USB: serial: option: Ignore card reader interface on Huawei E1750Michal Malý2013-09-301-0/+3
|/
* USB: pl2303: distinguish between original and cloned HX chipsFrank Schäfer2013-09-171-11/+32
* USB: fix typo in usb serial simple driver KconfigDave Jones2013-09-171-1/+1
* Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-09-031-6/+8
|\
| * USB: serial: convert bus code to use drv_groupsGreg Kroah-Hartman2013-08-231-6/+8
* | USB: serial: clean up attribute permissionsGreg Kroah-Hartman2013-08-254-22/+14
OpenPOWER on IntegriCloud