summaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' into for-linusDmitry Torokhov2012-07-301-0/+22
|\
| * Input: synaptics - handle out of bounds values from the hardwareSeth Forshee2012-07-251-0/+22
* | Merge branch 'next' into for-linusDmitry Torokhov2012-07-255-39/+87
|\|
| * Input: synaptics - print firmware ID and board number at initDaniel Kurtz2012-07-082-2/+39
| * Input: synaptics_usb - Remove TrackPoint name trailing whitespaceBob Ross2012-07-071-1/+1
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2012-05-2410-49/+505
| |\
| * \ Merge 3.4-rc6 into usb-nextGreg Kroah-Hartman2012-05-071-1/+2
| |\ \
| | * \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2012-04-301-1/+2
| | |\ \
| * | | | USB: input: appletouch: fix up compiler warningGreg Kroah-Hartman2012-05-051-1/+0Star
| * | | | USB: input: bcm5974.c: fix up dev_* messagesGreg Kroah-Hartman2012-05-051-11/+11
| * | | | USB: input: appletouch.c: fix up dev_* messagesGreg Kroah-Hartman2012-05-051-12/+15
| * | | | USB: bcm5974.c: remove dbg() usageGreg Kroah-Hartman2012-05-021-6/+10
| * | | | USB: appletouch.c: remove dbg() usageGreg Kroah-Hartman2012-05-021-7/+11
| * | | | USB: input: bcm5974.c: fix up dev_err() usageGreg Kroah-Hartman2012-05-021-5/+5
| * | | | USB: input: appletouch.c: fix up dev_err() usageGreg Kroah-Hartman2012-05-021-13/+11Star
| * | | | USB: bcm5974.c: remove err() usageGreg Kroah-Hartman2012-04-251-6/+6
| * | | | USB: appletouch.c: remove err() usageGreg Kroah-Hartman2012-04-251-11/+14
| |/ / /
* | | / Input: bcm5974 - Add support for 2012 MacBook Pro RetinaHenrik Rydberg2012-07-101-0/+20
| |_|/ |/| |
* | | Merge branch 'next' into for-linusDmitry Torokhov2012-05-2412-51/+505
|\ \ \ | |_|/ |/| |
| * | Input: synaptics - fix compile warningJJ Ding2012-05-111-10/+10
| * | Input: ALPS - switch to using input_mt_report_finger_countDmitry Torokhov2012-05-111-8/+2Star
| * | Input: ALPS - add semi-MT support for v4 protocolGeorge Pantalos2012-05-112-6/+75
| * | Input: Add Synaptics NavPoint (PXA27x SSP/SPI) driverPaul Parsons2012-05-113-0/+382
| * | Input: sentelic - report device's production serial numberTai-hwa Liang2012-05-112-4/+38
| * | Merge commit 'v3.4-rc4' into nextDmitry Torokhov2012-04-227-13/+30
| |\|
| | * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2012-04-124-9/+25
| | |\
| | * \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2012-03-302-72/+257
| | |\ \
| | * | | Remove all #inclusions of asm/system.hDavid Howells2012-03-282-2/+0Star
| * | | | Input: serio - use module_serio_driverAxel Lin2012-04-042-25/+2Star
* | | | | Input: synaptics - fix regression with "image sensor" trackpadsBenjamin Herrenschmidt2012-04-211-1/+2
| |_|_|/ |/| | |
* | | | Input: gpio_mouse - use linux/gpio.h rather than asm/gpio.hMark Brown2012-04-101-1/+1
* | | | Input: trackpoint - use psmouse_fmt() for messagesJJ Ding2012-04-101-6/+8
* | | | Input: elantech - v4 is a clickpad, with only one buttonJJ Ding2012-04-101-2/+4
* | | | Input: elantech - reset touchpad before configuring itJJ Ding2012-04-101-0/+4
* | | | Input: sentelic - filter taps in absolute modeOskari Saarenmaa2012-04-031-0/+8
| |_|/ |/| |
* | | Merge branch 'next' into for-linusDmitry Torokhov2012-03-272-72/+257
|\| | | |/ |/|
| * Input: sentelic - improve packet debugging informationOskari Saarenmaa2012-03-261-9/+34
| * Input: sentelic - minor code cleanupTai-hwa Liang2012-03-261-1/+1
| * Input: sentelic - enabling absolute coordinates output for newer hardwareTai-hwa Liang2012-03-262-4/+132
| * Input: sentelic - refactor code for upcoming new hardware supportTai-hwa Liang2012-03-262-62/+94
* | Merge branch 'next' into for-linusDmitry Torokhov2012-03-2010-61/+601
|\|
| * Input: synaptics_usb - switch to module_usb_driver()Dmitry Torokhov2012-03-171-12/+1Star
| * Input: convert I2C drivers to use module_i2c_driver()Axel Lin2012-03-171-12/+1Star
| * Merge branch 'for-next' of github.com:rydberg/linux into nextDmitry Torokhov2012-03-091-0/+1
| |\
| | * bcm5974: Add pointer and buttonpad propertiesChase Douglas2012-02-141-0/+1
| * | Merge commit 'v3.3-rc6' into nextDmitry Torokhov2012-03-098-36/+40
| |\|
| | * module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-132-4/+4
| | * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2012-01-122-2/+17
| | |\
| | * \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2012-01-1015-294/+1407
| | |\ \
| | * \ \ Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman2012-01-062-25/+2Star
| | |\ \ \