Age | Commit message (Expand) | Author |
2010-08-23 | USB: adutux: fix misuse of return value of copy_to_user() | Kulikov Vasiliy |
2010-08-23 | USB: iowarrior: fix misuse of return value of copy_to_user() | Kulikov Vasiliy |
2010-08-23 | USB: xHCI: update ring dequeue pointer when process missed tds | Andiry Xu |
2010-08-23 | USB: xhci: Remove buggy assignment in next_trb() | John Youn |
2010-08-23 | USB: ftdi_sio: Add ID for Ionics PlugComputer | Martin Michlmayr |
2010-08-23 | USB: serial: io_ti.c: don't return 0 if writing the download record failed | Roel Kluin |
2010-08-23 | USB: otg: twl4030: fix wrong assumption of starting state | Felipe Balbi |
2010-08-23 | USB: gadget: Return -ENOMEM on memory allocation failure | Julia Lawall |
2010-08-23 | USB: gadget: fix composite kernel-doc warnings | Randy Dunlap |
2010-08-23 | USB: ssu100: set tty_flags in ssu100_process_packet | Bill Pemberton |
2010-08-23 | USB: ssu100: add disconnect function for ssu100 | Bill Pemberton |
2010-08-23 | USB: serial: export symbol usb_serial_generic_disconnect | Bill Pemberton |
2010-08-23 | USB: ssu100: rework logic for TIOCMIWAIT | Bill Pemberton |
2010-08-23 | USB: ssu100: add register parameter to ssu100_setregister | Bill Pemberton |
2010-08-23 | USB: ssu100: remove duplicate #defines in ssu100 | Bill Pemberton |
2010-08-23 | USB: ssu100: refine process_packet in ssu100 | Bill Pemberton |
2010-08-23 | USB: ssu100: add locking for port private data in ssu100 | Bill Pemberton |
2010-08-23 | USB: r8a66597-udc: return -ENOMEM if kzalloc() fails | Axel Lin |
2010-08-23 | USB: io_ti: check firmware version before updating | Greg Kroah-Hartman |
2010-08-23 | USB: ftdi_sio: fix endianess of max packet size | Michael Wileczka |
2010-08-23 | USB: CP210x Fix Break On/Off | Craig Shelley |
2010-08-23 | USB: pl2303: New vendor and product id | Jef Driesen |
2010-08-23 | USB: serial: fix leak of usb serial module refrence count | Ming Lei |
2010-08-23 | USB: add device IDs for igotu to navman | Ross Burton |
2010-08-23 | USB: isp1760: use a write barrier to ensure proper ndelay timing | Michael Hennerich |
2010-08-23 | USB: option: add Celot CT-650 | Michael Tokarev |
2010-08-23 | USB: uvc_v4l2: cleanup test for end of loop | Dan Carpenter |
2010-08-12 | Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2010-08-12 | Merge branch 'params' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/... | Linus Torvalds |
2010-08-12 | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds |
2010-08-11 | i2c: Add support for custom probe function | Jean Delvare |
2010-08-11 | param: simple locking for sysfs-writable charp parameters | Rusty Russell |
2010-08-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 | Linus Torvalds |
2010-08-10 | USB: serial: fix stalled writes | Johan Hovold |
2010-08-10 | USB: remove fake "address-of" expressions | Alan Stern |
2010-08-10 | USB: fix thread-unsafe anchor utiliy routines | Christian Lamparter |
2010-08-10 | USB: usbtest: support test device with only one iso-in or iso-out endpoint | Ming Lei |
2010-08-10 | USB: usbtest: avoid to free coherent buffer in atomic context | Ming Lei |
2010-08-10 | USB: xhci: Set DMA mask for host. | Sarah Sharp |
2010-08-10 | USB: xhci: Don't flush doorbell writes. | Sarah Sharp |
2010-08-10 | USB: xhci: Reduce reads and writes of interrupter registers. | Sarah Sharp |
2010-08-10 | USB: xhci: Make xhci_set_hc_event_deq() static. | Sarah Sharp |
2010-08-10 | USB: xhci: Minimize HW event ring dequeue pointer writes. | Sarah Sharp |
2010-08-10 | USB: xhci: Make xhci_handle_event() static. | Sarah Sharp |
2010-08-10 | USB: xhci: Remove unnecessary reads of IRQ_PENDING register. | Sarah Sharp |
2010-08-10 | USB: xhci: Performance - move xhci_work() into xhci_irq() | Sarah Sharp |
2010-08-10 | USB: xhci: Performance - move interrupt handlers into xhci-ring.c | Sarah Sharp |
2010-08-10 | USB: xhci: Performance - move functions that find ep ring. | Sarah Sharp |
2010-08-10 | USB: add USB serial ssu100 driver | Bill Pemberton |
2010-08-10 | USB: usb-storage: implement autosuspend | Alan Stern |