index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
serial
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
USB:add new zte 3g-dongle's pid to option.c
Rui li
2013-10-25
1
-0
/
+17
*
Merge 3.12-rc6 into usb-next.
Greg Kroah-Hartman
2013-10-19
2
-1
/
+225
|
\
|
*
usb: serial: option: blacklist Olivetti Olicard200
Enrico Mioso
2013-10-16
1
-1
/
+3
|
*
USB: serial: option: add support for Inovia SEW858 device
Greg Kroah-Hartman
2013-10-12
1
-0
/
+5
|
*
USB: serial: ti_usb_3410_5052: add Abbott strip port ID to combined table as ...
Diego Elio Pettenò
2013-10-12
1
-0
/
+1
|
*
USB: support new huawei devices in option.c
Fangxiaozhi (Franko)
2013-10-12
1
-0
/
+216
*
|
USB: mos7840: fix tiocmget error handling
Johan Hovold
2013-10-12
1
-0
/
+4
*
|
USB: serial: export usb_serial_generic_write_start
Johan Hovold
2013-10-12
1
-1
/
+2
*
|
USB: serial: add memory flags to usb_serial_generic_write_start
Johan Hovold
2013-10-12
1
-8
/
+10
*
|
USB: serial: clean up comments in generic driver
Johan Hovold
2013-10-12
1
-32
/
+25
*
|
USB: cyberjack: fix buggy integer overflow test
Dan Carpenter
2013-10-07
1
-1
/
+1
*
|
Merge 3.12-rc4 into usb-next
Greg Kroah-Hartman
2013-10-07
1
-0
/
+3
|
\
|
|
*
USB: serial: option: Ignore card reader interface on Huawei E1750
Michal Malý
2013-10-01
1
-0
/
+3
*
|
USB: serial: invoke dcd_change ldisc's handler.
Paul Chavent
2013-09-26
1
-0
/
+10
*
|
USB: serial: call handle_dcd_change in ftdi driver.
Paul Chavent
2013-09-26
1
-1
/
+9
|
/
*
USB: pl2303: distinguish between original and cloned HX chips
Frank Schäfer
2013-09-17
1
-11
/
+32
*
USB: fix typo in usb serial simple driver Kconfig
Dave Jones
2013-09-17
1
-1
/
+1
*
Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2013-09-03
1
-6
/
+8
|
\
|
*
USB: serial: convert bus code to use drv_groups
Greg Kroah-Hartman
2013-08-23
1
-6
/
+8
*
|
USB: serial: clean up attribute permissions
Greg Kroah-Hartman
2013-08-26
4
-22
/
+14
*
|
USB: mos7720: fix big-endian control requests
Johan Hovold
2013-08-20
1
-2
/
+2
*
|
USB: mos7720: use GFP_ATOMIC under spinlock
Dan Carpenter
2013-08-20
1
-1
/
+1
*
|
Merge 3.11-rc6 into usb-next
Greg Kroah-Hartman
2013-08-19
5
-23
/
+31
|
\
\
|
*
|
USB: keyspan: fix null-deref at disconnect and release
Johan Hovold
2013-08-14
1
-1
/
+1
|
*
|
USB: mos7720: fix broken control requests
Johan Hovold
2013-08-14
1
-7
/
+14
|
*
|
USB: ti_usb_3410_5052: fix big-endian firmware handling
Johan Hovold
2013-08-12
1
-4
/
+5
|
*
|
USB: mos7840: fix big-endian probe
Johan Hovold
2013-08-12
1
-1
/
+1
|
*
|
USB-Serial: Fix error handling of usb_wwan
Matt Burtch
2013-08-12
1
-10
/
+10
*
|
|
USB: serial: fix stringify operator in usb-serial-simple
Yann Droneaud
2013-08-18
1
-1
/
+1
*
|
|
USB: quatech2: fix port DMA-buffer allocations
Johan Hovold
2013-08-14
1
-6
/
+15
*
|
|
USB: quatech2: fix serial DMA-buffer allocations
Johan Hovold
2013-08-14
1
-2
/
+12
*
|
|
USB: keyspan: fix port DMA-buffer allocations
Johan Hovold
2013-08-14
1
-8
/
+56
*
|
|
USB: keyspan: fix serial DMA-buffer allocations
Johan Hovold
2013-08-14
1
-4
/
+36
*
|
|
pl2303: improve the chip type detection/distinction
Frank Schäfer
2013-08-14
1
-23
/
+72
*
|
|
pl2303: improve the chip type information output on startup
Frank Schäfer
2013-08-14
1
-5
/
+10
*
|
|
pl2303: simplify the else-if contruct for type_1 chips in pl2303_startup()
Frank Schäfer
2013-08-14
1
-3
/
+2
*
|
|
usb: pl2303: add two comments concerning the supported baud rates with HX chips
Frank Schäfer
2013-08-13
1
-0
/
+12
*
|
|
usb: pl2303: also use the divisor based baud rate encoding method for baud ra...
Frank Schäfer
2013-08-13
1
-1
/
+1
*
|
|
usb: pl2303: increase the allowed baud rate range for the divisor based encod...
Frank Schäfer
2013-08-13
1
-4
/
+12
*
|
|
usb: pl2303: move the two baud rate encoding methods to separate functions
Frank Schäfer
2013-08-13
1
-101
/
+114
*
|
|
usb: pl2303: remove 500000 baud from the list of standard baud rates
Frank Schäfer
2013-08-13
1
-2
/
+2
*
|
|
usb: pl2303: do not round to the next nearest standard baud rate for the divi...
Frank Schäfer
2013-08-13
1
-28
/
+37
*
|
|
usb: pl2303: fix+improve the divsor based baud rate encoding method
Frank Schäfer
2013-08-13
1
-10
/
+52
*
|
|
USB: serial: move the "simple" drivers into usb-serial-simple.c
Greg Kroah-Hartman
2013-08-12
11
-422
/
+129
*
|
|
Merge 3.11-rc4 into usb-next
Greg Kroah-Hartman
2013-08-05
6
-71
/
+193
|
\
|
|
|
*
|
USB: serial: ftdi_sio: add more RT Systems ftdi devices
Rick Farina (Zero_Chaos)
2013-07-29
2
-8
/
+57
|
*
|
USB: mos7840: fix pointer casts
Johan Hovold
2013-07-28
1
-3
/
+3
|
*
|
USB: mos7840: fix race in led handling
Johan Hovold
2013-07-26
1
-22
/
+37
|
*
|
USB: mos7840: fix device-type detection
Johan Hovold
2013-07-26
1
-40
/
+35
|
*
|
USB: mos7840: fix race in register handling
Johan Hovold
2013-07-26
1
-2
/
+16
[next]