aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/input (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-03-17[PATCH] USB: possible cleanupsAdrian Bunk1-1/+1
2005-03-10Manual mergeVojtech Pavlik13-464/+571
2005-03-07[PATCH] USB: fix up the input drivers to use the built in strings, instead of...Greg Kroah-Hartman7-96/+28
2005-03-07input: hid-debug.h includes resolv_event, which is not used if DEBUG is onlyAdam Kropelin1-1/+1
2005-03-07input: hid-debug.h uses a C99 feature (range designators) not available inakropel@rochester.rr.com1-10/+0
2005-03-07[PATCH] usb/wacom: change parameters of usb_{control,bulk}_msg() to msecsNishanth Aravamudan1-1/+1
2005-03-07[PATCH] usb/mtouchusb: change parameters of usb_{control,bulk}_msg() to msecsNishanth Aravamudan1-2/+2
2005-03-07[PATCH] usb/aipteke: change parameters of usb_{control,bulk}_msg() to msecsNishanth Aravamudan1-2/+2
2005-03-07[PATCH] usb/powermate: change parameters of usb_{control,bulk}_msg() to msecsNishanth Aravamudan1-1/+1
2005-03-07[PATCH] usb/hid-core: change parameters of usb_{control,bulk}_msg() to msecsNishanth Aravamudan1-3/+3
2005-03-07USB: revert wacom driver patch.Greg Kroah-Hartman1-262/+73
2005-03-07[PATCH] usb/hid-core: use wait_event_timeout()Nishanth Aravamudan1-16/+4
2005-03-07[PATCH] USB: wacom tablet driverAndrew Morton1-73/+262
2005-03-07[PATCH] usb/ati_remote: use wait_event_timeout()Nishanth Aravamudan1-14/+5
2005-03-01input: Add the option to use cooked coordinates in MicroTouchDan Streetman1-8/+29
2005-02-25input: Add a missing brace in hid-core.cVojtech Pavlik1-1/+1
2005-02-25input: Remove filtering of duplicate events in hid-core. HIDDEV wants them,Vojtech Pavlik1-10/+1
2005-02-25input: Disable scancode event generation in hid-core.c, as it canVojtech Pavlik1-4/+0
2005-02-24Input: fix identation in PID driver.Dmitry Torokhov2-129/+127
2005-02-24input: Rename hid_find_field to hidinput_find_field toVojtech Pavlik1-2/+2
2005-02-24input: Fix compilation warning in PID driver and generallyDmitry Torokhov3-19/+11
2005-02-23input: Add a missing ';' to hid-core.cVojtech Pavlik1-1/+1
2005-02-16input: Fix Microtouch USB touchscreen Y axis direction.Vojtech Pavlik1-1/+1
2005-02-15input: Properly ignore padding fields in HID reports.Vojtech Pavlik1-3/+5
2005-02-15input: Some changes to ati_remote key assignments:Ville Syrjala1-6/+6
2005-02-15input: Make ati_remote clean up properly when removing either the device or theVille Syrjala1-21/+3
2005-02-12input: HID list handling cleanup, fix two bugs in pid.c and one in hid-core.cVojtech Pavlik5-121/+50
2005-02-08input: Add a new ID to the Logitech ForceFeedback joystick driver.svrmgrl@gmx.net2-0/+2
2005-02-08input: Fix range checks for the HIDIOC[GS]USAGES ioctl() to allowhal@realmsys.com1-3/+2
2005-02-08input: A Chicony keyboard doesn't like get_report on its non-exisitingStuart Hayes1-1/+6
2005-02-07input: Make the polling interval for mice a configurable parameterMikkel Krautz1-1/+12
2005-02-07input: Properly set input.phys in Griffin Powermate driver.duraid@octopus.com.au1-0/+1
2005-02-06input: This patch adds support for a Wacom new tablet, Intuos3, and its assoc...pingc@wacom.com1-73/+262
2005-02-06I have a buggy USB HID device (APC SmartUPS) in which the designersAdam Kropelin1-3/+1
2005-02-06input: Add MCC devices to HID blacklist, cleanup whitespace alongVojtech Pavlik1-59/+60
2005-02-02[PATCH] USB: Logitech Cordeless Desktop Keyboard fails to report class descri...Andrew Morton1-2/+5
2005-02-02[PATCH] USB: hid-core: possible buffer overflow in hid-core.cRandy Dunlap1-1/+1
2005-02-02input: Fix HID LED mapping. LEDs were ignored because the usageVojtech Pavlik2-3/+3
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-22Merge silver.ucw.cz:/home/vojtech/bk/linusVojtech Pavlik1-1/+1
2005-01-17Merge silver.ucw.cz:/home/vojtech/bk/linusVojtech Pavlik1-2/+2
2005-01-16Merge kroah.com:/home/greg/linux/BK/bleed-2.6Greg Kroah-Hartman1-1/+1
2005-01-14[PATCH] various Kconfig fixesGabor Egry1-2/+2
2005-01-14[PATCH] USB: drivers/usb/*: s/0/NULL/ in pointer contextAlexey Dobriyan1-1/+1
2005-01-13input: Handle -EILSEQ return code in the HID driver completionVojtech Pavlik1-5/+18
2005-01-11input: Add support for H-Wheel on Microsoft Explorer and Logitech MXVojtech Pavlik3-13/+24
2005-01-06mergeGreg Kroah-Hartman15-58/+54
2004-12-27Merge suse.cz:/home/vojtech/bk/linus into suse.cz:/home/vojtech/bk/inputVojtech Pavlik4-6/+24
2004-12-20USB: change wMaxPacketSize field in struct usb_config_descriptor to be __le16Greg Kroah-Hartman1-1/+1