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
/
misc
Age
Commit message (
Expand
)
Author
Files
Lines
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-1
/
+1
2011-03-23
USB: uss720 fixup refcount position
Peter Holik
1
-4
/
+3
2011-03-22
backlight: add backlight type
Matthew Garrett
1
-0
/
+1
2011-02-17
Merge 2.6.38-rc5 into usb-next
Greg Kroah-Hartman
2
-2
/
+1
2011-01-22
USB: usbtest - Add tests to ensure HCDs can accept byte aligned buffers.
Martin Fuzzey
1
-24
/
+212
2011-01-22
USB: uss720: remove duplicate USB device
Sergei Shtylyov
1
-1
/
+0
2011-01-22
USB: DL100B webmail notifier: initialize return value
Melchior FRANZ
1
-1
/
+1
2011-01-13
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...
Linus Torvalds
3
-3
/
+3
2010-12-22
USB: Merge 2.6.37-rc5 into usb-next
Greg Kroah-Hartman
1
-1
/
+3
2010-12-22
Merge branch 'master' into for-next
Jiri Kosina
8
-13
/
+14
2010-12-21
USB: add support for Dream Cheeky DL100B Webmail Notifier (1d34:0004)
Melchior FRANZ
1
-28
/
+90
2010-12-16
USB: misc: uss720.c: add another vendor/product ID
Thomas Sailer
1
-1
/
+3
2010-11-30
USB: yurex: add .llseek fop to file_operations
Tomoki Sekiyama
1
-0
/
+1
2010-11-15
USB: misc: usbsevseg: fix up some sysfs attribute permissions
Greg Kroah-Hartman
1
-6
/
+4
2010-11-15
USB: misc: usbled: fix up some sysfs attribute permissions
Greg Kroah-Hartman
1
-1
/
+1
2010-11-15
USB: misc: trancevibrator: fix up a sysfs attribute permission
Greg Kroah-Hartman
1
-1
/
+1
2010-11-15
USB: misc: cypress_cy7c63: fix up some sysfs attribute permissions
Greg Kroah-Hartman
1
-4
/
+2
2010-11-11
usb: misc: iowarrior: fix information leak to userland
Vasiliy Kulikov
1
-0
/
+1
2010-11-11
usb: misc: sisusbvga: fix information leak to userland
Vasiliy Kulikov
1
-0
/
+1
2010-11-01
tree-wide: fix comment/printk typos
Uwe Kleine-König
3
-3
/
+3
2010-10-24
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...
Linus Torvalds
1
-2
/
+0
2010-10-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
Linus Torvalds
7
-351
/
+944
2010-10-22
usb: iowarrior: don't trust report_size for buffer size
Kees Cook
1
-1
/
+1
2010-10-22
usb: makefile cleanup
matt mooney
2
-24
/
+23
2010-10-22
USB: usbtest - ensure correct isoc data length
Martin Fuzzey
1
-0
/
+2
2010-10-22
USB: usbtest fix coding style
Martin Fuzzey
1
-324
/
+341
2010-10-22
usb: change to new flag variable
matt mooney
1
-3
/
+1
2010-10-22
USB: yurex: fix memory leak and corrupted messages
Tomoki Sekiyama
1
-6
/
+17
2010-10-22
USB: yurex: assign a real minor number to the driver
Greg Kroah-Hartman
1
-2
/
+2
2010-10-22
USB: add driver for Meywa-Denki & Kayac YUREX
Tomoki Sekiyama
3
-0
/
+566
2010-10-22
usb: ftdi-elan: Convert "mutex" to semaphore
Thomas Gleixner
1
-1
/
+1
2010-10-15
llseek: automatically add .llseek fop
Arnd Bergmann
6
-0
/
+6
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-11
Merge branch 'master' into for-next
Jiri Kosina
7
-43
/
+53
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: misc: Remove unnecessary casts of private_data
Joe Perches
5
-18
/
+18
2010-08-10
USB: autoconvert trivial BKL users to private mutex
Arnd Bergmann
3
-22
/
+24
2010-08-10
USB-BKL: Convert usb_driver ioctl to unlocked_ioctl
Andi Kleen
1
-1
/
+2
2010-08-10
drivers/usb: Remove unnecessary return's from void functions
Joe Perches
1
-2
/
+0
2010-07-26
USB: sisusbvga: Fix for USB 3.0
Oliver Neukum
1
-2
/
+3
2010-05-20
usb: sisusb_con.c: fix shadows sparse warning
Bill Pemberton
1
-4
/
+4
2010-05-20
USB: sisusbvga: Remove the BKL from open
Alessio Igor Bogani
1
-9
/
+0
2010-05-20
USB: rename usb_buffer_alloc() and usb_buffer_free() users
Daniel Mack
5
-26
/
+26
2010-05-20
USB: remove uses of URB_NO_SETUP_DMA_MAP
Alan Stern
1
-7
/
+2
2010-05-20
USB: sisusbvga: Remove the BKL from ioctl
Alessio Igor Bogani
1
-3
/
+1
2010-05-20
USB: make hcd.h public (drivers dependency)
Eric Lescouet
1
-1
/
+1
2010-04-22
USB: fixed bug in usbsevseg using USB autosuspend incorrectly
Harrison Metzger
1
-2
/
+13
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
8
-2
/
+6
[next]