summaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] irq-flags: misc drivers: Use the new IRQF_ constantsThomas Gleixner2006-07-021-1/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-303-3/+0Star
* Input: psmouse - add support for Intellimouse 4.0Pozsar Balazs2006-06-261-3/+30
* Input: fix potential overflows in driver/input/mouseDmitry Torokhov2006-06-264-14/+18
* Input: psmouse - DMI updates for lifebook protocolKenan Esau2006-05-301-0/+24
* Input: alps - fix old protocol decodingYotam Medini2006-05-301-2/+2
* Input: psmouse - add detection of Logitech TrackMan Wheel trackballZbigniew Luszpinski2006-05-301-0/+6
* Input: psmouse - fix new device detection logicDmitry Torokhov2006-04-291-1/+3
* Input: synaptics - limit rate to 40pps on Toshiba Protege M300Richard Thrippleton2006-04-021-2/+9
* Manual merge with Linus.Dmitry Torokhov2006-04-021-41/+47
|\
| * [PARISC] Fix double free when removing HIL driversKyle McMartin2006-03-301-2/+1Star
| * [PARISC] Convert HIL drivers to use input_allocate_deviceHelge Deller2006-03-301-43/+48
* | Input: use kzalloc() throughout the codeEric Sesterhenn2006-03-142-8/+6Star
* | Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov2006-03-141-1/+1
|\|
| * [PATCH] Input: psmouse - disable autoresyncDmitry Torokhov2006-03-111-1/+1
* | Input: psmouse - semaphore to mutex conversionIngo Molnar2006-02-191-18/+20
|/
* Input: trackpoint - enable devices connected to external portDmitry Torokhov2006-02-152-8/+16
* Input: logips2pp - add new signature (99)Meelis Roos2006-02-151-0/+1
* Input: psmouse - set name for Genius miceDmitry Torokhov2006-01-301-0/+1
* Merge master.kernel.org:/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2006-01-145-66/+301
|\
| * Input: psmouse - attempt to re-synchronize mouse every 5 secondsDmitry Torokhov2006-01-145-66/+301
* | [PATCH] m68k: namespace pollution fix (custom->amiga_custom)Al Viro2006-01-121-3/+3
|/
* Input: remove obsolete maple input driversPaul Mundt2006-01-103-112/+0Star
* Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov2006-01-061-1/+1
|\
| * [SERMOUSE]: Sun mice speak 5-byte protocol too.David S. Miller2005-12-281-1/+1
* | Input: logips2pp - add signature of MouseMan Wheel Mouse (87)Dmitry Torokhov2005-12-211-0/+1
* | Input: lifebook - add DMI signature of Fujitsu Lifebook B142Daniele Gozzi2005-12-211-0/+7
* | Input: psmouse - don't leave mouse asleepDmitry Torokhov2005-12-211-9/+6Star
* | Input: ALPS - add signature for HP ze1115Larry Finger2005-12-211-0/+1
* | Manual merge with Linus (conflict in drivers/input/misc/wistron_bnts.c)Dmitry Torokhov2005-12-211-1/+1
|\|
| * [PATCH] Input: ALPS - correctly report button presses on Fujitsu Siemens S6010Vojtech Pavlik2005-12-151-1/+1
* | Input: logips2pp - add new signature (85)Jasper Spaans2005-12-111-0/+1
|/
* Input: logips2pp - add support for MX3100Mirco Macrelli2005-11-031-0/+3
* [PATCH] i386: CONFIG_PC removalArthur Othieno2005-10-311-1/+1
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2005-10-2815-361/+363
|\
| * [PATCH] drivers/input/mouse: convert to dynamic input_dev allocationDmitry Torokhov2005-10-2815-361/+363
* | [PARISC] Update parisc specific input code from parisc treeMatthew Wilcox2005-10-221-12/+21
|/
* Manual merge with LinusDmitry Torokhov2005-09-101-1/+1
|\
| * [PATCH] input: convert kcalloc to kzallocPekka Enberg2005-09-081-1/+1
* | Input: psmouse - add new Logitech wheel mouse modelVojtech Pavlik2005-09-041-0/+1
* | Input: ALPS - fix wheel decodingVojtech Pavlik2005-09-041-1/+1
* | Input: rework psmouse attributes to reduce module sizeDmitry Torokhov2005-09-044-163/+200
* | Input: psmouse - add support for IBM TrackPoint devices.Stephen Evanchik2005-08-085-2/+460
|/
* Input: synaptics - fix setting packet size on passthrough port.Sergey Vlasov2005-07-241-2/+2
* Input: psmouse - wheel mice (imps, exps) always have 3rd buttonVojtech Pavlik2005-07-152-2/+2
* Input: ALPS - unconditionally enable tapping modePeter Osterlund2005-07-111-18/+7Star
* Input: ALPS - fix resume (for DualPoints)David Moore2005-07-111-2/+2
* Input: synaptics - limit rate to 40pps on Toshiba DynabooksSimon Horman2005-07-111-1/+9
* Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/dtor/input.git manuallyLinus Torvalds2005-06-2713-186/+539
|\
| * Input: psmouse - export protocol as a sysfs per-device attributeDmitry Torokhov2005-06-012-48/+244