aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/input (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-02-10Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov18-3463/+1834
2007-02-07Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds4-0/+1152
2007-02-07USB Input: Added kernel module to support all GTCO CalComp USB InterWrite School productsJeremy Roberson3-0/+1117
2007-02-07USB: ps3 controller hid quirkGeoff Levand1-0/+35
2007-02-07Driver core: add device_type to struct deviceKay Sievers1-2/+2
2007-02-05USB HID: handle multi-interface devices for Apple macbook pro properlySoeren Sonnenburg1-13/+21
2007-02-05USB HID: fix bogus comment in hid_get_class_descriptor()Jiri Kosina1-1/+1
2007-02-05USB HID: remove hid_find_field_by_usage()Jiri Kosina1-17/+0
2007-02-05HID: API - fix leftovers of hidinput API in USB HIDJiri Kosina1-14/+2
2007-02-05HID: hid debug from hid-debug.h to hid layerJiri Kosina1-0/+1
2007-02-05hid: force feedback driver for PantherLord USB/PS2 2in1 AdapterAnssi Hannula4-0/+143
2007-02-05hid: quirk for multi-input devices with unneeded output reportsAnssi Hannula1-0/+5
2007-02-05hid: allow force feedback for multi-input devicesAnssi Hannula1-5/+1
2007-01-30HID: fix pb_fnmode and move it to generic HIDJiri Kosina1-9/+0
2007-01-25USB HID: fix hid_blacklist clash for 0x08ca/0x0010Jiri Kosina1-3/+0
2007-01-22USB: make usbhid ignore Imation Disc StakkaOliver Neukum1-0/+4
2007-01-22usbtouchscreen: make ITM screens report BTN_TOUCH as zero when not touchedDaniel Ritz1-39/+59
2007-01-21hid-core.c: Adds GTCO CalComp Interwrite IPanel PIDs to blacklistJeremy Roberson1-0/+8
2007-01-21HID: put usb_interface instead of usb_device into hid->dev to fix udevinfo breakageAnssi Hannula4-18/+22
2007-01-21HID: GEYSER4_ISO needs quirkAdrian Friedli1-1/+1
2007-01-21HID: fix some ARM builds due to HID brokenness - make USB_HID depend on INPUTRussell King1-1/+1
2007-01-18Input: hid-ff - add support for Logitech Momo racing wheelJiri Slaby2-0/+2
2007-01-04HID: fix help texts in KconfigJiri Kosina1-4/+2
2006-12-30[PATCH] make fn_keys work again on power/macbooksSoeren Sonnenburg1-1/+1
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/torvalds/linux-2.6David Howells11-64/+173
2006-12-01USB: hid-core: canonical defines for Apple USB device IDsJulien BLACHE1-11/+26
2006-12-01usbtouchscreen: add support for DMC TSC-10/25 devicesHolger Schurig2-1/+101
2006-12-01usb: usbkbd free urb cleanupMariusz Kozlowski1-4/+2
2006-12-01usb: hid-core free urb cleanupMariusz Kozlowski1-9/+4
2006-12-01usb: ati_remote2 free urb cleanupMariusz Kozlowski1-2/+1
2006-12-01usb: ati_remote free urb cleanupMariusz Kozlowski1-5/+2
2006-12-01USB: make drivers/usb/input/wacom_sys.c:wacom_sys_irq() staticAdrian Bunk2-2/+1
2006-12-01USB: yealink: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino1-4/+2
2006-12-01USB: usbmouse: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino1-3/+1
2006-12-01USB: usbkbd: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino1-3/+1
2006-12-01USB: hid-core: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino1-1/+1
2006-12-01USB HID: Handle STALL on interrupt endpointAlan Stern2-13/+27