aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-12-171-1/+1
|\
| * USB ehci: replace mach header with platThomas Weber2009-12-161-1/+1
* | isp1362-hcd: use bitmap_find_next_zero_areaAkinobu Mita2009-12-161-20/+6
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2009-12-151-7/+16
|\
| * USB: Close usb_find_interface race v3Russ Dill2009-12-151-15/+16
| * Revert "USB: Close usb_find_interface race"Greg Kroah-Hartman2009-12-151-10/+18
* | const: constify remaining dev_pm_opsAlexey Dobriyan2009-12-158-8/+8
|/
* mfd: Rename all twl4030_i2c*Balaji T K2009-12-131-18/+18
* mfd: Rename twl4030* driver files to enable re-useSantosh Shilimkar2009-12-131-1/+1
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2009-12-121-15/+0
|\
| * Merge commit 'origin/master' into nextBenjamin Herrenschmidt2009-12-0921-127/+161
| |\
| * \ Merge commit 'origin/master' into nextBenjamin Herrenschmidt2009-11-2410-22/+99
| |\ \
| * | | powerpc/qe&cpm: Implement static inline stubs for non-QE/CPM buildsAnton Vorontsov2009-11-111-15/+0
* | | | Merge branch 'compat-ioctl-merge' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2009-12-111-11/+99
|\ \ \ \
| * | | | usbdevfs: move compat_ioctl handling to devio.cArnd Bergmann2009-12-101-11/+99
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds2009-12-112-58/+32
|\ \ \ \ \
| * | | | | opticon: Fix resume logicAlan Cox2009-12-111-1/+2