summaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2006-10-0239-789/+2716
|\
| * Input: wistron - add support for Acer TravelMate 2424NWXCiAshutosh Naik2006-10-021-1/+10
| * Input: wistron - fix setting up special buttonsReiner Herrmann2006-10-021-5/+2Star
| * Input: add driver for stowaway serial keyboardsMarek Vasut2006-09-193-0/+199
| * Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov2006-09-195-78/+103
| |\
| * | Input: make input_register_handler() return error codesDmitry Torokhov2006-09-147-20/+29
| * | Input: remove cruft that was needed for transition to sysfsDmitry Torokhov2006-09-141-10/+0Star
| * | Input: fix input module refcountingDmitry Torokhov2006-09-141-2/+2
| * | Input: constify input coreDmitry Torokhov2006-09-147-23/+27
| * | Input: libps2 - rearrange exportsDmitry Torokhov2006-09-141-11/+9Star
| * | Input: atkbd - support Microsoft Natural Elite Pro keyboardsDmitry Torokhov2006-09-142-5/+17
| * | Input: i8042 - disable MUX mode on Toshiba Equium A110Dmitry Torokhov2006-09-141-0/+7
| * | Input: i8042 - get rid of polling timerDmitry Torokhov2006-09-112-362/+388
| * | Input: send key up events at disconnectDmitry Torokhov2006-09-111-2/+5
| * | Input: constify psmouse driverHelge Deller2006-09-116-32/+40
| * | Input: i8042 - add Amoi to the MUX blacklistCjacker Huang2006-08-091-0/+7
| * | Input: logips2pp - add sugnature 56 (Cordless MouseMan Wheel), cleanupHelge Deller2006-08-091-11/+12
| * | Input: add driver for Touchwin serial touchscreensRick Koch2006-08-053-0/+216
| * | Input: add driver for Touchright serial touchscreensRick Koch2006-08-053-0/+209
| * | Input: add driver for Penmount serial touchscreensRick Koch2006-08-053-0/+198
| * | Input: elo - add support for non-pressure-sensitive touchscreensShaun Jackman2006-08-051-17/+107
| * | Input: elo - fix checksum calculationShaun Jackman2006-08-051-26/+29
| * | Input: elo - handle input_register_device() failuresDmitry Torokhov2006-08-051-6/+12
| * | Input: uinput - switch to the new FF interfaceAnssi Hannula2006-07-191-16/+51
| * | Input: iforce - switch to the new FF interfaceAnssi Hannula2006-07-194-238/+147Star
| * | Input: unified force feedback support for memoryless devicesAnssi Hannula2006-07-193-0/+531
| * | Input: implement new force feedback interfaceAnssi Hannula2006-07-194-18/+389
| * | Input: move fixp-arith.h to drivers/inputAnssi Hannula2006-07-191-0/+87
| * | Input: rename input.ko into input-core.koDmitry Torokhov2006-07-191-1/+3
* | | [PATCH] update legacy io handling for pmacOlaf Hering2006-10-011-9/+6Star
* | | [PATCH] OMAP: Add keypad driverKomal Shah2006-09-293-0/+502
* | | sh: APM/PM support.Andriy Skulysh2006-09-271-14/+0Star
| |/ |/|
* | Input: psmouse - fix Intellimouse 4.0 initializationPozsar Balazs2006-08-231-7/+0Star
* | Input: wistron - fix crash due to referencing __initdataDmitry Torokhov2006-08-231-8/+8
* | Input: atkbd - fix overrun in atkbd_set_repeat_rate()Florin Malita2006-08-231-1/+1
* | Input: atkbd - restore repeat rate when resumingDmitry Torokhov2006-08-051-43/+60
* | Input: trackpoint - activate protocol when resumingDmitry Torokhov2006-08-051-18/+34
* | Input: logips2pp - fix button mapping for MX300Roberto Castagnola2006-08-051-2/+1Star
|/
* Input: serio/gameport - check whether driver core calls succeededRandy Dunlap2006-07-192-31/+100
* Input: spaceball - make 4000FLX Lefty workNick Martin2006-07-191-1/+1
* Input: add missing handler->start() callDmitry Torokhov2006-07-191-1/+4
* Input: fix list iteration in input_release_device()Andrew Morton2006-07-151-3/+5
* Input: iforce - add Trust Force Feedback Race Master supportPrzemek Iskra2006-07-151-0/+1
* Input: iforce - check array bounds before accessing elementsDmitry Torokhov2006-07-071-9/+9
* Input: libps2 - warn instead of oopsing when passed bad argumentsDmitry Torokhov2006-07-071-0/+5
* Input: fm801-gp - fix use after freeDmitry Torokhov2006-07-071-2/+2
* Input: wistron - fix section reference mismatchesAndrew Morton2006-07-061-10/+10
* Input: introduce input_inject_event() functionDmitry Torokhov2006-07-062-3/+30
* Input: add start() method to input handlersDmitry Torokhov2006-07-061-2/+10
* Input: remove accept method from input_devDmitry Torokhov2006-07-062-13/+0Star