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
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-23
USB: don't lose mode switch events on suspended devices
Alan Stern
1
-8
/
+1
2009-09-23
USB: check for hub driver not bound to root hub device
Alan Stern
1
-3
/
+7
2009-09-23
USB: fix wrong order of events in usb serial suspension
Oliver Neukum
1
-3
/
+7
2009-09-23
USB: au1xxx: add dev_pm_ops
Manuel Lauss
2
-29
/
+27
2009-09-23
USB: storage: Drop an unneeded a NULL test
Julia Lawall
2
-3
/
+3
2009-09-23
USB: serial: Spelling correction in Motorola USB Phone driver
Maxin John
1
-1
/
+1
2009-09-23
USB: isp1760: allow platform devices to customize devflags
Michael Hennerich
3
-1
/
+26
2009-09-23
USB: EHCI: Add Intel Moorestown EHCI controller HOSTPCx extensions and suppor...
Alek Du
3
-6
/
+65
2009-09-23
USB: EHCI: split ehci_qh into hw and sw parts
Alek Du
6
-81
/
+127
2009-09-23
USB: EHCI: add need_io_watchdog flag to ehci_hcd
Alek Du
3
-0
/
+10
2009-09-23
USB: full autosuspend and power management support for usbsevseg
Oliver Neukum
1
-6
/
+63
2009-09-23
USB: full power management support for the idmouse driver
Oliver Neukum
1
-0
/
+21
2009-09-23
USB: gadget: s3c-hsotg: missing parentheses
Roel Kluin
1
-3
/
+3
2009-09-23
USB: gadget: Drop NULL test on list_entry result
Julia Lawall
1
-31
/
+25
2009-09-23
USB: ldusb should signal an error in poll if the device is disconnected
Oliver Neukum
1
-0
/
+6
2009-09-23
USB: legousbtower: make poll notice disconnect
Oliver Neukum
1
-0
/
+6
2009-09-23
USB: suspend/resume support for usbtmc
Oliver Neukum
1
-1
/
+14
2009-09-23
USB: usbtmc can do IO to device after disconnect
Oliver Neukum
1
-0
/
+19
2009-09-23
USB: usb-serial, remove unused variables
Jiri Slaby
1
-6
/
+0
2009-09-23
USB: serial: full autosuspend support for the option driver
Oliver Neukum
1
-18
/
+116
2009-09-23
USB: gadget: pxa25x: basic transceiver support
Philipp Zabel
2
-4
/
+46
2009-09-23
USB: make the "usbfs_snoop" log more pertinent
Alan Stern
1
-69
/
+62
2009-09-23
USB: make intf.pm_usage an atomic_t
Alan Stern
2
-18
/
+25
2009-09-23
USB: add API for userspace drivers to "claim" ports
Alan Stern
5
-6
/
+131
2009-09-23
USB: whci-hcd: make endpoint_reset method async
David Vrabel
5
-6
/
+31
2009-09-23
USB: Add nuvoton Ehci driver for w90p910 platform
Wan ZongShun
4
-0
/
+194
2009-09-23
USB audio gadget: Un-inline generic_[gs]et_cmd
Laurent Pinchart
1
-0
/
+15
2009-09-23
USB audio gadget: Prefix all macro definitions with UAC_ in linux/usb/audio.h
Laurent Pinchart
3
-56
/
+56
2009-09-23
USB: Move endpoint sync type definitions from usb/audio.h to usb/ch9.h
Laurent Pinchart
1
-1
/
+1
2009-09-23
USB: Let usb_sg_init to set transfer_buffer more often
Pete Zaitcev
1
-22
/
+10
2009-09-23
USB: usbmon: end ugly tricks with DMA peeking
Pete Zaitcev
6
-136
/
+2
2009-09-23
USB: usbmon: drop Kconfig defaults
Pete Zaitcev
1
-3
/
+1
2009-09-23
USB: sisusbvga: drop usb_buffer_alloc
Pete Zaitcev
2
-42
/
+13
2009-09-23
USB: ehci-dbg.c: no need for checking it before call vfree
Figo.zhang
1
-2
/
+1
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
[next]