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
2010-08-28
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
4
-9
/
+7
2010-08-23
USB: ftdi_sio: add product ID for Lenz LI-USB
Galen Seitz
2
-0
/
+4
2010-08-23
USB: adutux: fix misuse of return value of copy_to_user()
Kulikov Vasiliy
1
-1
/
+1
2010-08-23
USB: iowarrior: fix misuse of return value of copy_to_user()
Kulikov Vasiliy
1
-2
/
+2
2010-08-23
USB: xHCI: update ring dequeue pointer when process missed tds
Andiry Xu
1
-0
/
+4
2010-08-23
USB: xhci: Remove buggy assignment in next_trb()
John Youn
1
-1
/
+1
2010-08-23
USB: ftdi_sio: Add ID for Ionics PlugComputer
Martin Michlmayr
2
-0
/
+8
2010-08-23
USB: serial: io_ti.c: don't return 0 if writing the download record failed
Roel Kluin
1
-1
/
+1
2010-08-23
USB: otg: twl4030: fix wrong assumption of starting state
Felipe Balbi
1
-1
/
+5
2010-08-23
USB: gadget: Return -ENOMEM on memory allocation failure
Julia Lawall
1
-0
/
+1
2010-08-23
USB: gadget: fix composite kernel-doc warnings
Randy Dunlap
1
-2
/
+2
2010-08-23
USB: ssu100: set tty_flags in ssu100_process_packet
Bill Pemberton
1
-9
/
+29
2010-08-23
USB: ssu100: add disconnect function for ssu100
Bill Pemberton
1
-1
/
+1
2010-08-23
USB: serial: export symbol usb_serial_generic_disconnect
Bill Pemberton
1
-0
/
+1
2010-08-23
USB: ssu100: rework logic for TIOCMIWAIT
Bill Pemberton
1
-35
/
+111
2010-08-23
USB: ssu100: add register parameter to ssu100_setregister
Bill Pemberton
1
-3
/
+4
2010-08-23
USB: ssu100: remove duplicate #defines in ssu100
Bill Pemberton
1
-55
/
+31
2010-08-23
USB: ssu100: refine process_packet in ssu100
Bill Pemberton
1
-6
/
+2
2010-08-23
USB: ssu100: add locking for port private data in ssu100
Bill Pemberton
1
-1
/
+8
2010-08-23
USB: r8a66597-udc: return -ENOMEM if kzalloc() fails
Axel Lin
1
-0
/
+1
2010-08-23
USB: io_ti: check firmware version before updating
Greg Kroah-Hartman
1
-1
/
+1
2010-08-23
USB: ftdi_sio: fix endianess of max packet size
Michael Wileczka
1
-1
/
+1
2010-08-23
USB: CP210x Fix Break On/Off
Craig Shelley
1
-2
/
+2
2010-08-23
USB: pl2303: New vendor and product id
Jef Driesen
2
-0
/
+5
2010-08-23
USB: serial: fix leak of usb serial module refrence count
Ming Lei
1
-16
/
+7
2010-08-23
USB: add device IDs for igotu to navman
Ross Burton
1
-0
/
+1
2010-08-23
USB: isp1760: use a write barrier to ensure proper ndelay timing
Michael Hennerich
1
-0
/
+2
2010-08-23
USB: option: add Celot CT-650
Michael Tokarev
1
-2
/
+5
2010-08-23
USB: uvc_v4l2: cleanup test for end of loop
Dan Carpenter
1
-1
/
+1
2010-08-21
USB: drop tty argument from usb_serial_handle_sysrq_char()
Dmitry Torokhov
4
-8
/
+6
2010-08-21
Input: sysrq - drop tty argument form handle_sysrq()
Dmitry Torokhov
1
-1
/
+1
2010-08-12
Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2010-08-12
Merge branch 'params' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...
Linus Torvalds
1
-0
/
+2
2010-08-12
Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
6
-21
/
+21
2010-08-11
i2c: Add support for custom probe function
Jean Delvare
1
-1
/
+1
2010-08-11
param: simple locking for sysfs-writable charp parameters
Rusty Russell
1
-0
/
+2
2010-08-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
Linus Torvalds
116
-1833
/
+4568
2010-08-10
USB: serial: fix stalled writes
Johan Hovold
1
-5
/
+10
2010-08-10
USB: remove fake "address-of" expressions
Alan Stern
4
-23
/
+15
2010-08-10
USB: fix thread-unsafe anchor utiliy routines
Christian Lamparter
1
-29
/
+21
2010-08-10
USB: usbtest: support test device with only one iso-in or iso-out endpoint
Ming Lei
1
-1
/
+4
2010-08-10
USB: usbtest: avoid to free coherent buffer in atomic context
Ming Lei
1
-1
/
+5
2010-08-10
USB: xhci: Set DMA mask for host.
Sarah Sharp
1
-0
/
+9
2010-08-10
USB: xhci: Don't flush doorbell writes.
Sarah Sharp
1
-5
/
+0
2010-08-10
USB: xhci: Reduce reads and writes of interrupter registers.
Sarah Sharp
1
-8
/
+10
2010-08-10
USB: xhci: Make xhci_set_hc_event_deq() static.
Sarah Sharp
3
-23
/
+23
2010-08-10
USB: xhci: Minimize HW event ring dequeue pointer writes.
Sarah Sharp
1
-13
/
+37
2010-08-10
USB: xhci: Make xhci_handle_event() static.
Sarah Sharp
2
-2
/
+1
2010-08-10
USB: xhci: Remove unnecessary reads of IRQ_PENDING register.
Sarah Sharp
1
-15
/
+12
2010-08-10
USB: xhci: Performance - move xhci_work() into xhci_irq()
Sarah Sharp
1
-43
/
+30
[next]