index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
/
ether.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2010-03-02
USB: usblp: Remove checks no longer needed with the new runtime PM system
Oliver Neukum
1
-17
/
+3
2010-03-02
USB: ftdi_sio: remove unnecessary initialisations
Johan Hovold
1
-9
/
+9
2010-03-02
USB: ftdi_sio: clean up modem status handling
Johan Hovold
1
-21
/
+16
2010-03-02
USB: ftdi_sio: fix DMA buffers on stack
Johan Hovold
1
-42
/
+27
2010-03-02
USB: ftdi_sio: fix latency-timeout endianess bug
Johan Hovold
1
-4
/
+10
2010-03-02
USB: ftdi_sio: use error code from usb stack in read_latency_timer
Johan Hovold
1
-3
/
+2
2010-03-02
USB: rename USB_SPEED_VARIABLE to USB_SPEED_WIRELESS
Greg Kroah-Hartman
7
-12
/
+12
2010-03-02
USB: retain USB device power/wakeup setting across reconfiguration
Dan Streetman
1
-4
/
+12
2010-03-02
USB: cdc_acm: Silence "It is not a modem." error for pbLua devices
Julian Calaby
2
-2
/
+5
2010-03-02
USB: cdc_acm: Add support for pbLua console port
Julian Calaby
1
-0
/
+3
2010-03-02
usbmon: add bus number to text API
Pete Zaitcev
2
-3
/
+8
2010-03-02
USB: musb: remove some of the never defined defines
Felipe Balbi
2
-36
/
+4
2010-03-02
USB: musb: move to sysfs_groups
Felipe Balbi
1
-18
/
+15
2010-03-02
USB: musb: move two printk to dev_err
Felipe Balbi
1
-2
/
+2
2010-03-02
USB: musb: use resource_size()
Felipe Balbi
1
-1
/
+1
2010-03-02
USB: gadget: add INT support for Blackfin musb
Cliff Cai
1
-0
/
+5
2010-03-02
USB: gadget: use ep5 for bulk-in and ep6 for bulk-out for Blackfin MUSB
Bryan Wu
1
-0
/
+14
2010-03-02
USB: host: SL811: allow the hcd on Blackfin systems
Michael Hennerich
1
-0
/
+1
2010-03-02
USB: host: SL811: fix unaligned accesses
Michael Hennerich
1
-2
/
+3
2010-03-02
USB: isp1362: Use kzalloc for allocating only one thing
Julia Lawall
1
-1
/
+1
2010-03-02
USB: cypress_m8: allow unstable baud rates
Mike Frysinger
1
-0
/
+6
2010-03-02
USB: cypress_m8: unify confusing new baudrate check
Mike Frysinger
1
-6
/
+3
2010-03-02
USB: cypress_m8: stop using USB debug driver config
Mike Frysinger
1
-5
/
+1
2010-03-02
USB: Export QUIRK_RESET_MORPHS through sysfs
Oliver Neukum
2
-0
/
+42
2010-03-02
USB: storage: Never reset devices that will morph to an old mode
Oliver Neukum
3
-1
/
+11
2010-03-02
USB: otg: twl4030: add support for notifier
Felipe Balbi
1
-21
/
+14
2010-03-02
USB: otg: add notifier support
Felipe Balbi
1
-0
/
+25
2010-03-02
USB: wusb: check CHID is all zeros before stopping the host
Julia Lawall
1
-1
/
+1
2010-03-02
USB: xhci: No GFP_KERNEL in block error handling
Oliver Neukum
1
-1
/
+1
2010-03-02
USB: cdc-acm: Update to new autopm API
Oliver Neukum
2
-22
/
+22
2010-03-02
USB: ehci-au1xxx.c: use platform_get_resource() and resource_size()
H Hartley Sweeten
1
-2
/
+4
2010-03-02
USB: ehci-atmel.c: use resource_size()
H Hartley Sweeten
1
-1
/
+1
2010-03-02
USB: ehci-orion.c: use resource_size()
H Hartley Sweeten
1
-4
/
+4
2010-03-02
USB: at91_udc.c: use resource_size()
H Hartley Sweeten
1
-6
/
+4
2010-03-02
USB: atmel_usba_udc.c: use resource_size()
H Hartley Sweeten
1
-2
/
+2
2010-03-02
USB: pxa27x_udc.c: use resource_size()
H Hartley Sweeten
1
-1
/
+1
2010-03-02
USB: ehci-fsl: Add power management support
Anton Vorontsov
1
-7
/
+83
2010-03-02
USB: ehci-fsl: Fix sparse warnings
Anton Vorontsov
1
-3
/
+4
2010-03-02
USB: ehci: fix audio record functionality for some Full speed sound blaster d...
Dmitri Epshtein
1
-3
/
+7
2010-03-02
USB: ehci: add call of free_cached_itd_list() function in disable_periodic()
Dmitri Epshtein
1
-0
/
+2
2010-03-02
USB: Add call to notify xHC of a device reset.
Sarah Sharp
4
-8
/
+14
2010-03-02
USB: xhci: Notify the xHC when a device is reset.
Sarah Sharp
4
-0
/
+166
2010-03-02
USB: xhci: Allow roothub ports to be disabled.
Sarah Sharp
1
-0
/
+18
2010-03-02
USB: xhci: Refactor code to clear port change bits.
Sarah Sharp
1
-15
/
+32
2010-03-02
USB: xhci: Refactor test for vendor-specific completion codes.
Sarah Sharp
2
-7
/
+16
2010-03-02
USB: xhci: Allow allocation of commands without input contexts.
Sarah Sharp
3
-8
/
+15
2010-03-02
USB: xhci: Refactor code to free or cache endpoint rings.
Sarah Sharp
3
-18
/
+29
2010-03-02
USB: xhci: Fix error path when configuring endpoints.
Sarah Sharp
1
-0
/
+2
2010-03-02
USB: check the endpoint type against the pipe type
Alan Stern
3
-11
/
+24
2010-03-02
cdc_acm: add reset_resume method
Francesco Lavra
1
-0
/
+18
[prev]
[next]