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
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-12
USB: usb/serial/ch341.c: make 4 functions static
Adrian Bunk
1
-4
/
+6
2007-10-12
USB: Driver for CH341 USB-serial adaptor
Frank A Kingswood
3
-0
/
+363
2007-10-12
USB: cxacru: Use appropriate logging for errors
Simon Arlott
1
-15
/
+28
2007-10-12
USB: cp2101.c: add additional device ID
Edouard Lafargue
1
-0
/
+1
2007-10-12
USB: unusual_devs modification for Nikon D200
Phil Dibowitz
1
-0
/
+7
2007-10-12
USB: remove USB_QUIRK_NO_AUTOSUSPEND
Alan Stern
1
-80
/
+1
2007-10-12
USB: don't propagate FREEZE or PRETHAW suspends
Alan Stern
1
-1
/
+6
2007-10-12
USB: unusual_devs update for Nokia 6131
Alan Stern
1
-1
/
+1
2007-10-12
USB: fix limited_power setting mistake in hub.c
jidong xiao
1
-2
/
+2
2007-10-12
USB: fix double frees in error code paths of ipaq driver
Oliver Neukum
1
-0
/
+2
2007-10-12
USB: always visit drivers/usb/misc/
Adrian Bunk
1
-22
/
+1
2007-10-12
USB: usb-skeleton leaking locks on open
Mark Gross
1
-0
/
+1
2007-10-12
USB: flush outstanding URBs when suspending
Alan Stern
5
-12
/
+16
2007-10-12
USB: break apart flush_endpoint and disable_endpoint
Alan Stern
3
-23
/
+32
2007-10-12
USB: move decision to ignore FREEZE events
Alan Stern
2
-8
/
+6
2007-10-12
USB: Get rid of annoying endpoint-release message
Alan Stern
1
-1
/
+0
2007-10-12
USB: AMD5536: use pdev->revision
Auke Kok
1
-4
/
+2
2007-10-12
USB: sisusbvga: Fix bug
Satyam Sharma
1
-3
/
+1
2007-10-12
USB: fix errornous assumption in the usb serial framework revealed by iuu_pho...
Oliver Neukum
1
-0
/
+11
2007-10-12
USB: ELAN U132 Host Controller Driver: convert sw_lock to mutex
Matthias Kaehlcke
1
-17
/
+17
2007-10-12
USB: usb-storage: Initialize Huawei E220 properly
Johann Wilhelm
3
-0
/
+28
2007-10-12
USB: fix location of statement label in dummy-hcd
Alan Stern
1
-1
/
+1
2007-10-12
USB: remove traces of urb->status from usbcore
Alan Stern
2
-7
/
+9
2007-10-12
USB: get rid of urb->lock
Alan Stern
1
-5
/
+6
2007-10-12
USB: Eliminate urb->status usage!
Alan Stern
11
-77
/
+46
2007-10-12
USB: reorganize urb->status use in usbmon
Alan Stern
6
-21
/
+24
2007-10-12
USB: reorganize urb->status use in r8a66597-hcd
Alan Stern
1
-31
/
+30
2007-10-12
USB: reorganize urb->status use in sl811-hcd
Alan Stern
1
-21
/
+11
2007-10-12
USB: reorganize urb->status use in ohci-hcd
Alan Stern
3
-33
/
+28
2007-10-12
USB: reorganize urb->status use in ehci-hcd
Alan Stern
2
-31
/
+35
2007-10-12
USB: reorganize urb->status use in dummy-hcd
Alan Stern
1
-29
/
+24
2007-10-12
usb: serial/pl2303: support for BenQ Siemens Mobile Phone EF81
Andreas Loibl
2
-0
/
+2
2007-10-12
usb: avoid redundant cast of kmalloc() return value in OTi-6858 driver
Jesper Juhl
1
-1
/
+1
2007-10-12
usb-serial: show port number in sysfs
Roman Kagan
1
-0
/
+16
2007-10-12
USB: fix memory leak in berry_charge driver
Greg Kroah-Hartman
1
-2
/
+5
2007-10-12
USB: less-restrictive command checking in g-file-storage
Alan Stern
1
-1
/
+1
2007-10-12
USB: kobil_sct: Rework driver
Alan Cox
1
-89
/
+55
2007-10-12
USB: cp2101: Coding style police
Alan Cox
1
-1
/
+1
2007-10-12
USB: avoid the donelist after an error in ohci-hcd
Alan Stern
1
-16
/
+8
2007-10-12
USB: fix mistake in usb_hcd_giveback_urb
Alan Stern
1
-3
/
+4
2007-10-12
USB: ftdi_sio: Handle FT232RL devices like FT232BM devices
Andrew M. Bishop
1
-1
/
+4
2007-10-12
USB: add urb->unlinked field
Alan Stern
10
-125
/
+107
2007-10-12
USB: centralize -EREMOTEIO handling
Alan Stern
9
-60
/
+18
2007-10-12
USB: remove Iso status value in uhci-hcd
Alan Stern
2
-9
/
+3
2007-10-12
USB: minor fixes for r8a66597 driver
Alan Stern
1
-21
/
+19
2007-10-12
USB: EHCI restart speedup
Marcelo Tosatti
2
-5
/
+2
2007-10-12
UEAGLE: Cosmetic
Stanislaw Gruszka
1
-4
/
+3
2007-10-12
UEAGLE: Do not sleep when device is disconnected
Stanislaw Gruszka
1
-8
/
+19
2007-10-12
UEAGLE: Avoid keyboard driver blocking
Stanislaw Gruszka
1
-11
/
+20
2007-10-12
UEAGLE: Allow user to choose input interface alternate setting
Stanislaw Gruszka
1
-16
/
+12
[next]