summaryrefslogtreecommitdiff
path: root/drivers/usb/input
AgeCommit message (Expand)AuthorFilesLines
2006-12-20USB: fix Wacom Intuos3 4x6 bugsPing Cheng2-14/+16
2006-12-14[PATCH] Generic HID layer - build: USB_HID should select HIDJiri Kosina1-1/+2
2006-12-08[PATCH] Generic HID layer - buildJiri Kosina2-18/+6
2006-12-08[PATCH] Generic HID layer - pb_fnmodeJiri Kosina2-30/+8
2006-12-08[PATCH] Generic HID layer - input and event reportingJiri Kosina2-61/+7
2006-12-08[PATCH] Generic HID layer - hiddevJiri Kosina1-0/+3
2006-12-08[PATCH] Generic HID layer - USB APIJiri Kosina8-238/+367
2006-12-08[PATCH] Generic HID layer - APIJiri Kosina3-2/+11
2006-12-08[PATCH] Generic HID layer - code splitJiri Kosina10-3089/+106
2006-12-08[PATCH] Generic HID layer - disable USB HIDJiri Kosina1-1/+1
2006-12-08Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov19-93/+222
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter2-2/+2
2006-12-07[PATCH] slab: remove SLAB_ATOMICChristoph Lameter11-24/+24
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells11-64/+173
2006-12-02USB: hid-core: canonical defines for Apple USB device IDsJulien BLACHE1-11/+26
2006-12-02usbtouchscreen: add support for DMC TSC-10/25 devicesHolger Schurig2-1/+101
2006-12-02usb: usbkbd free urb cleanupMariusz Kozlowski1-4/+2
2006-12-02usb: hid-core free urb cleanupMariusz Kozlowski1-9/+4
2006-12-02usb: ati_remote2 free urb cleanupMariusz Kozlowski1-2/+1
2006-12-02usb: ati_remote free urb cleanupMariusz Kozlowski1-5/+2
2006-12-02USB: make drivers/usb/input/wacom_sys.c:wacom_sys_irq() staticAdrian Bunk2-2/+1
2006-12-02USB: yealink: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino1-4/+2
2006-12-02USB: usbmouse: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino1-3/+1
2006-12-02USB: usbkbd: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino1-3/+1
2006-12-02USB: hid-core: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino1-1/+1
2006-12-02USB HID: Handle STALL on interrupt endpointAlan Stern2-13/+27
2006-11-26[PATCH] usb: ati remote memleak fixMariusz Kozlowski1-6/+4
2006-11-22WorkStruct: make allyesconfigDavid Howells1-3/+4
2006-11-17Input: appletouch - use canonical names in USB IDsJulien BLACHE1-10/+17
2006-11-17Input: appletouch - add Geyser IV supportJulien BLACHE1-2/+19
2006-11-17Input: appletouch - verious updates for MacBooksJason Parekh1-4/+43
2006-11-17USB: hid-core: Add quirk for new Apple keyboard/trackpadJulien BLACHE1-0/+1
2006-11-17USB: correct keymapping on Powerbook built-in USB ISO keyboardsOlaf Hering3-2/+20
2006-11-05Input: HID - add a quirk for the Logitech USB ReceiverAnssi Hannula3-1/+11
2006-11-03USB: xpad: additional USB id's addedDominic Cerquetti1-1/+40
2006-11-03USB: HID: add blacklist AIRcable USB, little beautificationNaranjo Manuel Francisco1-0/+4
2006-11-03usbtouchscreen: use endpoint address from endpoint descriptorDaniel Ritz1-1/+1
2006-11-03hid-core: big-endian fix fixGrant Grundler1-17/+42
2006-10-18[hid-core] TurboX Keyboard needs NOGET quirk.Ben Collins1-0/+5
2006-10-18usbtouchscreen: fix data reading for ITM touchscreensDaniel Ritz1-2/+2
2006-10-18USB: xpad: dance pad supportDominic Cerquetti1-44/+95
2006-10-18USB: input: extract() and implement() are bit field manipulation routinesGrant Grundler1-7/+17
2006-10-18USB: move trancevibrator.c to the proper usb directoryGreg Kroah-Hartman3-170/+0
2006-10-18USB: fix use after free in wacom_sys.cEric Sesterhenn1-1/+1
2006-10-18USB: BUG_ON conversion for wacom.cEric Sesterhenn1-2/+1
2006-10-18USB: Wacom driver updatesPing Cheng5-62/+80
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells23-121/+67
2006-10-05[PATCH] itmtouch: fix inverted flag to indicate touch location correctly, cor...Mark Assad1-3/+7
2006-10-04Remove all inclusions of <linux/config.h>Dave Jones1-1/+0
2006-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds13-1332/+1606