aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/input/hid-input.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-02-25input: Disable scancode event generation in hid-core.c, as it canVojtech Pavlik1-4/+0
2005-02-24input: Rename hid_find_field to hidinput_find_field toVojtech Pavlik1-2/+2
2005-02-12input: HID list handling cleanup, fix two bugs in pid.c and one in hid-core.cVojtech Pavlik1-15/+21
2005-02-02input: Fix HID LED mapping. LEDs were ignored because the usageVojtech Pavlik1-2/+2
2005-01-29input: Ignore non-LED events in hid-input hidinput_event(). This gets ridVojtech Pavlik1-0/+3
2005-01-27input: Enable scancode event generation in the HID driver. This should allowVojtech Pavlik1-3/+7
2005-01-11input: Add support for H-Wheel on Microsoft Explorer and Logitech MXVojtech Pavlik1-3/+9
2005-01-06mergeGreg Kroah-Hartman1-3/+3
2004-12-19USB: convert the idVendor, idProduct, bcdDevice and bcdUSB fields to __le16Greg Kroah-Hartman1-3/+3
2004-09-23input: Tidy up & fix the hid-input.c driver. Dual-wheel A4 mice don't report ...Vojtech Pavlik1-245/+216
2004-03-10input: Avoid an endless loop in hid-core.c, if a device has someDavid Mosberger1-1/+3
2004-03-04input: HID needs to distinguish between two types of A4TechZephaniah E. Hull1-3/+4
2004-01-26input: Add support for another a4tech 2-wheel USB mouse, withVojtech Pavlik1-3/+4
2004-01-21Merge ucw.cz:/home/vojtech/bk/linus into ucw.cz:/home/vojtech/bk/inputVojtech Pavlik1-5/+5
2004-01-19USB: hook up the HID device's struct device to the input system properly.Greg Kroah-Hartman1-0/+1
2004-01-15input: Move keycode definitions around to get as close to 2.4Vojtech Pavlik1-5/+5
2003-06-09input: Implement a HID quirk for 2-wheel A4Tech mice.Zephaniah E. Hull1-0/+19
2003-06-04[PATCH] USB: fix keyboard ledsBen Collins1-48/+51
2003-05-29[PATCH] USB Multi-input quirkBen Collins1-29/+110
2003-05-12[PATCH] USB: patch to fix up coding style violationsFrançois Romieu1-1/+2
2003-03-13[PATCH] USB: spelling fixes for drivers/usbSteven Cole1-1/+1
2003-02-12input: HID updateVojtech Pavlik1-2/+7
2003-02-12input: Get rid of the kbd_pt_regs variable, and instead pass theVojtech Pavlik1-1/+3
2002-12-22[PATCH] USB Joypad quirkVojtech Pavlik1-0/+5
2002-10-24hid-input.c: Back out a (wrong) find_next_zero_bit() patch from Arnaldo Carv...Vojtech Pavlik1-1/+1
2002-10-09o hid-input: fix find_next_zero_bit usageArnaldo Carvalho de Melo1-1/+1
2002-07-25By popular request, and explicit method of telling which eventsVojtech Pavlik1-0/+5
2002-07-25This patch by Brad Hards replaces the four id* fields of the inputVojtech Pavlik1-4/+4
2002-07-15[PATCH] Updates for hiddev by Paul StewartVojtech Pavlik1-3/+4
2002-07-11[PATCH] Big HID updateVojtech Pavlik1-2/+59
2002-04-04USBGreg Kroah-Hartman1-0/+460