index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
serial
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-03
USB: serial: add Moxa UPORT 12XX/14XX/16XX driver
Andrew Lunn
3
-0
/
+1424
2014-01-03
USB: pl2303: use direct baud-rate encoding when possible
Johan Hovold
1
-8
/
+13
2014-01-03
USB: pl2303: add helper function for direct baud-rate encoding
Johan Hovold
1
-7
/
+15
2014-01-03
USB: pl2303: refactor baud-rate divisor handling
Johan Hovold
1
-16
/
+25
2014-01-03
USB: pl2303: enforce baud-rate limits before lookup
Johan Hovold
1
-3
/
+3
2014-01-03
USB: pl2303: refactor baud-rate table lookup
Johan Hovold
1
-22
/
+33
2014-01-03
USB: pl2303: rename pl2303_encode_baud_rate
Johan Hovold
1
-3
/
+3
2014-01-03
USB: pl2303: add device-type abstraction
Johan Hovold
1
-7
/
+18
2014-01-03
USB: pl2303: add quirk for legacy devices
Johan Hovold
1
-3
/
+6
2014-01-03
USB: pl2303: clean up type handling
Johan Hovold
1
-16
/
+15
2014-01-03
USB: pl2303: use speed_t for baud rates
Johan Hovold
1
-5
/
+5
2014-01-03
USB: pl2303: add line-status quirk for Siemens phones
Johan Hovold
1
-19
/
+28
2014-01-03
USB: pl2303: remove redundant line-request call
Johan Hovold
1
-3
/
+0
2014-01-03
USB: pl2303: add error handling to line requests
Johan Hovold
1
-17
/
+51
2014-01-03
USB: pl2303: add error handling to set_control_lines
Johan Hovold
1
-3
/
+4
2014-01-03
USB: pl2303: add error handling to vendor read and write functions
Johan Hovold
1
-31
/
+42
2014-01-03
USB: pl2303: clean up driver somewhat
Johan Hovold
1
-27
/
+34
2014-01-03
USB: pl2303: remove bogus delta_msr_wait wake up
Johan Hovold
1
-1
/
+0
2014-01-03
USB: f81232: switch to generic tiocmiwait
Johan Hovold
1
-42
/
+2
2014-01-03
USB: f81232: remove bogus call to wake up MSR queue
Johan Hovold
1
-1
/
+7
2014-01-03
USB: serial: remove redundant OOM messages
Johan Hovold
21
-217
/
+74
2014-01-03
USB: serial: clean up ioctl debugging
Johan Hovold
12
-33
/
+2
2014-01-03
USB: serial: constify device-id tables
Johan Hovold
7
-12
/
+12
2014-01-03
USB: pl2303: fix data corruption on termios updates
Johan Hovold
1
-9
/
+25
2013-12-24
Merge 3.13-rc5 into usb-next
Greg Kroah-Hartman
2
-2
/
+3
2013-12-19
drivers: usb: Mark function as static in metro-usb.c
Rashika Kheria
1
-1
/
+1
2013-12-18
usb: option: add new zte 3g modem pids to option driver
张君
1
-0
/
+11
2013-12-09
usb: serial: zte_ev: move support for ZTE AC2726 from zte_ev back to option
Dmitry Kunilov
2
-2
/
+3
2013-12-02
USB: pl2303: fixed handling of CS5 setting
Colin Leitner
1
-16
/
+14
2013-12-02
USB: ftdi_sio: fixed handling of unsupported CSIZE setting
Colin Leitner
1
-13
/
+24
2013-12-02
USB: mos7840: correct handling of CS5 setting
Colin Leitner
1
-16
/
+16
2013-12-02
USB: spcp8x5: correct handling of CS5 setting
Colin Leitner
1
-16
/
+14
2013-12-02
USB: option: support new huawei devices
Fangxiaozhi (Franko)
1
-0
/
+24
2013-12-02
USB: serial: option: blacklist interface 1 for Huawei E173s-6
Gustavo Zacarias
1
-0
/
+3
2013-11-25
USB: serial: fix write memory-allocation flag
Johan Hovold
1
-1
/
+1
2013-11-25
USB: serial: fix race in generic write
Johan Hovold
1
-9
/
+1
2013-11-15
tree-wide: use reinit_completion instead of INIT_COMPLETION
Wolfram Sang
1
-1
/
+1
2013-11-07
Merge tag 'usb-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
Linus Torvalds
5
-40
/
+75
2013-11-01
USB: serial: ftdi_sio: add id for Z3X Box device
Алексей Крамаренко
2
-0
/
+7
2013-11-01
Revert "USB: pl2303: restrict the divisor based baud rate encoding method to the "HX" chip type"
Greg Kroah-Hartman
1
-5
/
+1
2013-11-01
Revert "usb: pl2303: fix+improve the divsor based baud rate encoding method"
Greg Kroah-Hartman
1
-52
/
+10
2013-11-01
Revert "usb: pl2303: do not round to the next nearest standard baud rate for the divisor based baud rate encoding method"
Greg Kroah-Hartman
1
-37
/
+28
2013-11-01
Revert "usb: pl2303: remove 500000 baud from the list of standard baud rates"
Greg Kroah-Hartman
1
-2
/
+2
2013-11-01
Revert "usb: pl2303: move the two baud rate encoding methods to separate functions"
Greg Kroah-Hartman
1
-114
/
+101
2013-11-01
Revert "usb: pl2303: increase the allowed baud rate range for the divisor based encoding method"
Greg Kroah-Hartman
1
-12
/
+4
2013-11-01
Revert "usb: pl2303: also use the divisor based baud rate encoding method for baud rates < 115200 with HX chips"
Greg Kroah-Hartman
1
-1
/
+1
2013-11-01
Revert "usb: pl2303: add two comments concerning the supported baud rates with HX chips"
Greg Kroah-Hartman
1
-12
/
+0
2013-11-01
Revert "pl2303: simplify the else-if contruct for type_1 chips in pl2303_startup()"
Greg Kroah-Hartman
1
-2
/
+3
2013-11-01
Revert "pl2303: improve the chip type information output on startup"
Greg Kroah-Hartman
1
-10
/
+5
2013-11-01
Revert "pl2303: improve the chip type detection/distinction"
Greg Kroah-Hartman
1
-72
/
+23
[prev]
[next]