aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/input/hid-core.c
AgeCommit message (Expand)AuthorFilesLines
2007-04-11USB HID: move usbhid code from drivers/usb/input to drivers/hid/usbhidJiri Kosina1-1477/+0
2007-03-06Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jikos...Linus 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-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 Schmielau1-1/+0
2007-02-07USB: ps3 controller hid quirkGeoff Levand1-0/+35
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: 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-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 br...Anssi Hannula1-15/+15
2007-01-21HID: GEYSER4_ISO needs quirkAdrian Friedli1-1/+1
2006-12-08[PATCH] Generic HID layer - pb_fnmodeJiri Kosina1-0/+8
2006-12-08[PATCH] Generic HID layer - input and event reportingJiri Kosina1-61/+6
2006-12-08[PATCH] Generic HID layer - hiddevJiri Kosina1-0/+3
2006-12-08[PATCH] Generic HID layer - USB APIJiri Kosina1-190/+229
2006-12-08[PATCH] Generic HID layer - APIJiri Kosina1-1/+8
2006-12-08[PATCH] Generic HID layer - code splitJiri Kosina1-943/+96
2006-12-08Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov1-41/+66
2006-12-07[PATCH] slab: remove SLAB_ATOMICChristoph Lameter1-5/+5
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells1-34/+57
2006-12-01USB: hid-core: canonical defines for Apple USB device IDsJulien BLACHE1-11/+26
2006-12-01usb: hid-core free urb cleanupMariusz Kozlowski1-9/+4
2006-12-01USB: hid-core: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino1-1/+1
2006-12-01USB HID: Handle STALL on interrupt endpointAlan Stern1-13/+26
2006-11-22WorkStruct: make allyesconfigDavid Howells1-3/+4
2006-11-16USB: hid-core: Add quirk for new Apple keyboard/trackpadJulien BLACHE1-0/+1
2006-11-16USB: correct keymapping on Powerbook built-in USB ISO keyboardsOlaf Hering1-2/+2
2006-11-04Input: HID - add a quirk for the Logitech USB ReceiverAnssi Hannula1-1/+6
2006-11-03USB: HID: add blacklist AIRcable USB, little beautificationNaranjo Manuel Francisco1-0/+4
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-17USB: input: extract() and implement() are bit field manipulation routinesGrant Grundler1-7/+17
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-14/+14
2006-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-3/+2
2006-09-28USB: add Raritan KVM USB Dongle to the HID_QUIRK_NOGET blacklistRaghavendra Biligiri1-0/+4
2006-09-27USB: Dealias -110 code (more complete)Pete Zaitcev1-1/+2
2006-09-27usb serial: support Alcor Micro Corp. USB 2.0 TO RS-232 through pl2303 driverJohannes Steingraeber1-0/+5
2006-09-27USB: Add ADU support for Ontrak ADU devicesSteven Haigh1-0/+4
2006-09-27USB: Add driver for PhidgetMotorControlSean Young1-2/+10
2006-09-22[PATCH] fallout from hcd-core patchAl Viro1-1/+1
2006-09-19Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov1-53/+100
2006-09-07USB: hid-core.c: fix duplicate USB_DEVICE_ID_GTCO_404Adrian Bunk1-2/+2
2006-08-31USB: add all wacom device to hid-core.c blacklistPing Cheng1-53/+4
2006-08-31hid-core.c: Adds all GTCO CalComp Digitizers and InterWrite School Products t...Jeremy Roberson1-0/+92
2006-08-04Input: hid - #if 0 the no longer used hid_find_field_by_usage()Adrian Bunk1-1/+2
2006-07-19Input: use new FF interface in the HID force feedback driversAnssi Hannula1-2/+0
2006-07-12[PATCH] USB: add support for WiseGroup., Ltd SmartJoy Dual PLUS AdapterNavaho Gunleg1-0/+4
2006-06-21[PATCH] USB: Add Apple MacBook product IDs to usbhidRene Rebe1-0/+3
2006-06-21[PATCH] usbhid: use usb_reset_composite_deviceAlan Stern1-5/+32
2006-06-21[PATCH] usbhid: Remove unneeded blacklist entriesAlan Stern1-28/+0
2006-06-21[PATCH] usbhid: automatically set HID_QUIRK_NOGET for keyboards and miceAlan Stern1-0/+8
2006-06-21[PATCH] USB HID/HIDBP, INPUT DRIVERS: fix various usb/input/hid-input.c bugs ...Bart Massey1-2/+2
2006-06-21[PATCH] USB: add YEALINK phones to the HID_QUIRK_IGNORE blacklistHenk Vergonet1-0/+3
2006-05-12[PATCH] USB: add an IBM USB keyboard to the HID_QUIRK_NOGET blacklistOlaf Hering1-0/+4
2006-04-14[PATCH] hid-core.c: fix "input irq status -32 received" for Silvercrest USB K...Jeffrey Vandenbroucke sign1-0/+4
2006-04-14[PATCH] USB: add new wacom devices to usb hid-core listPing Cheng1-0/+3
2006-04-14[PATCH] USB: usbtouchscreen: unified USB touchscreen driverDaniel Ritz1-0/+7
2006-03-24[PATCH] s/;;/;/gAlexey Dobriyan1-1/+1
2006-03-20[PATCH] USB: add support for Creativelabs Silvercrest USB keyboardWolfgang Rohdewald1-0/+4
2006-03-20[PATCH] usbhid: add error handlingAlan Stern1-21/+132
2006-03-20[PATCH] USB: kzalloc for hidOliver Neukum1-13/+5
2006-02-28[PATCH] USB: Wisegroup MP-8866 Dual USB JoypadAndrew Fuller1-0/+2
2006-02-13[PATCH] USB: add new device ids to ldusbMichael Hund1-22/+28
2006-01-31[PATCH] USB: remove extra newline in hid_init_reportsOlaf Hering1-1/+1
2006-01-31[PATCH] USB HID: add blacklist entry for HP keyboardVojtech Pavlik1-3/+4
2006-01-14Input: HID - add support for fn key on Apple PowerBooksMichael Hanselmann1-0/+8
2006-01-14Input: HID - add support for Cherry Cymotion keyboardVojtech Pavlik1-0/+22
2006-01-04[PATCH] USB: mark various usb tables constArjan van de Ven1-1/+1
2006-01-04[PATCH] USB: remove .owner field from struct usb_driverGreg Kroah-Hartman1-1/+0
2005-12-13[PATCH] hid-core: Zero-pad truncated reportsAdam Kropelin1-1/+3
2005-11-17[PATCH] USB: add new wacom devices to usb hid-core listPing Cheng1-0/+12
2005-10-28[PATCH] hid-core: Add Clear-Halt on the Interrupt-in endpointAlan Stern1-0/+3
2005-10-28[PATCH] usb_interface power stateDavid Brownell1-2/+0
2005-10-28[PATCH] drivers/usb/input: convert to dynamic input_dev allocationDmitry Torokhov1-24/+27
2005-10-17[PATCH] USB: fix bug in handling of highspeed usb HID devicesChristian Krause1-3/+0
2005-09-12Revert "[PATCH] USB: Prevent hid-core claiming Apple Bluetooth device on new ...Greg KH1-2/+0
2005-09-09Manual merge with LinusDmitry Torokhov1-4/+6
2005-09-08[PATCH] USB: URB_ASYNC_UNLINK flag removed from the kernelAlan Stern1-3/+3
2005-09-08[PATCH] USB: Prevent hid-core claiming Apple Bluetooth device on new G4 power...Andrew de Quincey1-0/+3
2005-09-05Input: HID - add Wireless Security Lock to HID blacklistBrian Schau1-0/+2
2005-09-05Input: HID - add the Trust Predator TH 400 gamepad to the badpad listVojtech Pavlik1-1/+3
2005-09-05Input: HID - add a quirk for the Apple PowermouseVojtech Pavlik1-0/+3
2005-09-05Input: HID - fix URB success status handlingVojtech Pavlik1-0/+2
2005-09-05Input: HID - handle multi-transascion reportsMichael Haboustak1-18/+44
2005-07-29Merge master.kernel.org:/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-10/+14
2005-07-12[PATCH] USB: add LD devices to hid blacklistMichael Hund1-0/+24
2005-07-11Input: HID - only report events coming from interrupts to hiddevAdam Kropelin1-10/+10
2005-07-11Input: HID - add a quirk for Aashima Trust (06d6:0025) gamepadLuca T1-0/+4
2005-06-27Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/dtor/input.git manuallyLinus Torvalds1-7/+19
2005-06-22[PATCH] USB: fix hid core to return proper error code from probeStelian Pop1-2/+2
2005-06-06Input: add driver for Acecad Flair USB tabletsStephane VOLTZ1-0/+7
2005-06-06Automatic merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds...Dmitry Torokhov1-0/+18
2005-06-03[PATCH] USB: add Vernier devices to HID blacklistGreg Kroah-Hartman1-0/+10
2005-06-03[PATCH] USB: hid-core: add Earthmate lt-20 productid to blacklist tableLonnie Mendez1-0/+2
2005-06-03[PATCH] USB: add new wacom device to usb hid-core listPing Cheng1-0/+6
2005-05-29Input: HID items of width 32 (bits) or greater are incorrectly extractedAdam Kropelin1-1/+1
2005-05-29Input: whitespace fixes in drivers/usb/inputDmitry Torokhov1-2/+2
2005-05-29Input: Fix a warning in hid-core.Vojtech Pavlik1-1/+1
2005-05-29Input: Make hid-core issue a SET_IDLE request before GET_REPORT, likeVojtech Pavlik1-4/+9
2005-04-18[PATCH] USB: kfree cleanup for drivers/usb/* - no need to check for NULLJesper Juhl1-2/+1
2005-04-18[PATCH] usb suspend updates (interface suspend)David Brownell1-3/+3
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+1864