| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2010-08-28 | 1 | -2/+1 |
|\ |
|
| * | USB: drop tty argument from usb_serial_handle_sysrq_char() | Dmitry Torokhov | 2010-08-21 | 1 | -2/+1 |
* | | USB: gadget: fix composite kernel-doc warnings | Randy Dunlap | 2010-08-23 | 1 | -0/+1 |
|/ |
|
* | USB delay init quirk for logitech Harmony 700-series devices | Phil Dibowitz | 2010-08-10 | 1 | -0/+4 |
* | USB: otg/ulpi: extend the generic ulpi driver. | Igor Grinberg | 2010-08-10 | 2 | -7/+39 |
* | USB: ulpi: fix compilation warning | Ajay Kumar Gupta | 2010-08-10 | 1 | -0/+1 |
* | USB: fix race between root-hub wakeup & controller suspend | Alan Stern | 2010-08-10 | 1 | -0/+2 |
* | USB: add do_wakeup parameter for PCI HCD suspend | Alan Stern | 2010-08-10 | 1 | -1/+1 |
* | USB: convert usb_hcd bitfields into atomic flags | Alan Stern | 2010-08-10 | 1 | -5/+17 |
* | USB: gadget: composite: added disconnect callback | Michal Nazarewicz | 2010-08-10 | 1 | -0/+2 |
* | USB: gadget: composite: usb_string_ids_*() functions added | Michal Nazarewicz | 2010-08-10 | 1 | -0/+4 |
* | USB: gadget: f_fs: functionfs_add() renamed to functionfs_bind_config() | Michal Nazarewicz | 2010-08-10 | 1 | -3/+3 |
* | USB: EHCI: EHCI 1.1 addendum: Basic LPM feature support | Alek Du | 2010-08-10 | 1 | -0/+4 |
* | USB: EHCI: EHCI 1.1 addendum: preparation | Alek Du | 2010-08-10 | 1 | -0/+23 |
* | USB: otg.h: Fix the mixup in parameters order. | Igor Grinberg | 2010-08-10 | 1 | -2/+2 |
* | USB: don't stop root-hub status polls too soon | Alan Stern | 2010-08-10 | 1 | -0/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw... | Linus Torvalds | 2010-08-07 | 2 | -7/+22 |
|\ |
|
| * | ALSA: usb-audio: move and add some comments | Daniel Mack | 2010-06-23 | 1 | -0/+15 |
| * | ALSA: usb-audio: unify UAC macros and struct names | Daniel Mack | 2010-06-23 | 2 | -7/+7 |
* | | V4L/DVB: uvc: Move constants and structures definitions to linux/usb/video.h | Laurent Pinchart | 2010-08-02 | 1 | -0/+397 |
* | | V4L/DVB: uvcvideo: Define control information bits using macros | Laurent Pinchart | 2010-08-02 | 1 | -0/+7 |
|/ |
|
* | ALSA: usb-audio: unify constants from specification | Daniel Mack | 2010-05-31 | 1 | -25/+63 |
* | ALSA: usb-audio: fix selector unit string index accessor | Daniel Mack | 2010-05-31 | 1 | -1/+1 |
* | include/linux/usb/audio-v2.h: add more UAC2 details | Daniel Mack | 2010-05-31 | 1 | -1/+20 |
* | ALSA: usb-audio: UAC2: clean up parsing of bmaControls | Daniel Mack | 2010-05-31 | 1 | -0/+10 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw... | Linus Torvalds | 2010-05-29 | 1 | -0/+16 |
|\ |
|
| * | ALSA: usb-audio: parse UAC2 endpoint descriptors correctly | Daniel Mack | 2010-05-27 | 1 | -0/+16 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 | Linus Torvalds | 2010-05-20 | 23 | -81/+1526 |
|\ \
| |/
|/| |
|
| * | USB: include/usb/*.h checkpatch cleanup | Greg Kroah-Hartman | 2010-05-20 | 14 | -88/+92 |
| * | USB: f_fs: the FunctionFS driver | Michal Nazarewicz | 2010-05-20 | 1 | -0/+199 |
| * | USB: serial: remove multi-urb write from generic driver | Johan Hovold | 2010-05-20 | 1 | -6/+2 |
| * | USB: serial: reimplement generic fifo-based writes | Johan Hovold | 2010-05-20 | 1 | -0/+12 |
| * | USB: Add definition for the Pipe Usage descriptor | Matthew Wilcox | 2010-05-20 | 1 | -0/+2 |
| * | USB: export the new ch11.h file to userspce | Alan Stern | 2010-05-20 | 2 | -6/+5 |
| * | USB: Composite framework: Add suspended sysfs entry | Fabien Chouteau | 2010-05-20 | 2 | -0/+5 |
| * | USB: ncm: added ncm.h with auxiliary definitions | Yauheni Kaliuta | 2010-05-20 | 1 | -0/+114 |
| * | usb: cdc: ncm constants and structures added | Yauheni Kaliuta | 2010-05-20 | 1 | -0/+94 |
| * | USB: Support for allocating USB 3.0 streams. | Sarah Sharp | 2010-05-20 | 1 | -0/+10 |
| * | USB: Add parsing of SuperSpeed endpoint companion descriptor. | Sarah Sharp | 2010-05-20 | 1 | -0/+2 |
| * | usb: otg: add global ULPI register definitions | Heikki Krogerus | 2010-05-20 | 1 | -0/+140 |
| * | USB: gadget: add HID gadget driver | Fabien Chouteau | 2010-05-20 | 1 | -0/+32 |
| * | USB: serial: generalise write buffer preparation | Johan Hovold | 2010-05-20 | 1 | -0/+5 |
| * | USB: serial: re-implement multi-urb writes in generic driver | Johan Hovold | 2010-05-20 | 1 | -3/+6 |
| * | USB: serial: generalise generic read implementation | Johan Hovold | 2010-05-20 | 1 | -0/+3 |
| * | USB: serial: refactor read urb submission in generic driver | Johan Hovold | 2010-05-20 | 1 | -1/+1 |
| * | USB: serial: allow drivers to define bulk buffer sizes | Johan Hovold | 2010-05-20 | 1 | -0/+5 |
| * | USB: Add a new quirk: USB_QUIRK_HONOR_BNUMINTERFACES | Hans de Goede | 2010-05-20 | 1 | -0/+4 |
| * | USB: musb: allow the Blackfin vrsel gpio to be active low | Cliff Cai | 2010-05-20 | 1 | -0/+1 |
| * | usb: musb: allow board to pass down fifo mode | Felipe Balbi | 2010-05-20 | 1 | -0/+35 |
| * | usb-serial: Use tty_port version console instead of usb_serial_port | Jason Wessel | 2010-05-20 | 1 | -2/+0 |