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.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
2008-05-02
usb: gadget zero style fixups (mostly whitespace)
David Brownell
1
-193
/
+172
2008-05-02
usb serial gadget: CDC ACM fixes
David Brownell
1
-17
/
+73
2008-05-02
usb: pxa27x_udc driver
Robert Jarzmik
5
-4
/
+2916
2008-04-30
usb gadget: switch to put_char returning int
Alan Cox
1
-4
/
+6
2008-04-29
usb: use get/put_unaligned_* helpers
Harvey Harrison
3
-27
/
+17
2008-04-29
usb: use non-racy method for proc entries creation
Denis V. Lunev
2
-14
/
+4
2008-04-28
drivers/usb annotations and fixes
Al Viro
4
-15
/
+16
2008-04-25
USB: replace remaining __FUNCTION__ occurrences
Harvey Harrison
14
-204
/
+204
2008-04-25
USB: g_file_storage: ignore bulk-out data after invalid CBW
Alan Stern
1
-13
/
+15
2008-04-25
USB: at91_udc can prefetch data
David Brownell
1
-1
/
+4
2008-04-25
USB: dummy-hcd: use dynamic allocation for platform_devices
Alan Stern
1
-41
/
+29
2008-04-25
USB: gadget section fixes
David Brownell
4
-11
/
+11
2008-04-25
USB: gadget: dummy_hcd.c: fix nested switch statements
Ingo van Lil
1
-8
/
+6
2008-04-25
USB: mem leak fixes for AMD 5536 UDC high/full speed USB device controller dr...
Jesper Juhl
1
-0
/
+10
2008-04-25
USB: g_printer bugfixes
Craig W. Nadler
1
-32
/
+54
2008-04-25
USB: Remove EXPERIMENTAL tags from some USB gadget Kconfig entries.
Robert P. J. Day
1
-8
/
+10
2008-04-25
USB: remove dev->power.power_state
Alan Stern
2
-6
/
+0
2008-04-25
USB: gadget: Hangup tty on g_serial disconnect
Savin Zlobec
1
-2
/
+1
2008-04-25
USB: m66592-udc: reduce size of data structure.
Paul Mundt
1
-1
/
+1
2008-04-20
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/hskinn...
Haavard Skinnemoen
3
-86
/
+83
2008-04-11
usb gadget: fix platform driver hotplug/coldplug
Kay Sievers
8
-2
/
+11
2008-04-07
atmel_usba_udc: Add support for AT91CAP9 UDPHS
Stelian Pop
3
-8
/
+46
2008-04-07
atmel_usba_udc: Add missing kfree() in usba_udc_remove()
Stelian Pop
1
-0
/
+1
2008-04-07
atmel_usba_udc: move endpoint declarations into platform data.
Stelian Pop
1
-33
/
+38
2008-04-07
atmel_usba_udc: Kill GPIO_PIN_NONE
Stelian Pop
1
-1
/
+1
2008-04-07
atmel_usba_udc: Fix endpoint names.
Stelian Pop
1
-7
/
+7
2008-04-07
atmel_usba: Kill copy_to_fifo() and copy_from_fifo()
Haavard Skinnemoen
1
-51
/
+4
2008-03-25
USB: fix gadgetfs class request delegation
Roy Hashimoto
1
-2
/
+2
2008-03-11
USB: fsl_usb2_udc: fix broken Kconfig
Li Yang
1
-1
/
+1
2008-03-05
USB: remove incorrect struct class_device from the printer gadget
Tony Jones
1
-1
/
+0
2008-03-05
USB: pxa2xx_udc: fix misuse of clock enable/disable calls
Dmitry Baryshkov
2
-39
/
+53
2008-02-22
USB: gadget: queue usb USB_CDC_GET_ENCAPSULATED_RESPONSE message
Jan Altenberg
1
-0
/
+1
2008-02-22
USB: g_printer, fix empty if statement
Adrian Bunk
1
-1
/
+1
2008-02-15
d_path: Make d_path() use a struct path
Jan Blunck
1
-5
/
+3
2008-02-08
usb: net2280 can't have a function called show_registers()
David Howells
1
-3
/
+3
2008-02-02
USB: Use menuconfig objects
Denis Cheng
1
-4
/
+5
2008-02-02
USB: pxa2xx_udc: use debugfs not procfs
Dmitry Baryshkov
2
-69
/
+62
2008-02-02
USB: at91_udc uses generic GPIO calls; minor cleanup
David Brownell
2
-20
/
+61
2008-02-02
USB: gadget: at91_udc minor fix (there is no number six)
David Brownell
1
-3
/
+3
2008-02-02
USB: gadget: ethernet error path potential oops fix
David Brownell
1
-3
/
+3
2008-02-02
USB: Spelling fixes
Joe Perches
3
-3
/
+3
2008-02-02
USB: gadget: pxa2xx_udc supports inverted vbus
Dmitry Baryshkov
1
-2
/
+7
2008-02-02
USB: dummy_hcd: change the default power budget
Alan Stern
1
-2
/
+3
2008-02-02
USB: dummy_hcd: don't register drivers on the platform bus
Alan Stern
1
-25
/
+8
2008-02-02
USB: usb peripheral controller driver oops avoidance
Patrik Sevallius
6
-0
/
+7
2008-02-02
USB: gadget code switches to pr_err() and friends
David Brownell
14
-171
/
+151
2008-02-02
USB: add Printer Gadget Driver
Craig W. Nadler
3
-0
/
+1609
2008-02-02
USB: Add missing "space" to printk messages
Joe Perches
3
-3
/
+3
2008-02-02
USB: m66592-udc: Add support for SH7722 USBF
Yoshihiro Shimoda
3
-1
/
+118
2008-02-02
USB: device DMA support on OMAP2
Kyungmin Park
1
-22
/
+49
[prev]
[next]