index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
Age
Commit message (
Expand
)
Author
Files
Lines
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-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
Linus Torvalds
5
-12
/
+12
2009-09-20
USB serial: update the console driver
Alan Stern
1
-9
/
+19
2009-09-20
usb-serial: straighten out serial_open
Alan Stern
1
-37
/
+22
2009-09-20
usb-serial: add missing tests and debug lines
Alan Stern
1
-4
/
+17
2009-09-20
usb-serial: rename subroutines
Alan Stern
1
-8
/
+11
2009-09-20
usb-serial: fix termios initialization logic
Alan Stern
1
-12
/
+10
2009-09-20
usb-serial: acquire references when a new tty is installed
Alan Stern
1
-64
/
+47
2009-09-20
usb-serial: change logic of serial lookups
Alan Stern
1
-8
/
+23
2009-09-20
usb-serial: put subroutines in logical order
Alan Stern
1
-77
/
+77
2009-09-20
usb-serial: change referencing of port and serial structures
Alan Stern
1
-75
/
+20
2009-09-20
tty: USB: serial/mct_u232, fix tty refcnt
Jiri Slaby
1
-3
/
+6
2009-09-20
tty: USB serial termios bits
Alan Cox
9
-107
/
+102
2009-09-20
tty: USB does not need the filp argument in the drivers
Alan Cox
40
-127
/
+65
2009-09-20
tty: USB can now use the shutdown method for kref based freeing of ports
Alan Cox
1
-21
/
+7
2009-09-20
tty: remove dtr/rts use from the driver open methods
Alan Cox
1
-6
/
+0
2009-09-20
tty: USB hangup is racy
Alan Cox
1
-4
/
+1
2009-09-20
cdc_acm: Fix to use modern speed interfaces
Alan Cox
1
-4
/
+1
2009-09-20
mos7840: remove old dead modem logic
Alan Cox
1
-115
/
+0
2009-09-20
tty: usb_serial_mos7720: Fix get_lsr_info
Kees Schoenmakers
1
-4
/
+15
2009-09-20
MOS7720 has no tiocmget method
Kees Schoenmakers
1
-37
/
+64
2009-09-19
Driver-Core: extend devnode callbacks to provide permissions
Kay Sievers
5
-12
/
+12
2009-09-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6
Linus Torvalds
10
-684
/
+2331
2009-09-16
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
Paul Mundt
2
-44
/
+60
2009-09-15
debugfs: Modified default dir of debugfs for debugging UHCI.
GeunSik Lim
1
-1
/
+1
2009-09-15
driver model: constify attribute groups
David Brownell
3
-5
/
+5
2009-09-14
Merge branch 'master' into for-linus
Rafael J. Wysocki
2
-44
/
+60
2009-09-02
netdev: drivers should make ethtool_ops const
Stephen Hemminger
1
-1
/
+1
2009-09-01
usbnet: convert to netdev_tx_t
Stephen Hemminger
1
-1
/
+2
2009-08-24
usb: gadget: m66592-udc needs linux/err.h.
Paul Mundt
1
-1
/
+1
2009-08-23
Merge branches 'sh/hwblk' and 'sh/pm-runtime'
Paul Mundt
1
-6
/
+12
2009-08-21
usb: r8a66597-udc: implement the set_wedge method
Yoshihiro Shimoda
2
-2
/
+27
2009-08-20
usb: r8a66597-udc disable interrupts on shutdown fix
Magnus Damm
1
-0
/
+9
2009-08-20
usb: r8a66597-udc buffer management update
Magnus Damm
2
-22
/
+11
2009-08-20
usb: add clock support to r8a66597 gadget driver
Magnus Damm
2
-3
/
+41
2009-08-20
usb: gadget: R8A66597 peripheral controller support.
Yoshihiro Shimoda
5
-0
/
+1911
2009-08-15
Merge branch 'master' into sh/hwblk
Paul Mundt
12
-18
/
+53
2009-08-13
f_phonet: use page-sized rather than MTU-sized RX buffers
Rémi Denis-Courmont
1
-26
/
+51
2009-08-13
f_phonet: lock-less MTU change
Rémi Denis-Courmont
1
-12
/
+2
2009-08-13
Merge branch 'sh/stable-updates'
Paul Mundt
30
-468
/
+1096
2009-08-13
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
77
-2714
/
+1727
2009-08-11
Merge branch 'master' into for-linus
Rafael J. Wysocki
12
-18
/
+53
2009-08-08
USB: fix oops on disconnect in cdc-acm
Oliver Neukum
2
-5
/
+7
2009-08-08
USB: storage: include Prolific Technology USB drive in unusual_devs list
Rogerio Brito
1
-0
/
+7
[next]