aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
* Input: cy8ctmg110 - add fuzz to ABS_X and ABS_Y to remove jitterJames Ketrenos2010-09-061-2/+2
* Input: wacom - add a quirk for low resolution Bamboo devicesHenrik Rydberg2010-09-052-0/+11
* Input: wacom - add support for the Bamboo Touch trackpadHenrik Rydberg2010-09-052-0/+92
* Input: wacom - collect device quirks into single functionHenrik Rydberg2010-09-054-8/+24
* Input: wacom - parse the Bamboo device familyPing Cheng2010-09-052-9/+37
* Input: wacom - add fuzz parameters to featuresHenrik Rydberg2010-09-053-4/+15
* Merge branch 'mrst-touchscreen' into nextDmitry Torokhov2010-09-053-0/+700
|\
| * Input: mrst-touchscreen - move out of stagingDmitry Torokhov2010-09-013-0/+700
* | Input: add support for PowerOn button on the AB8500 MFDSundar R Iyer2010-09-053-0/+168
* | Input: fix a few typosDmitry Torokhov2010-09-051-3/+3
* | Input: wm97xx-core - add retries to wm97xx_read_aux_adcEric Millbrandt2010-09-051-2/+13
* | Input: wm97xx-core - simplify error path in wm97xx_probe()Axel Lin2010-09-051-2/+1
* | Input: stmpe-ts - return -ENOMEM when memory allocation failsAxel Lin2010-09-051-3/+7
* | Input: stmpe-ts - remove input_free_device() in stmpe_ts_remove()Axel Lin2010-09-021-1/+0
* | Input: tsc2007 - fix a redundant assignment for pdataAxel Lin2010-09-021-1/+1
* | Input: tps6507x-ts - properly unregister input device on removalAxel Lin2010-09-021-1/+1
* | Input: tps6507x-ts - add missing call to platform_set_drvdata()Axel Lin2010-09-021-0/+1
* | Input: s3c2410_ts - fix s3c2410ts_probe error pathAxel Lin2010-09-021-1/+1
* | Input: add support for Hanwang tabletsXing Wei2010-09-013-0/+377
* | Input: add support for OMAP4 keyboard controllerAbraham Arce2010-08-313-0/+297
* | Input: add LPC32xx touchscreen controller driverKevin Wells2010-08-283-0/+422
* | Input: wacom_w8001 - add multitouch slot supportPeter Hutterer2010-08-281-3/+46
* | Input: wacom_w8001 - support (and ignore) touch tabletsPeter Hutterer2010-08-281-2/+86
* | Input: wacom_w8001 - send BTN_TOOL_PEN/RUBBER and BTN_STYLUS eventsPeter Hutterer2010-08-281-6/+48
* | Input: MT - initialize slots to unusedHenrik Rydberg2010-08-281-2/+9
* | Input: wacom - fix mousewheel handling for old wacom tabletsMike Auty2010-08-281-2/+2
* | Input: pxa27x_keypad - remove input_free_device() in pxa27x_keypad_remove()Axel Lin2010-08-251-2/+0
* | Input: mousedev - fix regression of inverting axesChristoph Fritz2010-08-251-4/+4
* | Input: uinput - add devname alias to allow module on-demand loadKay Sievers2010-08-211-0/+2
* | Input: hil_kbd - fix compile errorDmitry Torokhov2010-08-211-6/+6
* | Input: fix faulty XXinput_* callsDaniel Mack2010-08-132-3/+3
* | Merge branch 'params' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds2010-08-122-15/+25
|\ \
| * | param: use ops in struct kernel_param, rather than get and set fns directlyRusty Russell2010-08-112-15/+25
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same...Linus Torvalds2010-08-126-0/+805
|\ \ \
| * | | touchscreen: Fix sign bugKulikov Vasiliy2010-08-121-1/+1
| * | | input: STMPE touch controller supportLuotao Fu2010-08-123-0/+408
| * | | input: Add STMPE keypad driverRabin Vincent2010-08-123-0/+397
* | | | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-08-123-11/+11
|\ \ \ \ | |/ / / |/| | |
| * | | of/device: Replace struct of_device with struct platform_deviceGrant Likely2010-08-063-11/+11
* | | | panic: keep blinking in spite of long spin timer modeTAMUKI Shoichi2010-08-111-20/+5
| |/ / |/| |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-08-1022-200/+279
|\ \ \
| * \ \ Merge branch 'next' into for-linusDmitry Torokhov2010-08-1022-200/+279
| |\ \ \
| | * | | Input: xpad - add USB-ID for PL-3601 Xbox 360 padChristoph Fritz2010-08-101-0/+1
| | * | | Input: cy8ctmg100_ts - signedness bugDan Carpenter2010-08-101-3/+3
| | * | | Input: elantech - report position also with 3 fingersÉric Piel2010-08-051-0/+10
| | * | | Input: elantech - discard the first 2 positions on some firmwaresÉric Piel2010-08-052-14/+14
| | * | | Input: adxl34x - do not mark device as disabled on startupMichael Hennerich2010-08-051-1/+0
| | * | | Input: gpio_keys - add hooks to enable/disable deviceShubhrajyoti D2010-08-031-0/+22
| | * | | Input: evdev - rearrange ioctl handlingDmitry Torokhov2010-08-021-68/+73
| | * | | Input: dynamically allocate ABS informationDaniel Mack2010-08-022-18/+45