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.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
2009-03-30
trivial: fix typos/grammar errors in Kconfig texts
Matt LaPlante
1
-1
/
+1
2009-03-27
Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6
Linus Torvalds
1
-1
/
+6
2009-03-27
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
David S. Miller
34
-349
/
+640
2009-03-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
Linus Torvalds
34
-342
/
+634
2009-03-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
Linus Torvalds
2
-3
/
+3
2009-03-25
usb: struct device - replace bus_id with dev_name(), dev_set_name()
Kay Sievers
2
-3
/
+3
2009-03-25
USB: pxa27x_udc: typo fixes and code cleanups
Vernon Sauder
1
-30
/
+24
2009-03-25
USB: gadget: gadget zero uses new suspend/resume hooks
David Brownell
4
-58
/
+74
2009-03-25
USB: gadget: composite device-level suspend/resume hooks
David Brownell
1
-2
/
+6
2009-03-25
USB: make transfer_buffer_lengths in struct urb field u32
Greg Kroah-Hartman
1
-1
/
+1
2009-03-25
USB: composite: avoid inconsistent lock state
Felipe Balbi
1
-2
/
+3
2009-03-25
USB: replace uses of __constant_{endian}
Harvey Harrison
24
-113
/
+113
2009-03-25
USB: add missing KERN_* constants to printks
Frank Seidel
2
-10
/
+14
2009-03-25
USB: imx_udc: Fix IMX UDC gadget general irq handling
Darius Augulis
2
-65
/
+94
2009-03-25
USB: imx_udc: Fix IMX UDC gadget ep0 irq handling
Darius Augulis
1
-6
/
+6
2009-03-25
USB: imx_udc: Fix IMX UDC gadget code style
Darius Augulis
2
-36
/
+69
2009-03-25
USB: imx_udc: Fix IMX UDC gadget bugs
Darius Augulis
2
-15
/
+20
2009-03-25
USB: gadget: remove duplicated #include
Huang Weiyi
1
-1
/
+0
2009-03-25
USB: Remove redundant test in pxa27x_udc and ftdi_sio
Julia Lawall
1
-1
/
+1
2009-03-25
USB: pxa27x_udc: add vbus_draw callback
Robert Jarzmik
1
-1
/
+23
2009-03-25
USB: pxa27x_udc: add otg transceiver support
Robert Jarzmik
3
-1
/
+22
2009-03-25
USB: pxa27x_udc: add vbus session handling
Robert Jarzmik
2
-0
/
+34
2009-03-25
USB: pxa27x_udc: factor pullup code to prepare otg transceiver
Robert Jarzmik
2
-8
/
+138
2009-03-25
USB: gadget: fix rndis regression
David Brownell
1
-1
/
+1
2009-03-24
Merge branch 'topic/snd_card_new-err' into for-linus
Takashi Iwai
1
-4
/
+3
2009-03-22
usbnet: convert rndis driver to use dev_get_stats
Stephen Hemminger
1
-5
/
+2
2009-03-16
Use f_lock to protect f_flags
Jonathan Corbet
1
-1
/
+6
2009-03-02
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
4
-3
/
+11
2009-02-28
USB: gadget: fix build error in omap_apollon_2420_defconfig
David Brownell
1
-0
/
+1
2009-02-28
USB: g_file_storage: automatically disable stalls under Atmel
Alan Stern
1
-1
/
+5
2009-02-28
usb: gadget: obex: select correct ep descriptors
Felipe Balbi
1
-2
/
+2
2009-02-28
USB: fsl_usb2_udc: fix potential queue head corruption
Li Yang
1
-0
/
+3
2009-02-24
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
David S. Miller
1
-2
/
+2
2009-02-19
[ARM] 5403/1: pxa25x_ep_fifo_flush() *ep->reg_udccs always set to 0
Roel Kluin
1
-2
/
+2
2009-02-15
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
David S. Miller
1
-10
/
+36
2009-02-15
rndis: remove private wrapper of __constant_cpu_to_le32
Harvey Harrison
1
-46
/
+46
2009-02-09
USB: fsl_qe_udc: Fix stalled TX requests bug
Anton Vorontsov
1
-0
/
+1
2009-02-09
USB: fsl_qe_udc: Fix muram corruption by disabled endpoints
Anton Vorontsov
1
-0
/
+1
2009-02-09
USB: fsl_qe_udc: Fix disconnects reporting during bus reset
Anton Vorontsov
1
-0
/
+3
2009-02-09
USB: fsl_qe_udc: Fix QE USB controller initialization
Anton Vorontsov
1
-1
/
+5
2009-02-09
USB: fsl_qe_udc: Fix recursive locking bug in ch9getstatus()
Anton Vorontsov
1
-8
/
+18
2009-02-09
USB: fsl_qe_udc: Fix oops on QE UDC probe failure
Anton Vorontsov
1
-1
/
+8
2009-01-28
USB: GADGET: fix !x & y
Roel Kluin
1
-1
/
+1
2009-01-28
USB: composite: Fix bug: low byte of w_index is the usb interface number not ...
Bryan Wu
1
-3
/
+4
2009-01-28
USB: composite: Fix bug: should test set_alt function pointer before use it
Bryan Wu
1
-1
/
+1
2009-01-12
drivers/usb/gadget: Convert to snd_card_create()
Takashi Iwai
1
-4
/
+3
2009-01-08
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...
David S. Miller
20
-61
/
+5137
2009-01-08
gadget: convert devices to new API
Stephen Hemminger
1
-6
/
+10
2009-01-08
phonet: update to net_device_ops
Stephen Hemminger
1
-4
/
+8
2009-01-07
USB: Fix goku_udc usb speed handling
SangSu Park
1
-1
/
+1
[next]