index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
Age
Commit message (
Expand
)
Author
Files
Lines
2012-06-04
usb: gadget: s3c-hsudc.c: Remove unneeded condition
Ido Shayevitz
1
-1
/
+1
2012-06-04
usb: gadget: s3c2410_udc: Remove unneeded condition
Ido Shayevitz
1
-1
/
+1
2012-06-04
usb: gadget: pxa25x_udc: Remove unneeded condition
Ido Shayevitz
1
-1
/
+1
2012-06-04
usb: gadget: omap_udc: Remove unneeded condition
Ido Shayevitz
1
-1
/
+1
2012-06-04
usb: gadget: mv_udc_core: Remove unneeded condition
Ido Shayevitz
1
-1
/
+1
2012-06-04
usb: gadget: goku_udc: Remove unneeded condition
Ido Shayevitz
1
-1
/
+1
2012-06-04
usb: gadget: fsl_udc_core: Remove unneeded condition
Ido Shayevitz
1
-1
/
+1
2012-06-04
usb: gadget: fsl_qe_udc: Remove unneeded condition
Ido Shayevitz
1
-1
/
+1
2012-06-04
usb: gadget: atmel_usba_udc: Remove unneeded condition
Ido Shayevitz
1
-6
/
+0
2012-06-04
usb: gadget: uvc: Add super-speed support to UVC webcam gadget
Bhupesh Sharma
4
-35
/
+247
2012-06-04
usb: gadget: uvc: Use macro for interrupt endpoint status size instead of usi...
Bhupesh Sharma
1
-2
/
+4
2012-06-04
usb: gadget: uvc: Fix string descriptor STALL issue when multiple uvc functio...
Bhupesh Sharma
1
-16
/
+22
2012-06-04
usb: gadget: pch_udc: Fix likely misuse of | for &
Joe Perches
1
-1
/
+1
2012-06-04
usb: gadget: ffs: add HID descriptor support.
Koen Beel
1
-0
/
+7
2012-06-04
usb: gadget: f_mass_storage: change default value of the removable parameter
Michal Nazarewicz
1
-4
/
+2
2012-06-04
usb: s3c-hsotg: Use devm_* functions in s3c-hsotg.c file
Sachin Kamat
1
-40
/
+11
2012-06-04
ARM: OMAP: Make FS USB omap1 only
Tony Lindgren
2
-2
/
+3
2012-06-04
usb: gadget: omap_udc: use generic map/unmap routines
Felipe Balbi
1
-39
/
+7
2012-06-04
usb: gadget: omap_udc: kfree(NULL) is safe
Felipe Balbi
1
-2
/
+1
2012-06-04
usb: gadget: omap_udc: remove possiblity of NULL pointer de-reference
Felipe Balbi
1
-4
/
+6
2012-06-04
usb: gadget: omap_udc: let it work as a module
Felipe Balbi
1
-16
/
+7
2012-06-04
usb: gadget: omap_udc: remove useless print
Felipe Balbi
1
-10
/
+3
2012-06-04
usb: gadget: omap_udc: make checkpatch.pl happy
Felipe Balbi
1
-80
/
+121
2012-06-04
usb: gadget: omap_udc: Remove omap2 support
Tony Lindgren
1
-90
/
+23
2012-05-24
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-2
/
+2
2012-05-23
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2012-05-23
Merge tag 'tty-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-27
/
+24
2012-05-23
Merge tag 'usb-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
56
-9000
/
+6071
2012-05-22
Merge branch 'usb-target-merge' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
4
-0
/
+2638
2012-05-16
usb: gadget: at91_udc: fix endpoint descriptor dereference
Nicolas Ferre
1
-1
/
+1
2012-05-15
Merge remote-tracking branch 'linus/master' into staging/for_v3.5
Mauro Carvalho Chehab
12
-29
/
+44
2012-05-14
FunctionFS: enable multiple functions
Andrzej Pietrasiewicz
2
-31
/
+207
2012-05-12
usb/net: rndis: fixup a few name prefixes
Linus Walleij
1
-2
/
+2
2012-05-12
usb/net: rndis: merge command codes
Linus Walleij
1
-19
/
+18
2012-05-12
usb/net: rndis: merge media type definitions
Linus Walleij
2
-7
/
+7
2012-05-12
usb/net: rndis: merge duplicate 802_* OIDs
Linus Walleij
1
-31
/
+31
2012-05-12
usb/net: rndis: eliminate first set of duplicate OIDs
Linus Walleij
1
-80
/
+80
2012-05-12
usb/net: rndis: break out <linux/rndis.h> defines
Linus Walleij
2
-211
/
+1
2012-05-12
usb: gadget: remove langwell_udc
Alexander Shishkin
4
-3659
/
+0
2012-05-12
usb: move ci13xxx and related code to drivers/usb/chipidea
Alexander Shishkin
6
-3559
/
+0
2012-05-12
usb: gadget: ci13xxx: print basic device info when probing
Alexander Shishkin
1
-0
/
+3
2012-05-12
usb: gadget: ci13xxx: don't use "advance" feature when setting address
Alexander Shishkin
2
-10
/
+14
2012-05-12
usb: gadget: ci13xxx: fix the context of register map
Alexander Shishkin
1
-1
/
+1
2012-05-12
usb: gadget: ci13xxx: get rid of local tracing for good
Alexander Shishkin
2
-82
/
+0
2012-05-12
usb: gadget: ci13xxx_pci: guard against devices without driver_data
Alexander Shishkin
1
-0
/
+5
2012-05-12
usb: gadget: dummy_hcd: fix build when BUG is not set
Sasha Levin
1
-1
/
+1
2012-05-10
usb: gadget: f_rndis: Set rndis vendor parameters
Benoit Goby
2
-21
/
+33
2012-05-10
usb: gadget: rndis: Fix re-binding f_rndis
Benoit Goby
1
-0
/
+1
2012-05-10
usb: gadget: Add variant of gether_setup to customize the device name
Mike Lockwood
2
-4
/
+25
2012-05-10
usb: gadget: u_serial: Allow calling gserial_setup after init
Benoit Goby
1
-2
/
+2
[prev]
[next]