summaryrefslogtreecommitdiffstats
path: root/drivers/usb/input/hid-core.c
Commit message (Expand)AuthorAgeFilesLines
* USB HID: move usbhid code from drivers/usb/input to drivers/hid/usbhidJiri Kosina2007-04-111-1477/+0Star
* Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jikos...Linus Torvalds2007-03-071-11/+10Star
|\
| * HID blacklisting of all Code Mercenaries IOWarrior devicesRobert Marquardt2007-03-021-11/+10Star
* | HID: fix Logitech DiNovo Edge touchwheel and Logic3 /SpectraVideo middle buttonJiri Kosina2007-03-011-0/+3
* | HID: fix broken Logitech S510 keyboard report descriptor; make extra keys workJiri Kosina2007-03-011-1/+22
* | USB HID: use CONFIG_HID_DEBUG for outputting report descriptorJiri Kosina2007-03-011-4/+1Star
* | USB HID: Fix USB vendor and product IDs endianness for USB HID devicesJulien BLACHE2007-03-011-2/+2
|/
* USB: hid-core.c: Removes GTCO CalComp Interwrite IPanel PIDs from blacklistJeremy Roberson2007-02-171-5/+0Star
* USB: input: HID: add CIDC USB device to HID blacklistZheng XiaoJun2007-02-171-0/+3
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0Star
* USB: ps3 controller hid quirkGeoff Levand2007-02-081-0/+35
* USB HID: handle multi-interface devices for Apple macbook pro properlySoeren Sonnenburg2007-02-051-13/+21
* USB HID: fix bogus comment in hid_get_class_descriptor()Jiri Kosina2007-02-051-1/+1
* USB HID: remove hid_find_field_by_usage()Jiri Kosina2007-02-051-17/+0Star
* HID: API - fix leftovers of hidinput API in USB HIDJiri Kosina2007-02-051-14/+2Star
* HID: hid debug from hid-debug.h to hid layerJiri Kosina2007-02-051-0/+1
* hid: quirk for multi-input devices with unneeded output reportsAnssi Hannula2007-02-051-0/+5
* hid: allow force feedback for multi-input devicesAnssi Hannula2007-02-051-5/+1Star
* HID: fix pb_fnmode and move it to generic HIDJiri Kosina2007-01-301-9/+0Star
* USB HID: fix hid_blacklist clash for 0x08ca/0x0010Jiri Kosina2007-01-251-3/+0Star
* USB: make usbhid ignore Imation Disc StakkaOliver Neukum2007-01-221-0/+4
* hid-core.c: Adds GTCO CalComp Interwrite IPanel PIDs to blacklistJeremy Roberson2007-01-211-0/+8
* HID: put usb_interface instead of usb_device into hid->dev to fix udevinfo br...Anssi Hannula2007-01-211-15/+15
* HID: GEYSER4_ISO needs quirkAdrian Friedli2007-01-211-1/+1
* [PATCH] Generic HID layer - pb_fnmodeJiri Kosina2006-12-081-0/+8
* [PATCH] Generic HID layer - input and event reportingJiri Kosina2006-12-081-61/+6Star
* [PATCH] Generic HID layer - hiddevJiri Kosina2006-12-081-0/+3
* [PATCH] Generic HID layer - USB APIJiri Kosina2006-12-081-190/+229
* [PATCH] Generic HID layer - APIJiri Kosina2006-12-081-1/+8
* [PATCH] Generic HID layer - code splitJiri Kosina2006-12-081-943/+96Star
* Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov2006-12-081-41/+66
|\
| * [PATCH] slab: remove SLAB_ATOMICChristoph Lameter2006-12-071-5/+5
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-051-34/+57
| |\
| | * USB: hid-core: canonical defines for Apple USB device IDsJulien BLACHE2006-12-011-11/+26
| | * usb: hid-core free urb cleanupMariusz Kozlowski2006-12-011-9/+4Star
| | * USB: hid-core: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino2006-12-011-1/+1
| | * USB HID: Handle STALL on interrupt endpointAlan Stern2006-12-011-13/+26
| * | 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-161-2/+2
* | Input: HID - add a quirk for the Logitech USB ReceiverAnssi Hannula2006-11-051-1/+6
|/
* USB: HID: add blacklist AIRcable USB, little beautificationNaranjo Manuel Francisco2006-11-031-0/+4
* hid-core: big-endian fix fixGrant Grundler2006-11-031-17/+42
* [hid-core] TurboX Keyboard needs NOGET quirk.Ben Collins2006-10-181-0/+5
* USB: input: extract() and implement() are bit field manipulation routinesGrant Grundler2006-10-171-7/+17
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-14/+14
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2006-10-021-3/+2Star
|\
| * Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov2006-09-191-53/+100
| |\
| * | Input: hid - #if 0 the no longer used hid_find_field_by_usage()Adrian Bunk2006-08-051-1/+2
| * | Input: use new FF interface in the HID force feedback driversAnssi Hannula2006-07-191-2/+0Star