index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-23
USB: Fix SS endpoint companion descriptor parsing.
Sarah Sharp
1
-1
/
+1
2009-09-23
USB: xhci: Support interrupt transfers.
Sarah Sharp
3
-1
/
+55
2009-09-23
USB: xhci: Set -EREMOTEIO when xHC gives bad transfer length.
Sarah Sharp
1
-0
/
+9
2009-09-23
USB: xhci: Check URB_SHORT_NOT_OK before setting short packet status.
Sarah Sharp
1
-2
/
+8
2009-09-23
USB: xhci: Check URB's actual transfer buffer size.
Sarah Sharp
1
-1
/
+16
2009-09-23
USB: xhci: Don't touch xhci_td after it's freed.
Sarah Sharp
1
-1
/
+1
2009-09-23
USB: xhci: Handle babbling endpoints correctly.
Sarah Sharp
1
-2
/
+14
2009-09-23
USB: xhci: Make TRB completion code comparison readable.
Sarah Sharp
1
-7
/
+9
2009-09-23
USB: xhci: Add quirk for Fresco Logic xHCI hardware.
Sarah Sharp
4
-23
/
+148
2009-09-23
USB: xhci: Handle stalled control endpoints.
Sarah Sharp
3
-14
/
+58
2009-09-23
USB: xhci: Support full speed devices.
Sarah Sharp
3
-5
/
+89
2009-09-23
USB: xhci: Set correct max packet size for HS/FS control endpoints.
Sarah Sharp
1
-5
/
+18
2009-09-23
USB: xhci: Configure endpoint code refactoring.
Sarah Sharp
4
-52
/
+169
2009-09-23
USB: xhci: Fix slot and endpoint context debugging.
Sarah Sharp
1
-2
/
+3
2009-09-23
USB: xhci: Work around for chain bit in link TRBs.
Sarah Sharp
4
-4
/
+35
2009-09-23
USB: serial: ftdi: handle gnICE+ JTAG adaptors
Michael Hennerich
2
-0
/
+3
2009-09-23
USB: sl811-hcd: Fix device disconnect:
Hennerich, Michael
1
-2
/
+6
2009-09-23
USB: add PIDs for FTDI based OpenDCC hardware
mail@rainerkeller.de
2
-0
/
+6
2009-09-23
USB: fix cdc-acm regression in open
Oliver Neukum
1
-0
/
+2
2009-09-23
USB: CDC WDM driver doesn't support non-blocking reads
Oliver Neukum
1
-6
/
+24
2009-09-23
USB: option: TELIT UC864G support
Manuel Lauss
1
-0
/
+2
2009-09-23
USB: option.c Add support for ZTE AC2726 EVDO modem
Huzaifa Sidhpurwala
1
-0
/
+2
2009-09-23
USB: serial: pl2303: new hardware support - sanwa multimeter
Pawel Ludwikow
2
-0
/
+5
2009-09-23
USB: serial: ftdi_sio: new hardware support - hameg power supply
Pawel Ludwikow
2
-0
/
+8
2009-09-23
USB: storage: fix a resume path GFP_NOIO must be used
Oliver Neukum
1
-1
/
+1
2009-09-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
10
-11
/
+9
2009-09-22
const: mark remaining super_operations const
Alexey Dobriyan
2
-3
/
+2
2009-09-21
trivial: remove unnecessary semicolons
Joe Perches
2
-3
/
+1
2009-09-21
trivial: fix typos "man[ae]g?ment" -> "management"
Uwe Kleine-Koenig
2
-2
/
+2
2009-09-21
trivial: fix typo "to to" in multiple files
Anand Gadiyar
3
-3
/
+3
2009-09-21
trivial: fix typo "for for" in multiple files
Anand Gadiyar
2
-2
/
+2
2009-09-21
trivial: OHCI: Fix typo in a comment
Anand Gadiyar
1
-1
/
+1
2009-09-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
Linus Torvalds
5
-12
/
+12
2009-09-19
USB serial: update the console driver
Alan Stern
1
-9
/
+19
2009-09-19
usb-serial: straighten out serial_open
Alan Stern
1
-37
/
+22
2009-09-19
usb-serial: add missing tests and debug lines
Alan Stern
1
-4
/
+17
2009-09-19
usb-serial: rename subroutines
Alan Stern
1
-8
/
+11
2009-09-19
usb-serial: fix termios initialization logic
Alan Stern
1
-12
/
+10
2009-09-19
usb-serial: acquire references when a new tty is installed
Alan Stern
1
-64
/
+47
2009-09-19
usb-serial: change logic of serial lookups
Alan Stern
1
-8
/
+23
2009-09-19
usb-serial: put subroutines in logical order
Alan Stern
1
-77
/
+77
2009-09-19
usb-serial: change referencing of port and serial structures
Alan Stern
1
-75
/
+20
2009-09-19
tty: USB: serial/mct_u232, fix tty refcnt
Jiri Slaby
1
-3
/
+6
2009-09-19
tty: USB serial termios bits
Alan Cox
9
-107
/
+102
2009-09-19
tty: USB does not need the filp argument in the drivers
Alan Cox
40
-127
/
+65
2009-09-19
tty: USB can now use the shutdown method for kref based freeing of ports
Alan Cox
1
-21
/
+7
2009-09-19
tty: remove dtr/rts use from the driver open methods
Alan Cox
1
-6
/
+0
2009-09-19
tty: USB hangup is racy
Alan Cox
1
-4
/
+1
2009-09-19
cdc_acm: Fix to use modern speed interfaces
Alan Cox
1
-4
/
+1
2009-09-19
mos7840: remove old dead modem logic
Alan Cox
1
-115
/
+0
[prev]
[next]