summaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
* Input: evdev - fix EVIOCSABS regressionDaniel Mack2010-10-181-1/+1
* Input: evdev - fix Ooops in EVIOCGABS/EVIOCSABSDaniel Mack2010-10-181-0/+6
* Input: wacom - fix pressure in Cintiq 21UX2Aristeu Rozanski2010-10-101-1/+3
* Input: wacom - fix runtime PM related deadlockDmitry Torokhov2010-10-041-11/+12
* Input: joydev - fix JSIOCSAXMAP ioctlKenneth Waters2010-09-211-0/+3
* Input: uinput - setup MT usage during device creationHenrik Rydberg2010-09-191-0/+7
* Input: i8042 - fix device removal on unloadDmitry Torokhov2010-08-311-1/+1
* Input: bcm5974 - adjust major/minor to scaleHenrik Rydberg2010-08-311-4/+8
* 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
| | * | Input: switch to input_abs_*() access functionsDaniel Mack2010-08-0216-114/+129
* | | | Revert "Input: appletouch - fix integer overflow issue"Benjamin Herrenschmidt2010-08-091-3/+3
* | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-08-061-1/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | ixp4xx-beeper: Use IRQF_NO_SUSPEND not IRQF_TIMER for non-timer interruptIan Campbell2010-07-291-1/+2
* | | | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-08-052-14/+11
|\ \ \ \
| * | | | of/platform: remove all of_bus_type and of_platform_bus_type referencesGrant Likely2010-07-242-10/+7
| * | | | Merge commit 'v2.6.35-rc6' into devicetree/nextGrant Likely2010-07-2412-21/+57
| |\ \ \ \ | | |/ / /
| * | | | sparc/of: Move of_device fields into struct pdev_archdataGrant Likely2010-06-281-4/+4
* | | | | Merge branch 'upstream/xen' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2010-08-051-1/+1
|\ \ \ \ \
| * \ \ \ \ Merge branch 'upstream/pvhvm' into upstream/xenJeremy Fitzhardinge2010-08-041-1/+1
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | x86: early PV on HVM features initialization.Sheng Yang2010-07-221-1/+1
* | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2010-08-051-0/+5
|\ \ \ \ \ \
| * \ \ \ \ \ Merge commit 'gcl/next' into nextBenjamin Herrenschmidt2010-08-0410-18/+46
| |\ \ \ \ \ \ | | |/ / / / /
| * | | | | | powerpc: Add i8042 keyboard and mouse irq parsingMartyn Welch2010-07-091-0/+5
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-08-041-1/+1
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into for-nextJiri Kosina2010-08-0412-21/+57
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
OpenPOWER on IntegriCloud