aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* ohci: Rework bus glue integration to allow several at onceSylvain Munaut2007-02-0713-198/+80
* rndis_host learns ActiveSync basicsOle Andre Vadla Ravnas2007-02-074-31/+144
* USB: ethernet gadget interop with MCCI Windows driverDavid Brownell2007-02-071-39/+103
* usbcore: remove unneeded error checkAlan Stern2007-02-071-5/+1
* USB: indicate active altsetting in proc/bus/usb/devices fileDavid Brownell2007-02-071-2/+6
* USB: devio.c add missing INIT_LIST_HEAD()Dan Carpenter2007-02-071-0/+1
* USB: mutexification of rio500Oliver Neukum2007-02-071-24/+30
* USB: Remove unneeded void * casts in idmouse.cTobias Klauser2007-02-071-6/+4
* USB: <linux/usb_ch9.h> becomes <linux/usb/ch9.h>David Brownell2007-02-0717-17/+16
* USB: Fix EHCI warningBenjamin Herrenschmidt2007-02-071-0/+8
* USB: Fix OHCI warningBenjamin Herrenschmidt2007-02-071-0/+8
* USB: Implement support for EHCI with big endian MMIOBenjamin Herrenschmidt2007-02-079-142/+213
* USB: Implement support for "split" endian OHCIBenjamin Herrenschmidt2007-02-074-55/+130
* USB: Rework the OHCI quirk mecanism as suggested by DavidBenjamin Herrenschmidt2007-02-071-63/+110
* USB: convert usb class devices to real devicesGreg Kroah-Hartman2007-02-071-7/+6
* USB: move usb_device_class class devices to be real devicesGreg Kroah-Hartman2007-02-071-12/+12
* USB: add EPIC support to the io_edgeport driverGreg Kroah-Hartman2007-02-074-84/+386
* USB: unusual_devs.h for Sony floppyLuiz Fernando N. Capitulino2007-02-071-1/+1
* Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jikos...Linus Torvalds2007-02-0610-74/+982
|\
| * USB HID: handle multi-interface devices for Apple macbook pro properlySoeren Sonnenburg2007-02-051-13/+21
| * HID: move away from DEBUG defines in favor of CONFIG_HID_DEBUGJiri Kosina2007-02-054-22/+6
| * USB HID: fix bogus comment in hid_get_class_descriptor()Jiri Kosina2007-02-051-1/+1
| * USB HID: remove hid_find_field_by_usage()Jiri Kosina2007-02-051-17/+0
| * HID: API - fix leftovers of hidinput API in USB HIDJiri Kosina2007-02-052-16/+16
| * HID: hid debug from hid-debug.h to hid layerJiri Kosina2007-02-056-6/+791
| * hid: force feedback driver for PantherLord USB/PS2 2in1 AdapterAnssi Hannula2007-02-054-0/+143
| * hid: quirk for multi-input devices with unneeded output reportsAnssi Hannula2007-02-052-1/+10
| * hid: allow force feedback for multi-input devicesAnssi Hannula2007-02-051-5/+1
* | Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds2007-02-0620-403/+240
|\ \
| * | IB/ehca: Remove obsolete prototypesHoang-Nam Nguyen2007-02-041-14/+0
| * | IB/ehca: Remove use of do_mmap()Hoang-Nam Nguyen2007-02-046-363/+204
| * | RDMA/addr: Handle ethernet neighbour updates during route resolutionSteve Wise2007-02-041-2/+1
| * | IB/srp: Don't wait for response when QP is in error state.Ishai Rabinovitz2007-02-042-0/+8
| * | IB: Return qp pointer as part of ib_wcMichael S. Tsirkin2007-02-0411-24/+27
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds2007-02-0617-555/+847
|\ \
| * | mmc: tifm: replace kmap with page_addressPierre Ossman2007-02-041-11/+4
| * | mmc: sdhci: fix voltage ocrPierre Ossman2007-02-041-2/+2
| * | mmc: sdhci: replace kmap with page_addressPierre Ossman2007-02-042-19/+6
| * | mmc: wbsd: replace kmap with page_addressPierre Ossman2007-02-042-31/+10
| * | mmc: handle pci_enable_device() return value in sdhciPierre Ossman2007-02-041-1/+3
| * | mmc: Proper unclaim in mmc_blockPierre Ossman2007-02-041-1/+2
| * | mmc: Graceful fallback for fancy featuresPierre Ossman2007-02-041-9/+7
| * | mmc: Handle wbsd's stupid command listPierre Ossman2007-02-041-1/+40
| * | mmc: Allow host drivers to specify max block countPierre Ossman2007-02-0412-21/+53
| * | mmc: Allow host drivers to specify a max block sizePierre Ossman2007-02-0411-12/+43
| * | tifm_sd: add suspend and resume functionalityAlex Dubov2007-02-041-1/+38
| * | tifm_core: add suspend/resume infrastructure for tifm devicesAlex Dubov2007-02-041-1/+34
| * | tifm_7xx1: prettifyAlex Dubov2007-02-041-16/+18
| * | tifm_7xx1: recognize device 0xac8f as supportedAlex Dubov2007-02-041-5/+8
| * | tifm_7xx1: switch from workqueue to kthreadAlex Dubov2007-02-042-68/+94