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
2007-04-27
USB: option close race
Oliver Neukum
1
-10
/
+4
2007-04-27
USB: omninet memory leak in error case
Oliver Neukum
1
-1
/
+5
2007-04-27
UHCI: Add some WARN_ON()s
Alan Stern
1
-4
/
+12
2007-04-27
USB: fix endianness in mos7720
Oliver Neukum
1
-10
/
+9
2007-04-27
USB: gtco.c: fix a use-before-check
Adrian Bunk
1
-4
/
+1
2007-04-27
USB: iowarrior.c: fix NULL dereference
Oliver Neukum
1
-2
/
+4
2007-04-27
USB: dm9601: fix sparse NULL warnings
Randy Dunlap
1
-2
/
+3
2007-04-27
USB: io_edgeport: Convert to generic boolean
Richard Knutsson
2
-69
/
+63
2007-04-27
USB: overhaul of mos7840 driver
Oliver Neukum
1
-88
/
+145
2007-04-27
USB: io_edgeport race condition in counters
Oliver Neukum
1
-6
/
+7
2007-04-27
EHCI: add delay to bus_resume before accessing ports
Alan Stern
1
-0
/
+4
2007-04-27
USB: Allow autosuspend delay to equal 0
Alan Stern
3
-8
/
+12
2007-04-27
USB: separate autosuspend from external suspend
Alan Stern
6
-41
/
+90
2007-04-27
USB: help text for mos 7720 driver
Oliver Neukum
1
-3
/
+3
2007-04-27
mos7720 update
Oliver Neukum
1
-3
/
+10
2007-04-27
ehci-fsl: change SI_CTRL, PRI_CTRL register offsets according to errata
Christian Engelmayer
1
-2
/
+2
2007-04-27
USB: fix race in HCD removal
Alan Stern
1
-3
/
+5
2007-04-27
USB: cxacru: export detailed device info through sysfs
Simon Arlott
1
-5
/
+176
2007-04-27
usbatm: create sysfs link "device" from atm class device to usb interface
Simon Arlott
1
-1
/
+13
2007-04-27
USB: unnecessary GFP_ATOMIC in mos7720 driver
Oliver Neukum
1
-1
/
+1
2007-04-27
usbcore: move usb_autosuspend_work
Alan Stern
3
-30
/
+20
2007-04-27
libusual: change block scope variable to function scope
Pete Zaitcev
1
-1
/
+2
2007-04-27
USB: cdc-acm: export parsed capabilities through sysfs
Oliver Neukum
2
-5
/
+79
2007-04-27
usbmon: Extended text API
Pete Zaitcev
2
-40
/
+257
2007-04-27
USB: kill BKL in usblcd
Oliver Neukum
1
-2
/
+5
2007-04-27
USB: kill BKL in skeleton driver
Oliver Neukum
1
-2
/
+10
2007-04-27
USB: fix skeleton driver
Oliver Neukum
1
-11
/
+20
2007-04-27
USB: pxa2xx_udc: fix hardcoded irq number
Milan Svoboda
1
-1
/
+1
2007-04-27
pxa2xx_udc: cleanups, use platform_get_irq
David Brownell
1
-53
/
+43
2007-04-27
Adding PID of SHARP S01SH for ipaq.c
Norihiko Tomiyama
1
-0
/
+1
2007-04-27
dev_dbg: check dev_dbg() arguments
Dan Williams
2
-9
/
+1
2007-04-27
USB: remove use of the bus rwsem, as it doesn't really protect anything.
Greg Kroah-Hartman
4
-22
/
+7
2007-04-25
[SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}
Arnaldo Carvalho de Melo
2
-2
/
+4
2007-04-25
[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}
Arnaldo Carvalho de Melo
3
-3
/
+3
2007-04-25
[SK_BUFF]: Convert skb->end to sk_buff_data_t
Arnaldo Carvalho de Melo
1
-2
/
+2
2007-04-25
[SK_BUFF]: Convert skb->tail to sk_buff_data_t
Arnaldo Carvalho de Melo
5
-11
/
+11
2007-04-25
[ETH]: Make eth_type_trans set skb->dev like the other *_type_trans
Arnaldo Carvalho de Melo
6
-8
/
+3
2007-04-24
usb-net/pegasus: fix pegasus carrier detection
Dan Williams
2
-6
/
+14
2007-04-21
[ARM] 4304/1: removes the unnecessary bit number from CKENnn_XXXX
Eric Miao
2
-4
/
+4
2007-04-12
Input: ati_remote - make button repeat sensitivity configurable
Karl Pickett
1
-3
/
+20
2007-04-12
Input: USB devices - switch to using input_dev->dev.parent
Dmitry Torokhov
13
-13
/
+13
2007-04-12
Input: drivers/usb/input - don't access dev->private directly
Dmitry Torokhov
13
-41
/
+56
2007-04-12
Input: USB devices - handle errors when registering input devices
Dmitry Torokhov
11
-67
/
+99
2007-04-12
Input: remove old USB touchscreen drivers
Dmitry Torokhov
4
-998
/
+0
2007-04-12
Input: add logical channel support for ATI Remote Wonder II
Peter Stokes
1
-9
/
+80
2007-04-12
Input: gtco - handle errors from input_register_device()
Dmitry Torokhov
1
-338
/
+289
2007-04-11
USB: Nikon D80 unusual device patch
Emil Larsson
1
-0
/
+7
2007-04-11
EHCI: fix remote wakeup regression in 2.6.21-rc
Alan Stern
1
-0
/
+1
2007-04-11
USB HID: move usbhid code from drivers/usb/input to drivers/hid/usbhid
Jiri Kosina
14
-5151
/
+0
2007-03-26
USB: fix usb-serial/ftdi build warning
David Brownell
1
-1
/
+5
[prev]
[next]