summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* USB: xhci: Support interrupt transfers.Sarah Sharp2009-09-233-1/+55
* USB: xhci: Set -EREMOTEIO when xHC gives bad transfer length.Sarah Sharp2009-09-231-0/+9
* USB: xhci: Check URB_SHORT_NOT_OK before setting short packet status.Sarah Sharp2009-09-231-2/+8
* USB: xhci: Check URB's actual transfer buffer size.Sarah Sharp2009-09-231-1/+16
* USB: xhci: Don't touch xhci_td after it's freed.Sarah Sharp2009-09-231-1/+1
* USB: xhci: Handle babbling endpoints correctly.Sarah Sharp2009-09-231-2/+14
* USB: xhci: Make TRB completion code comparison readable.Sarah Sharp2009-09-231-7/+9
* USB: xhci: Add quirk for Fresco Logic xHCI hardware.Sarah Sharp2009-09-234-23/+148
* USB: xhci: Handle stalled control endpoints.Sarah Sharp2009-09-233-14/+58
* USB: xhci: Support full speed devices.Sarah Sharp2009-09-233-5/+89
* USB: xhci: Set correct max packet size for HS/FS control endpoints.Sarah Sharp2009-09-231-5/+18
* USB: xhci: Configure endpoint code refactoring.Sarah Sharp2009-09-234-52/+169
* USB: xhci: Fix slot and endpoint context debugging.Sarah Sharp2009-09-231-2/+3
* USB: xhci: Work around for chain bit in link TRBs.Sarah Sharp2009-09-234-4/+35
* USB: serial: ftdi: handle gnICE+ JTAG adaptorsMichael Hennerich2009-09-232-0/+3
* USB: sl811-hcd: Fix device disconnect:Hennerich, Michael2009-09-231-2/+6
* USB: add PIDs for FTDI based OpenDCC hardwaremail@rainerkeller.de2009-09-232-0/+6
* USB: fix cdc-acm regression in openOliver Neukum2009-09-231-0/+2
* USB: CDC WDM driver doesn't support non-blocking readsOliver Neukum2009-09-231-6/+24
* USB: option: TELIT UC864G supportManuel Lauss2009-09-231-0/+2
* USB: option.c Add support for ZTE AC2726 EVDO modemHuzaifa Sidhpurwala2009-09-231-0/+2
* USB: serial: pl2303: new hardware support - sanwa multimeterPawel Ludwikow2009-09-232-0/+5
* USB: serial: ftdi_sio: new hardware support - hameg power supplyPawel Ludwikow2009-09-232-0/+8
* USB: storage: fix a resume path GFP_NOIO must be usedOliver Neukum2009-09-231-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-09-2294-129/+125Star
|\
| * trivial: fix typo in aic7xxx commentUwe Kleine-Koenig2009-09-211-1/+1
| * trivial: fix comment typo in drivers/ata/pata_hpt37x.cKrzysztof Halasa2009-09-211-1/+1
| * trivial: add __init/__exit macros in drivers/gpio/bt8xxgpio.cPeter Huewe2009-09-211-2/+2
| * trivial: add __init macro/ fix of __exit macro location in ipmi_poweroff.cPeter Huewe2009-09-211-2/+2
| * trivial: remove unnecessary semicolonsJoe Perches2009-09-2138-50/+46Star
| * trivial: fix typos "man[ae]g?ment" -> "management"Uwe Kleine-Koenig2009-09-219-11/+11
| * trivial: media/video/cx88: add __init/__exit macros to cx88 driversPeter Huewe2009-09-214-8/+8
| * trivial: fix typo s/ketymap/keymap/ in commentThadeu Lima de Souza Cascardo2009-09-211-1/+1
| * trivial: fix typo "to to" in multiple filesAnand Gadiyar2009-09-2117-19/+19
| * trivial: media/omap: adding __init/__exit macros to lcd_driversPeter Huewe2009-09-218-16/+16
| * trivial: fix typo "for for" in multiple filesAnand Gadiyar2009-09-218-9/+9
| * trivial: mtd: add __init/__exit macros to init/exitfunctionsPeter Huewe2009-09-215-8/+8
| * trivial: add __init/__exit macros to DAC960.cPeter Huewe2009-09-211-2/+2
| * trivial: OHCI: Fix typo in a commentAnand Gadiyar2009-09-211-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-09-223-20/+17Star
|\ \
| * | HID: Remove duplicate Kconfig entryAlessandro Guido2009-09-171-7/+0Star
| * | HID: consolidate connect and disconnect into core codeJiri Kosina2009-09-172-11/+16
| * | HID: fix non-atomic allocation in hid_input_reportJiri Kosina2009-09-151-2/+1Star
* | | input: add a driver for the Winbond WPCD376I Consumer IR hardwareDavid Härdeman2009-09-223-0/+1631
* | | pnp: add a shutdown method to pnp driversDavid Härdeman2009-09-221-0/+10
* | | hwmon: applesmc: restore accelerometer and keyboard backlight on resumeHenrik Rydberg2009-09-221-12/+26
* | | hwmon: fix freeing of gpio_data and irqRoel Kluin2009-09-221-2/+4
* | | drivers/hwmon/adm1021.c: add low_power support for adm1021 driverMichael Abbott2009-09-221-0/+32
* | | drivers/hwmon/adm1021.c: support high precision ADM1023 remote sensorMichael Abbott2009-09-221-24/+23Star
* | | lis3_spi: code cleanupsDaniel Mack2009-09-221-9/+8Star