index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
usb: gadget: convert all users to the new udc infrastructure
Sebastian Andrzej Siewior
2011-06-28
26
-143
/
+388
*
usb: gadget: introduce UDC Class
Felipe Balbi
2011-06-28
1
-0
/
+418
*
USB: deprecate g_file_storage
Alan Stern
2011-06-16
2
-7
/
+9
*
usb: renesas_usbhs: fixup connection fail
Kuninori Morimoto
2011-06-14
3
-3
/
+12
*
Merge 3.0-rc2 into usb-linus as it's needed by some USB patches
Greg Kroah-Hartman
2011-06-14
30
-49
/
+186
|
\
|
*
USB: serial: add another 4N-GALAXY.DE PID to ftdi_sio driver
Steffen Sledz
2011-06-08
2
-0
/
+2
|
*
Revert "USB: option: add ID for ZTE MF 330"
Greg Kroah-Hartman
2011-06-08
1
-5
/
+0
|
*
drivers/usb/host/ohci-pxa27x.c: add missing clk_put
Julia Lawall
2011-06-07
1
-2
/
+5
|
*
USB: CONFIG_USB_GADGET_DUALSPEED is not user-configurable
Alan Stern
2011-06-07
1
-4
/
+1
|
*
USB: dummy-hcd needs the has_tt flag
Alan Stern
2011-06-07
1
-0
/
+1
|
*
usb-storage: redo incorrect reads
Alan Stern
2011-06-07
4
-1
/
+62
|
*
usb/renesas_usbhs: free uep on removal
Sebastian Andrzej Siewior
2011-06-07
1
-0
/
+1
|
*
usb/s3c-hsudc: fix error path
Sebastian Andrzej Siewior
2011-06-07
1
-2
/
+4
|
*
usb/pxa25x_udc: cleanup the LUBBOCK err path
Sebastian Andrzej Siewior
2011-06-07
1
-3
/
+2
|
*
usb/mv_udc_core: fix compile
Sebastian Andrzej Siewior
2011-06-07
1
-4
/
+4
|
*
usb: gadget: include <linux/prefetch.h> to fix compiling error
Bryan Wu
2011-06-07
5
-0
/
+5
|
*
USB: s3c-hsotg: Tone down debugging
Mark Brown
2011-06-07
1
-10
/
+12
|
*
usb: remove bad dput after dentry_unhash
Sage Weil
2011-06-07
1
-1
/
+0
|
*
USB: core: Tolerate protocol stall during hub and port status read
Libor Pechacek
2011-06-07
1
-2
/
+4
|
*
musb: fix prefetch build failure
Mike Frysinger
2011-06-07
1
-0
/
+1
|
*
USB: cdc-acm: Adding second ACM channel support for Nokia E7 and C7
Toby Gray
2011-06-07
1
-0
/
+2
|
*
usb-gadget: unlock data->lock mutex on error path in ep_write()
Alexey Khoroshilov
2011-06-07
1
-1
/
+3
|
*
USB: option Add blacklist for ZTE K3765-Z (19d2:2002)
Torsten Hilbrich
2011-06-07
1
-1
/
+9
|
*
option: add Prolink PH300 modem IDs
Dan Williams
2011-06-07
1
-0
/
+2
|
*
option: add Alcatel X200 to sendsetup blacklist
Dan Williams
2011-06-07
1
-2
/
+11
|
*
option: add Zoom 4597 modem USB IDs
Dan Williams
2011-06-07
1
-0
/
+4
|
*
USB: xhci - fix interval calculation for FS isoc endpoints
Dmitry Torokhov
2011-06-06
1
-2
/
+12
|
*
xhci: Disable MSI for some Fresco Logic hosts.
Sarah Sharp
2011-06-03
3
-2
/
+20
|
*
xhci: Do not issue device reset when device is not setup
Maarten Lankhorst
2011-06-03
1
-0
/
+7
|
*
xhci: Add defines for hardcoded slot states
Maarten Lankhorst
2011-06-03
2
-4
/
+9
|
*
xhci: Bigendian fix for xhci_check_bandwidth()
Matt Evans
2011-06-02
1
-2
/
+2
|
*
xhci: Bigendian fix for skip_isoc_td()
Matt Evans
2011-06-02
1
-1
/
+1
*
|
usb: renesas_usbhs: add DMAEngine support
Kuninori Morimoto
2011-06-07
7
-3
/
+516
*
|
usb: renesas_usbhs: tidyup pio handler name
Kuninori Morimoto
2011-06-07
3
-13
/
+13
*
|
usb: renesas_usbhs: tifyup packet start timing
Kuninori Morimoto
2011-06-07
2
-17
/
+11
*
|
usb: renesas_usbhs: add pipe/fifo link
Kuninori Morimoto
2011-06-07
4
-12
/
+55
*
|
usb: renesas_usbhs: add usbhsf_fifo
Kuninori Morimoto
2011-06-07
4
-24
/
+77
*
|
usb: renesas_usbhs: shrink spin lock area
Kuninori Morimoto
2011-06-07
4
-291
/
+177
*
|
usb: renesas_usbhs: remove usbhsg_queue_get
Kuninori Morimoto
2011-06-07
1
-19
/
+5
*
|
usb: renesas_usbhs: modify data transfer interrupt
Kuninori Morimoto
2011-06-07
5
-294
/
+204
*
|
usb: renesas_usbhs: modify data transfer method
Kuninori Morimoto
2011-06-07
3
-163
/
+148
*
|
usb: renesas_usbhs: modify packet queue control method
Kuninori Morimoto
2011-06-07
5
-24
/
+53
*
|
usb: renesas_usbhs: divide data transfer functions
Kuninori Morimoto
2011-06-07
6
-60
/
+150
*
|
usb: renesas_usbhs: fifo became independent from pipe.
Kuninori Morimoto
2011-06-07
7
-251
/
+290
*
|
usb: renesas_usbhs: modify pipe direction flags
Kuninori Morimoto
2011-06-07
2
-1
/
+11
*
|
ehci-hcd: remove EOL from MODULE_PARM_DESC for 'hird' option
Niels de Vos
2011-06-07
1
-1
/
+1
*
|
USB: wusbcore: return negative error codes
Dan Carpenter
2011-06-07
1
-2
/
+2
*
|
USB: net2272: driver for PLX NET2272 USB device controller
Seth Levy
2011-06-07
5
-0
/
+3357
*
|
USB: Add "authorized_default" parameter to the usbcore module
Carl-Daniel Hailfinger
2011-06-07
1
-1
/
+16
*
|
usb/gadget: (fusb300_udc) Remove unused function fusb300_ep0_complete
Guenter Roeck
2011-06-07
1
-5
/
+0
[next]