aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
* Input: wistron - add support for Acer TravelMate 2424NWXCiAshutosh Naik2006-10-011-1/+10
* Input: wistron - fix setting up special buttonsReiner Herrmann2006-10-011-5/+2
* 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: psmouse - fix Intellimouse 4.0 initializationPozsar Balazs2006-08-231-7/+0
| * 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-041-43/+60
| * Input: trackpoint - activate protocol when resumingDmitry Torokhov2006-08-041-18/+34
| * Input: logips2pp - fix button mapping for MX300Roberto Castagnola2006-08-041-2/+1
* | 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/+0
* | 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/+9
* | 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-102-362/+388
* | Input: send key up events at disconnectDmitry Torokhov2006-09-101-2/+5
* | Input: constify psmouse driverHelge Deller2006-09-106-32/+40
* | Input: i8042 - add Amoi to the MUX blacklistCjacker Huang2006-08-081-0/+7
* | Input: logips2pp - add sugnature 56 (Cordless MouseMan Wheel), cleanupHelge Deller2006-08-081-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/+147
* | 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
|/
* 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-061-9/+9
* Input: libps2 - warn instead of oopsing when passed bad argumentsDmitry Torokhov2006-07-061-0/+5
* Input: fm801-gp - fix use after freeDmitry Torokhov2006-07-061-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/+0
* [PATCH] lockdep: annotate serioArjan van de Ven2006-07-031-1/+1
* [PATCH] sparc i8042 build fixAndrew Morton2006-07-031-1/+1
* Merge branch 'genirq' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2006-07-021-1/+1
|\
| * [ARM] 3689/1: ARM drivers/input/touchscreen: Fixup includesThomas Gleixner2006-07-011-1/+1