aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/input (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-05-08Input: move USB miscellaneous devices under drivers/input/miscDmitry Torokhov9-3963/+0
2007-05-08Input: move USB mice under drivers/input/mouseDmitry Torokhov3-727/+0
2007-05-08Input: move USB gamepads under drivers/input/joystickDmitry Torokhov3-449/+0
2007-05-08Input: move USB touchscreens under drivers/input/touchscreenDmitry Torokhov3-894/+0
2007-05-08Input: move USB tablets under drivers/input/tabletDmitry Torokhov10-5047/+0
2007-05-03Input: drivers/usb/input - usb_buffer_free() cleanupDmitry Torokhov4-24/+18
2007-05-03Input: drivers/usb/input - fix sparse warnings (signedness)Dmitry Torokhov3-3/+3
2007-05-01Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov16-5167/+67
2007-04-30Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds13-5148/+0
2007-04-27USB: ati_remote2: Add channel supportPeter Stokes1-9/+80
2007-04-27USB: gtco.c: fix a use-before-checkAdrian Bunk1-4/+1
2007-04-12Input: ati_remote - make button repeat sensitivity configurableKarl Pickett1-3/+20
2007-04-12Input: USB devices - switch to using input_dev->dev.parentDmitry Torokhov13-13/+13
2007-04-12Input: drivers/usb/input - don't access dev->private directlyDmitry Torokhov13-41/+56
2007-04-12Input: USB devices - handle errors when registering input devicesDmitry Torokhov11-67/+99
2007-04-12Input: remove old USB touchscreen driversDmitry Torokhov4-998/+0
2007-04-12Input: add logical channel support for ATI Remote Wonder IIPeter Stokes1-9/+80
2007-04-12Input: gtco - handle errors from input_register_device()Dmitry Torokhov1-338/+289
2007-04-11USB HID: move usbhid code from drivers/usb/input to drivers/hid/usbhidJiri Kosina13-5148/+0
2007-03-06Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds1-11/+10
2007-03-02HID blacklisting of all Code Mercenaries IOWarrior devicesRobert Marquardt1-11/+10
2007-03-01HID: fix Logitech DiNovo Edge touchwheel and Logic3 /SpectraVideo middle buttonJiri Kosina1-0/+3
2007-03-01HID: fix broken Logitech S510 keyboard report descriptor; make extra keys workJiri Kosina1-1/+22
2007-03-01USB HID: use CONFIG_HID_DEBUG for outputting report descriptorJiri Kosina1-4/+1
2007-03-01USB HID: Fix USB vendor and product IDs endianness for USB HID devicesJulien BLACHE1-2/+2
2007-02-23USB: Wacom driver updatesPing Cheng2-39/+65
2007-02-23USB: Use USB defines in usbmouse.c and usbkbd.cMichael Opdenacker2-2/+6
2007-02-19Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds3-6/+15
2007-02-18Input: hid-lgff - treat devices as joysticks unless told otherwiseDmitry Torokhov1-4/+6
2007-02-18Input: HID - add support for Logitech Formula Force EXValentin Zagura3-2/+9
2007-02-16USB: hid-core.c: Removes GTCO CalComp Interwrite IPanel PIDs from blacklistJeremy Roberson1-5/+0
2007-02-16USB: input: HID: add CIDC USB device to HID blacklistZheng XiaoJun1-0/+3
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau3-3/+0
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