aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
...
| * USB: cp210x: Add support for the DW700 UARTÉric Piel2009-10-091-0/+1
| * USB: ipaq: fix oops when device is plugged inAlan Stern2009-10-091-0/+9
| * USB: isp1362: fix build warnings on 64-bit systemsMike Frysinger2009-10-092-15/+15
| * USB: gadget: imx_udc: Use resource sizeTobias Klauser2009-10-091-4/+4
| * USB: storage: iRiver P7 UNUSUAL_DEV patchSergey Pinaev2009-10-091-0/+7
| * USB: musb: make HAVE_CLK support optionalMike Frysinger2009-10-094-11/+8
| * USB: xhci: Fix dropping endpoints from the xHC schedule.Sarah Sharp2009-10-091-1/+1
| * USB: xhci: Don't wait for a disable slot cmd when HC dies.Sarah Sharp2009-10-091-0/+9
| * USB: xhci: Handle canceled URBs when HC dies.Sarah Sharp2009-10-091-0/+12
| * USB: xhci: Stop debugging polling loop when HC dies.Sarah Sharp2009-10-091-0/+6
| * USB: usbtmc: fix timeout increaseGergely Imreh2009-10-091-1/+1
| * USB: option: Patch for Huawei Mobile Broadband E270+ ModemRonnie Furuskog2009-10-091-0/+2
| * USB: option: Toshiba G450 device idPeter Magdina2009-10-091-0/+2
| * USB: usblcd, fix memory leakJiri Slaby2009-10-091-1/+2
| * USB: serial: sierra driver version change to 1.3.8Elina Pasheva2009-10-091-1/+1
| * USB: serial: don't call release without attachAlan Stern2009-10-091-1/+5
| * USB: digi_acceleport: Fix broken unthrottle.Johan Hovold2009-10-091-4/+4
| * USB: pl2303: fix error characters not being reported to ldiscJohan Hovold2009-10-091-3/+5
| * USB: ftdi_sio: re-implement read processingJohan Hovold2009-10-091-252/+131
| * USB: ftdi_sio: clean up read completion handlerJohan Hovold2009-10-091-27/+1
| * USB: ftdi_sio: remove unused rx_byte counterJohan Hovold2009-10-091-13/+0
| * USB: ftdi_sio: remove tty->low_latencyJohan Hovold2009-10-091-4/+0
* | Merge branch 'sh/for-2.6.32' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2009-10-091-43/+62
|\ \ | |/ |/|
| * usb: r8a66597-udc unaligned fifo fixMagnus Damm2009-10-061-43/+62
* | headers: remove sched.h from poll.hAlexey Dobriyan2009-10-041-0/+1
* | const: constify remaining file_operationsAlexey Dobriyan2009-10-014-7/+6
|/
* tty: Fix regressions caused by commit b50989dcDave Young2009-09-271-8/+6
* const: mark struct vm_struct_operationsAlexey Dobriyan2009-09-271-1/+1
* headers: kref.h reduxAlexey Dobriyan2009-09-261-1/+0
* Merge branch 'origin' into for-linusRussell King2009-09-24161-2545/+12009
|\
| * Merge branch 'for-linus' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2009-09-241-1/+0
| |\
| | * microblaze: Add architectural support for USB EHCI host controllersJulie Zhu2009-09-221-1/+0
| * | drivers/usb/serial/sierra.c: fix CONFIG_PM=n buildAndrew Morton2009-09-241-0/+5
| * | headers: utsname.h reduxAlexey Dobriyan2009-09-235-5/+0
| * | USB: skeleton: fix coding style issues.Greg Kroah-Hartman2009-09-231-15/+28
| * | USB: O_NONBLOCK in read path of skeletonOliver Neukum2009-09-231-1/+7
| * | USB: make usb-skeleton honor O_NONBLOCK in write pathOliver Neukum2009-09-231-3/+10
| * | USB: skel_read really sucks royallyOliver Neukum2009-09-231-18/+176
| * | USB: Add hub descriptor update hook for xHCISarah Sharp2009-09-233-0/+20
| * | USB: xhci: Support USB hubs.Sarah Sharp2009-09-234-0/+92
| * | USB: xhci: Set multi-TT field for LS/FS devices under hubs.Sarah Sharp2009-09-231-4/+2
| * | USB: xhci: Set route string for all devices.Sarah Sharp2009-09-232-3/+8
| * | USB: xhci: Fix command wait list handling.Sarah Sharp2009-09-231-17/+29
| * | USB: xhci: Change how xHCI commands are handled.Sarah Sharp2009-09-234-53/+186
| * | USB: xhci: Refactor input device context setup.Sarah Sharp2009-09-231-9/+18
| * | USB: xhci: Endpoint representation refactoring.Sarah Sharp2009-09-234-100/+115
| * | USB: gadget: ether needs to select CRC32Randy Dunlap2009-09-231-0/+1
| * | USB: fix USBTMC get_capabilities success handlingGergely Imreh2009-09-231-5/+8
| * | USB: fix missing error check in probingOliver Neukum2009-09-231-12/+22
| * | USB: usbfs: add USBDEVFS_URB_BULK_CONTINUATION flagAlan Stern2009-09-231-1/+77