summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* USB: ftdi_sio: add product ID for Lenz LI-USBGalen Seitz2010-08-242-0/+4
* USB: adutux: fix misuse of return value of copy_to_user()Kulikov Vasiliy2010-08-241-1/+1
* USB: iowarrior: fix misuse of return value of copy_to_user()Kulikov Vasiliy2010-08-241-2/+2
* USB: xHCI: update ring dequeue pointer when process missed tdsAndiry Xu2010-08-241-0/+4
* USB: xhci: Remove buggy assignment in next_trb()John Youn2010-08-241-1/+1
* USB: ftdi_sio: Add ID for Ionics PlugComputerMartin Michlmayr2010-08-242-0/+8
* USB: serial: io_ti.c: don't return 0 if writing the download record failedRoel Kluin2010-08-241-1/+1
* USB: otg: twl4030: fix wrong assumption of starting stateFelipe Balbi2010-08-241-1/+5
* USB: gadget: Return -ENOMEM on memory allocation failureJulia Lawall2010-08-241-0/+1
* USB: gadget: fix composite kernel-doc warningsRandy Dunlap2010-08-241-2/+2
* USB: ssu100: set tty_flags in ssu100_process_packetBill Pemberton2010-08-241-9/+29
* USB: ssu100: add disconnect function for ssu100Bill Pemberton2010-08-241-1/+1
* USB: serial: export symbol usb_serial_generic_disconnectBill Pemberton2010-08-241-0/+1
* USB: ssu100: rework logic for TIOCMIWAITBill Pemberton2010-08-241-35/+111
* USB: ssu100: add register parameter to ssu100_setregisterBill Pemberton2010-08-241-3/+4
* USB: ssu100: remove duplicate #defines in ssu100Bill Pemberton2010-08-241-55/+31Star
* USB: ssu100: refine process_packet in ssu100Bill Pemberton2010-08-241-6/+2Star
* USB: ssu100: add locking for port private data in ssu100Bill Pemberton2010-08-241-1/+8
* USB: r8a66597-udc: return -ENOMEM if kzalloc() failsAxel Lin2010-08-241-0/+1
* USB: io_ti: check firmware version before updatingGreg Kroah-Hartman2010-08-241-1/+1
* USB: ftdi_sio: fix endianess of max packet sizeMichael Wileczka2010-08-241-1/+1
* USB: CP210x Fix Break On/OffCraig Shelley2010-08-241-2/+2
* USB: pl2303: New vendor and product idJef Driesen2010-08-242-0/+5
* USB: serial: fix leak of usb serial module refrence countMing Lei2010-08-241-16/+7Star
* USB: add device IDs for igotu to navmanRoss Burton2010-08-241-0/+1
* USB: isp1760: use a write barrier to ensure proper ndelay timingMichael Hennerich2010-08-241-0/+2
* USB: option: add Celot CT-650Michael Tokarev2010-08-241-2/+5
* USB: uvc_v4l2: cleanup test for end of loopDan Carpenter2010-08-241-1/+1
* Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-08-121-1/+1
|\
| * i2c: Add support for custom probe functionJean Delvare2010-08-111-1/+1
* | Merge branch 'params' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds2010-08-121-0/+2
|\ \
| * | param: simple locking for sysfs-writable charp parametersRusty Russell2010-08-111-0/+2
| |/
* | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-08-126-21/+21
|\ \ | |/ |/|
| * of/device: Replace struct of_device with struct platform_deviceGrant Likely2010-08-066-21/+21
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2010-08-11116-1833/+4568
|\ \
| * | USB: serial: fix stalled writesJohan Hovold2010-08-101-5/+10
| * | USB: remove fake "address-of" expressionsAlan Stern2010-08-104-23/+15Star
| * | USB: fix thread-unsafe anchor utiliy routinesChristian Lamparter2010-08-101-29/+21Star
| * | USB: usbtest: support test device with only one iso-in or iso-out endpointMing Lei2010-08-101-1/+4
| * | USB: usbtest: avoid to free coherent buffer in atomic contextMing Lei2010-08-101-1/+5
| * | USB: xhci: Set DMA mask for host.Sarah Sharp2010-08-101-0/+9
| * | USB: xhci: Don't flush doorbell writes.Sarah Sharp2010-08-101-5/+0Star
| * | USB: xhci: Reduce reads and writes of interrupter registers.Sarah Sharp2010-08-101-8/+10
| * | USB: xhci: Make xhci_set_hc_event_deq() static.Sarah Sharp2010-08-103-23/+23
| * | USB: xhci: Minimize HW event ring dequeue pointer writes.Sarah Sharp2010-08-101-13/+37
| * | USB: xhci: Make xhci_handle_event() static.Sarah Sharp2010-08-102-2/+1Star
| * | USB: xhci: Remove unnecessary reads of IRQ_PENDING register.Sarah Sharp2010-08-101-15/+12Star
| * | USB: xhci: Performance - move xhci_work() into xhci_irq()Sarah Sharp2010-08-101-43/+30Star
| * | USB: xhci: Performance - move interrupt handlers into xhci-ring.cSarah Sharp2010-08-103-103/+104
| * | USB: xhci: Performance - move functions that find ep ring.Sarah Sharp2010-08-104-48/+85