aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* USB: make drivers/usb/input/wacom_sys.c:wacom_sys_irq() staticAdrian Bunk2006-12-012-2/+1
* USB: resume_device symbol conflictStephen Hemminger2006-12-011-10/+10
* usb/gadget/ether.c minor manycast tweaksDavid Brownell2006-12-011-2/+2
* USB: Move private hub declarations out of public header fileAlan Stern2006-12-012-41/+42
* USB: net1080: Fix && typosJean Delvare2006-12-011-2/+2
* USB: expand autosuspend/autoresume APIAlan Stern2006-12-011-0/+22
* USB: autosuspend code consolidationAlan Stern2006-12-011-45/+67
* USB: makes usb_endpoint_* functions inline.Luiz Fernando N. Capitulino2006-12-011-144/+0
* USB: yealink: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino2006-12-011-4/+2
* USB: storage: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino2006-12-011-5/+3
* USB: usbtest: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino2006-12-011-2/+2
* USB: usbnet: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino2006-12-011-2/+2
* USB: usbmouse: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino2006-12-011-3/+1
* USB: usbkbd: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino2006-12-011-3/+1
* USB: speedtch: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino2006-12-011-2/+2
* USB: phidgetmotorcontrol: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino2006-12-011-1/+1
* USB: phidgetkit: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino2006-12-011-1/+1
* USB: onetouch: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino2006-12-011-4/+1
* USB: legousbtower: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino2006-12-011-8/+5
* USB: kobil_sct: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino2006-12-011-4/+2
* USB: idmouse: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino2006-12-011-5/+1
* USB: hid-core: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino2006-12-011-1/+1
* USB: ftdi-elan: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino2006-12-011-8/+2
* USB: devices: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino2006-12-011-4/+5
* USB: cdc-acm: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino2006-12-011-1/+1
* USB: cdc_ether: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino2006-12-011-2/+1
* USB: appledisplay: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino2006-12-011-4/+1
* USB: aircable: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino2006-12-011-3/+1
* USB: OHCI: remove stale testing code from root-hub resumeAlan Stern2006-12-011-12/+1
* USB: kmemdup() cleanup in drivers/usb/Eric Sesterhenn2006-12-015-15/+7
* USB: OHCI: disable RHSC inside interrupt handlerAlan Stern2006-12-012-16/+18
* USB: ohci-hcd: fix compiler warningAlan Stern2006-12-011-2/+4
* USB core: don't match interface descriptors for vendor-specific devicesAlan Stern2006-12-011-1/+21
* USB HID: Handle STALL on interrupt endpointAlan Stern2006-12-012-13/+27
* usb hub: fix root hub code so it takes more than 15 devices per root hubinaky@linux.intel.com2006-12-012-2/+9
* usb/hub: allow hubs up to 31 childreninaky@linux.intel.com2006-12-011-1/+1
* [PATCH] usb: ati remote memleak fixMariusz Kozlowski2006-11-251-6/+4
* USB: auerswald possible memleak fixMariusz Kozlowski2006-11-161-1/+1
* USB: ipaq: Add HTC Modem SupportAlex Sanks2006-11-161-0/+1
* USB: Fixed outdated usb_get_device_descriptor() documentationLaurent Pinchart2006-11-161-4/+1
* usb-storage: Remove duplicated unusual_devs.h entries for Sony Ericsson P990iSergey Vlasov2006-11-161-21/+0
* USB: hid-core: Add quirk for new Apple keyboard/trackpadJulien BLACHE2006-11-161-0/+1
* USB Storage: unusual_devs.h entry for Sony Ericsson P990iJan Mate2006-11-161-0/+7
* USB: correct keymapping on Powerbook built-in USB ISO keyboardsOlaf Hering2006-11-163-2/+20
* USB: OHCI: fix root-hub resume bugAlan Stern2006-11-162-11/+17
* USB: Fix UCR-61S2B unusual_dev entryPhil Dibowitz2006-11-161-1/+3
* USB: ftdi driver pid for dmx-interfacesFrank Sievertsen2006-11-162-0/+4
* USB: ftdi_sio: adds vendor/product id for a RFID construction kitKjell Myksvoll2006-11-162-1/+8
* OHCI: disallow autostop when wakeup is not availableAlan Stern2006-11-161-1/+2
* USB: use MII hooks only if CONFIG_MII is enabledDavid Brownell2006-11-032-27/+39