summaryrefslogtreecommitdiffstats
path: root/drivers/usb (follow)
Commit message (Expand)AuthorAgeFilesLines
* USB: add Cypress c67x00 OTG controller HCD driverPeter Korsgaard2008-05-029-0/+1836
* USB: add Cypress c67x00 OTG controller core driverPeter Korsgaard2008-05-021-0/+230
* USB: add Cypress c67x00 low level interface codePeter Korsgaard2008-05-022-0/+690
* USB: airprime: unlock mutex instead of trying to lock it againLeonardo Chiquitto2008-05-021-1/+1
* USB: storage: Update mailling list addressAndrew Lunn2008-05-022-2/+4
* USB: storage: UNUSUAL_DEVS() for PanDigital Picture frame.Andrew Lunn2008-05-021-0/+11
* USB: add more FTDI device idsPeter Mack2008-05-022-0/+19
* USB: fix cannot work usb storage when using ohci-sm501Yoshihiro Shimoda2008-05-021-1/+3
* usb: gadget zero timer init fixDavid Lopo2008-05-021-3/+4
* usb: gadget zero style fixups (mostly whitespace)David Brownell2008-05-021-193/+172
* usb serial gadget: CDC ACM fixesDavid Brownell2008-05-021-17/+73
* usb: pxa27x_udc driverRobert Jarzmik2008-05-025-4/+2916
* USB: INTOVA Pixtreme camera mass storage deviceRohan Hart2008-05-021-0/+7
* USB: mos7840: test and propagate set_uart_reg return valueRoel Kluin2008-05-021-3/+2
* USB: usbtest displays diagnostics againDavid Brownell2008-05-021-143/+133
* usb: libusual kthread_run() called with wrong format.Rusty Russell2008-05-021-1/+1
* usb-storage: add unusual_devs entry for Samsung YP-U3Alan Stern2008-05-021-0/+7
* USB: storage/onetouch.c: make a function staticAdrian Bunk2008-05-021-2/+2
* usb-storage: fix build failure in OneTouch driverDmitry Torokhov2008-05-021-1/+2
* usb: ldusb: ld_usb semaphore to mutexDaniel Walker2008-05-021-14/+14
* USB: ISP1760 HCD driverSebastian Siewior2008-05-025-1/+2764
* tty: The big operations reworkAlan Cox2008-04-303-111/+25
* usb gadget: switch to put_char returning intAlan Cox2008-04-301-4/+6
* usb: use get/put_unaligned_* helpersHarvey Harrison2008-04-297-56/+44
* usb: use non-racy method for proc entries creationDenis V. Lunev2008-04-293-23/+5
* proc: remove proc_busAlexey Dobriyan2008-04-291-2/+2
* drivers/usb annotations and fixesAl Viro2008-04-2818-49/+55
* usb: don't update devnum for wusb devicesDavid Vrabel2008-04-251-3/+11
* wusb: make ep0_reinit available for modulesInaky Perez-Gonzalez2008-04-252-5/+7
* wusb: devices dont use a set addressInaky Perez-Gonzalez2008-04-251-20/+27
* wusb: teach choose_address() about wireless devicesInaky Perez-Gonzalez2008-04-251-9/+31
* USB: remove unnecessary type casting of urb->contextMing Lei2008-04-2537-101/+101
* usb serial: more fixes and groundwork for tty changesAlan Cox2008-04-2516-67/+93
* USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-2583-2130/+2130
* USB: usbfs: export the URB_NO_INTERRUPT flag to userspaceAlan Stern2008-04-251-4/+23
* USB: fix compile problems in ehci-hcdAlan Stern2008-04-252-2/+3
* USB: ehci: qh_completions cleanup and bugfixDavid Brownell2008-04-251-18/+16
* USB: cdc-acm: signedness fixDavid Brownell2008-04-251-3/+7
* USB: don't explicitly reenable root-hub status interruptsAlan Stern2008-04-2522-70/+31
* USB: OHCI: turn off RD when remote wakeup is disabledAlan Stern2008-04-251-1/+2
* USB: HCDs use the do_remote_wakeup flagAlan Stern2008-04-256-30/+18
* USB: g_file_storage: ignore bulk-out data after invalid CBWAlan Stern2008-04-251-13/+15
* USB: serial: remove endpoints setting checks from core and headerGreg Kroah-Hartman2008-04-251-16/+0
* USB: serial: remove unneeded number endpoints settingsGreg Kroah-Hartman2008-04-2539-175/+0
* USB: option.c: correct DTR behaviourChris Collins2008-04-251-6/+9
* USB: ehci: qh/qtd cleanup commentsDavid Brownell2008-04-251-10/+40
* USB: log an error message when USB enumeration failsAlan Stern2008-04-251-0/+1
* USB: Remove superfluous "depends on USB_SERIAL" from Kconfig.Robert P. J. Day2008-04-251-42/+0
* USB: add extension of anchor API, usb_unlink_anchored_urbsOliver Neukum2008-04-251-0/+24
* USB: r8a66597-hcd: Add support for SH7366 USB hostYoshihiro Shimoda2008-04-253-37/+129