aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* usb: r8a66597-hcd: Fix up spinlock recursion in root hub polling.Paul Mundt2010-02-051-0/+4
* usb: r8a66597-hcd: Flush the D-cache for the pipe-in transfer buffers.Paul Mundt2010-02-051-12/+25
* usb: r8a66597-hdc disable interrupts fixMagnus Damm2010-02-021-1/+16
* USB: isp1362: fix build failure on ARM systems via irq_flags cleanupLothar Wassmann2010-01-201-7/+14
* USB: isp1362: better 64bit printf warning fixesLothar Wassmann2010-01-201-2/+2
* USB: fix usbstorage for 2770:915d delivers no FATRyan May2010-01-201-7/+0
* USB: Fix level of isp1760 Reloading ptd error messageColin Tuckley2010-01-201-3/+3
* USB: FHCI: avoid NULL pointer dereferenceAlexander Beregalov2010-01-201-1/+2
* USB: Fix duplicate sysfs problem after device reset.Sarah Sharp2010-01-202-10/+23
* USB: add speed values for USB 3.0 and wireless controllersGreg Kroah-Hartman2010-01-201-0/+6
* USB: add missing delay during remote wakeupAlan Stern2010-01-203-3/+7
* USB: EHCI & UHCI: fix race between root-hub suspend and port resumeAlan Stern2010-01-202-2/+33
* USB: EHCI: fix handling of unusual interrupt intervalsAlan Stern2010-01-201-3/+8
* USB: Don't use GFP_KERNEL while we cannot reset a storage deviceOliver Neukum2010-01-202-5/+5
* USB: fix bitmask merge errorAlan Stern2010-01-201-1/+2
* usb: serial: fix memory leak in generic driverJohan Hovold2010-01-201-0/+2
* USB: serial: fix USB serial fix kfifo_len lockingStefani Seibold2010-01-201-4/+4
* USB: Fix a bug on appledisplay.c regarding signednesspancho horrillo2009-12-231-2/+2
* USB: option: support hi speed for modem Haier CE100Donny Kurnia2009-12-231-0/+5
* USB: audio gadget: free alsa devices when unloadingCliff Cai2009-12-234-5/+12
* USB: audio gadget: fix wTotalLength calculationCliff Cai2009-12-231-1/+4
* usb: otg: isp1301_omap: fix compile errorFelipe Balbi2009-12-231-2/+2
* USB: musb: workaround Blackfin FIFO anomaliesBryan Wu2009-12-232-45/+91
* USB: musb: Fix array index out of bounds issueMaulik Mankad2009-12-231-1/+1
* USB: musb: Fix null pointer dereference issueMaulik Mankad2009-12-231-0/+2
* USB: musb: correct DMA address for txCliff Cai2009-12-231-1/+1
* USB: musb: gadget_ep0: avoid SetupEnd interruptSergei Shtylyov2009-12-231-4/+10
* USB: musb: fix for crash in DM646x USB when (CPPI)DMA is enabledSwaminathan S2009-12-231-0/+6
* USB: musb: do not work if no gadget driver is loadedFelipe Balbi2009-12-231-0/+8
* USB: musb: gadget: set otg tranceiver to idle when registering gadgetArnaud Mandy2009-12-231-0/+1
* USB: musb: Populate the VBUS GPIO with the correct GPIO numberSwaminathan S2009-12-231-1/+1
* USB: musb: fix compiling warning with min() macroCliff Cai2009-12-231-1/+1
* USB: musb: move musb_remove to __exitFelipe Balbi2009-12-231-2/+2
* USB: musb_gadget: fix kernel oops in txstate()Sergei Shtylyov2009-12-231-3/+3
* USB: ftdi_sio: sort PID/VID entries in new ftdi_sio_ids.h headerAndreas Mohr2009-12-231-603/+630
* USB: ftdi_sio: isolate all device IDs to new ftdi_sio_ids.h headerAndreas Mohr2009-12-233-955/+964
* USB core: fix recent kernel-doc warningsRandy Dunlap2009-12-232-4/+6
* USB: add device ID for Apple Cinema Display 23in 2007pancho horrillo2009-12-231-0/+1
* USB: fix section mismatch in early ehci dbgpJan Beulich2009-12-231-1/+1
* USB: emi62: fix crash when trying to load EMI 6|2 firmwareClemens Ladisch2009-12-231-1/+1
* USB: serial: Extra device/vendor ID for mos7840 driverBlaise Gassend2009-12-231-2/+5
* USB: Fix double-linking of drivers/usb/otg when ULPI is selectedBill Gatliff2009-12-231-2/+0
* USB: gadget: Use ERR_PTR/IS_ERRJulia Lawall2009-12-231-3/+5
* USB: fix bugs in usb_(de)authorize_deviceAlan Stern2009-12-232-13/+25
* USB: rename usb_configure_deviceAlan Stern2009-12-231-13/+13
* Fix usb_serial_probe() problem introduced by the recent kfifo changesStefani Seibold2009-12-232-9/+8
* kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out...Stefani Seibold2009-12-222-4/+4
* kfifo: cleanup namespaceStefani Seibold2009-12-222-5/+5
* kfifo: move out spinlockStefani Seibold2009-12-223-5/+4
* kfifo: move struct kfifo in placeStefani Seibold2009-12-224-31/+29