index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
Age
Commit message (
Expand
)
Author
Files
Lines
2006-06-21
[PATCH] usbhid: use usb_reset_composite_device
Alan Stern
1
-5
/
+32
2006-06-21
[PATCH] usb-storage: use usb_reset_composite_device
Alan Stern
3
-28
/
+59
2006-06-21
[PATCH] USB hub: use usb_reset_composite_device
Alan Stern
1
-19
/
+15
2006-06-21
[PATCH] usbcore: port reset for composite devices
Alan Stern
3
-5
/
+83
2006-06-21
[PATCH] USB: cdc_ether: recognize olympus r1000 (fix regression)
David Brownell
1
-0
/
+12
2006-06-21
[PATCH] USB: negative index in drivers/usb/host/isp116x-hcd.c
Eric Sesterhenn
1
-1
/
+1
2006-06-21
[PATCH] USB: Add Sierra Wireless MC5720 ID to airprime.c
Jeremy Fitzhardinge
1
-0
/
+1
2006-06-21
[PATCH] USB: Whiteheat: fix firmware spurious errors
Stuart MacDonald
1
-2
/
+2
2006-06-21
[PATCH] Driver for Apple Cinema Display
akpm@osdl.org
4
-0
/
+394
2006-06-21
[PATCH] USB: ftdi_sio: add support for Yost Engineering ServoCenter3.1
Ian Abbott
2
-0
/
+7
2006-06-21
[PATCH] usbhid: Remove unneeded blacklist entries
Alan Stern
1
-28
/
+0
2006-06-21
[PATCH] usbcore: Fix broken RNDIS config selection
Giridhar Pemmasani
1
-1
/
+1
2006-06-21
[PATCH] USB: print message when device is rejected due to insufficient power
Daniel Drake
1
-1
/
+9
2006-06-21
[PATCH] USB: more pegasus log spamming removed
David Brownell
1
-3
/
+26
2006-06-21
[PATCH] USB: rmmod pl2303 after -28
Pete Zaitcev
1
-0
/
+2
2006-06-21
[PATCH] improved TT scheduling for EHCI
Dan Streetman
2
-2
/
+234
2006-06-21
[PATCH] usb-storage: get rid of the timer during URB submission
Franck Bui-Huu
1
-28
/
+10
2006-06-21
[PATCH] USB: Syntax cleanup for pl2303 (trailing backslash)
Pete Zaitcev
1
-1
/
+1
2006-06-21
[PATCH] USB: Improve Kconfig comment for mct_u232
Pete Zaitcev
1
-1
/
+1
2006-06-21
[PATCH] USB serial: encapsulate schedule_work, remove double-calling
Pete Zaitcev
18
-25
/
+29
2006-06-21
[PATCH] usb: io_edgeport, cleanup to unicode handling
Pete Zaitcev
1
-16
/
+26
2006-06-21
[PATCH] usbtest: report errors in iso tests
Alan Stern
1
-7
/
+29
2006-06-21
[PATCH] gadgetfs: fix memory leaks
Alan Stern
1
-22
/
+29
2006-06-21
[PATCH] gadgetfs: fix AIO interface bugs
Alan Stern
1
-6
/
+5
2006-06-21
[PATCH] USB: new cp2101 device
Vitja Makarov
1
-0
/
+1
2006-06-21
[PATCH] USB: add usb_interrupt_msg() function for api completeness.
Greg Kroah-Hartman
1
-0
/
+31
2006-06-21
[PATCH] Fix a deadlock in usbtest
Franck Bui-Huu
1
-0
/
+2
2006-06-21
[PATCH] UHCI: remove ISO TDs as they are used
Alan Stern
3
-37
/
+90
2006-06-21
[PATCH] UHCI: store the period in the queue header
Alan Stern
3
-50
/
+63
2006-06-21
[PATCH] UHCI: fix race in ISO dequeuing
Alan Stern
1
-12
/
+36
2006-06-21
[PATCH] UHCI: use integer-sized frame numbers
Alan Stern
3
-19
/
+28
2006-06-21
[PATCH] USB: Allow high-bandwidth isochronous packets via usbfs
Micah Dowty
1
-1
/
+2
2006-06-21
[PATCH] USB: Remove 4088-byte limit on usbfs control URBs
Micah Dowty
1
-2
/
+2
2006-06-21
[PATCH] UHCI: Work around old Intel bug
Alan Stern
1
-1
/
+15
2006-06-21
[PATCH] UHCI: Reimplement FSBR
Alan Stern
5
-57
/
+143
2006-06-21
[PATCH] UHCI: Eliminate the TD-removal list
Alan Stern
3
-71
/
+27
2006-06-21
[PATCH] UHCI: Move code for cleaning up unlinked URBs
Alan Stern
1
-24
/
+33
2006-06-21
[PATCH] UHCI: Remove non-iso TDs as they are used
Alan Stern
3
-39
/
+45
2006-06-21
[PATCH] UHCI: Common result routine for Control/Bulk/Interrupt
Alan Stern
1
-217
/
+125
2006-06-21
[PATCH] usbhid: automatically set HID_QUIRK_NOGET for keyboards and mice
Alan Stern
2
-0
/
+16
2006-06-21
[PATCH] USB HID/HIDBP, INPUT DRIVERS: fix various usb/input/hid-input.c bugs ...
Bart Massey
3
-13
/
+26
2006-06-21
[PATCH] USB: UHCI: fix obscure bug in enqueue()
Alan Stern
1
-9
/
+15
2006-06-21
[PATCH] USB: UHCI: store the endpoint type in the QH structure
Alan Stern
3
-23
/
+38
2006-06-21
[PATCH] USB: net2280: add a shutdown routine
Alan Stern
1
-0
/
+17
2006-06-21
[PATCH] USB: usb-storage alauda: Fix transport info mismerge
Daniel Drake
1
-9
/
+9
2006-06-21
[PATCH] USB shuttle_usbat: hardcode flash detection for now
Daniel Drake
1
-1
/
+1
2006-06-21
[PATCH] USB: shuttle_usbat: Hardcode detection of HP CDRW devices
Peter Chubb
3
-20
/
+43
2006-06-21
[PATCH] USB: shuttle_usbat: Fix handling of scatter-gather buffers
Peter Chubb
1
-24
/
+30
2006-06-21
[PATCH] USB Phidget InterfaceKit: make inputs pollable and new device support
Sean Young
1
-85
/
+218
2006-06-21
[PATCH] USBATM: remove no-longer needed #include
Duncan Sands
1
-1
/
+0
[next]