summaryrefslogtreecommitdiffstats
path: root/drivers/usb/input
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] Generic HID layer - buildJiri Kosina2006-12-082-18/+6
* [PATCH] Generic HID layer - pb_fnmodeJiri Kosina2006-12-082-30/+8
* [PATCH] Generic HID layer - input and event reportingJiri Kosina2006-12-082-61/+7
* [PATCH] Generic HID layer - hiddevJiri Kosina2006-12-081-0/+3
* [PATCH] Generic HID layer - USB APIJiri Kosina2006-12-088-238/+367
* [PATCH] Generic HID layer - APIJiri Kosina2006-12-083-2/+11
* [PATCH] Generic HID layer - code splitJiri Kosina2006-12-0810-3089/+106
* [PATCH] Generic HID layer - disable USB HIDJiri Kosina2006-12-081-1/+1
* Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov2006-12-0819-93/+222
|\
| * [PATCH] slab: remove SLAB_KERNELChristoph Lameter2006-12-072-2/+2
| * [PATCH] slab: remove SLAB_ATOMICChristoph Lameter2006-12-0711-24/+24
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-0511-64/+173
| |\
| | * USB: hid-core: canonical defines for Apple USB device IDsJulien BLACHE2006-12-011-11/+26
| | * usbtouchscreen: add support for DMC TSC-10/25 devicesHolger Schurig2006-12-012-1/+101
| | * usb: usbkbd free urb cleanupMariusz Kozlowski2006-12-011-4/+2
| | * usb: hid-core free urb cleanupMariusz Kozlowski2006-12-011-9/+4
| | * usb: ati_remote2 free urb cleanupMariusz Kozlowski2006-12-011-2/+1
| | * usb: ati_remote free urb cleanupMariusz Kozlowski2006-12-011-5/+2
| | * USB: make drivers/usb/input/wacom_sys.c:wacom_sys_irq() staticAdrian Bunk2006-12-012-2/+1
| | * USB: yealink: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino2006-12-011-4/+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: hid-core: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino2006-12-011-1/+1
| | * USB HID: Handle STALL on interrupt endpointAlan Stern2006-12-012-13/+27
| | * [PATCH] usb: ati remote memleak fixMariusz Kozlowski2006-11-251-6/+4
| * | WorkStruct: make allyesconfigDavid Howells2006-11-221-3/+4
| |/
| * USB: hid-core: Add quirk for new Apple keyboard/trackpadJulien BLACHE2006-11-161-0/+1
| * USB: correct keymapping on Powerbook built-in USB ISO keyboardsOlaf Hering2006-11-163-2/+20
* | Input: appletouch - use canonical names in USB IDsJulien BLACHE2006-11-171-10/+17
* | Input: appletouch - add Geyser IV supportJulien BLACHE2006-11-171-2/+19
* | Input: appletouch - verious updates for MacBooksJason Parekh2006-11-171-4/+43
* | Input: HID - add a quirk for the Logitech USB ReceiverAnssi Hannula2006-11-043-1/+11
|/
* USB: xpad: additional USB id's addedDominic Cerquetti2006-11-031-1/+40
* USB: HID: add blacklist AIRcable USB, little beautificationNaranjo Manuel Francisco2006-11-031-0/+4
* usbtouchscreen: use endpoint address from endpoint descriptorDaniel Ritz2006-11-031-1/+1
* hid-core: big-endian fix fixGrant Grundler2006-11-031-17/+42
* [hid-core] TurboX Keyboard needs NOGET quirk.Ben Collins2006-10-181-0/+5
* usbtouchscreen: fix data reading for ITM touchscreensDaniel Ritz2006-10-171-2/+2
* USB: xpad: dance pad supportDominic Cerquetti2006-10-171-44/+95
* USB: input: extract() and implement() are bit field manipulation routinesGrant Grundler2006-10-171-7/+17
* USB: move trancevibrator.c to the proper usb directoryGreg Kroah-Hartman2006-10-173-170/+0
* USB: fix use after free in wacom_sys.cEric Sesterhenn2006-10-171-1/+1
* USB: BUG_ON conversion for wacom.cEric Sesterhenn2006-10-171-2/+1
* USB: Wacom driver updatesPing Cheng2006-10-175-62/+80
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-0523-121/+67
* [PATCH] itmtouch: fix inverted flag to indicate touch location correctly, cor...Mark Assad2006-10-041-3/+7
* Remove all inclusions of <linux/config.h>Dave Jones2006-10-041-1/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2006-10-0213-1332/+1606
|\
| * Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov2006-09-195-136/+207
| |\
| * | Input: hid - #if 0 the no longer used hid_find_field_by_usage()Adrian Bunk2006-08-042-2/+2