summaryrefslogtreecommitdiffstats
path: root/drivers/input
AgeCommit message (Expand)AuthorLines
2011-09-27doc: fix broken referencesPaul Bolle-1/+1
2011-09-22[media] move ati_remote driver from input/misc to media/rcAnssi Hannula-884/+0
2011-09-20Input: gpio_keys - use of_property_read_u32()Tobias Klauser-11/+13
2011-09-20Input: penmount - simplify unregister procedureDmitry Torokhov-4/+4
2011-09-20Input: penmount - rework handling of different protocolsDmitry Torokhov-56/+64
2011-09-20Input: penmount - add PenMount 6250 supportJohn Sung-0/+23
2011-09-20Input: penmount - add PenMount 3000 supportJohn Sung-4/+75
2011-09-20Input: penmount - add PenMount 6000 supportJohn Sung-8/+57
2011-09-20Input: penmount - fix the protocolJohn Sung-6/+8
2011-09-20Input: elantech - remove module parameter force_elantechJJ Ding-10/+2
2011-09-20Input: elantech - better support all those v2 variantsJJ Ding-5/+42
2011-09-19Input: twl6040-vibra: Use accessor to get revision informationPeter Ujfalusi-1/+1
2011-09-16Merge branch 'for-linus' of git://github.com/dtor/inputLinus Torvalds-26/+58
2011-09-12Input: wacom - fix touch parsing on newer BamboosChris Bagwell-6/+8
2011-09-09Input: bcm5974 - add MacBookAir4,1 trackpad supportPieter-Augustijn Van Malleghem-0/+20
2011-09-09Input: elantech - add v4 hardware supportJJ Ding-16/+262
2011-09-09Input: elantech - add v3 hardware supportJJ Ding-19/+201
2011-09-09Input: elantech - clean up elantech_initJJ Ding-30/+39
2011-09-09Input: elantech - packet checking for v2 hardwareJJ Ding-5/+34
2011-09-09Input: elantech - remove ETP_EDGE_FUZZ_V2JJ Ding-9/+6
2011-09-09Input: elantech - use firmware provided x, y rangesJJ Ding-16/+58
2011-09-09Input: elantech - get rid of ETP_2FT_* in elantech.hJJ Ding-26/+13
2011-09-09Input: elantech - correct x, y value range for v2 hardwareJJ Ding-4/+4
2011-09-09Input: twl6040-vibra - fix compiler warningRandy Dunlap-1/+1
2011-09-09Input: tegra-kbc - tighten lockingDmitry Torokhov-19/+12
2011-09-09Input: tegra-kbc - fix wakeup from suspendRakesh Iyer-15/+43
2011-09-08Input: tc3589x-keypad - fix section mismatch warningHarvey Yang-1/+1
2011-09-08Input: wacom - add POINTER and DIRECT device propertiesJason Gerecke-1/+26
2011-09-07Input: remove IRQF_DISABLED from driversYong Zhang-20/+19
2011-09-07Input: wacom - add Intuos4 LED and OLED controlEduard Hasenleithner-30/+277
2011-09-07Merge commit 'v3.1-rc4' into nextDmitry Torokhov-176/+718
2011-08-26Input: adp5588-keys - remove incorrect modaliasAxel Lin-1/+0
2011-08-26Input: tsc2007 - add open and close methodsDmitry Torokhov-8/+38
2011-08-26Input: tsc2007 - convert to threaded IRQDmitry Torokhov-84/+66
2011-08-26Input: cm109 - fix checking return value of usb_control_msgaxel lin-1/+1
2011-08-26Input: wacom - advertise BTN_TOOL_PEN and BTN_STYLUS for PenPartnerJason Gerecke-2/+2
2011-08-26Input: wacom - remove pressure for touch devicesPing Cheng-17/+3
2011-08-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-145/+241
2011-08-23Input: ad714x-i2c - change placement of __init/__exit annotationsWanlong Gao-2/+2
2011-08-23Input: synaptics - process finger (<=5) transitionsDaniel Kurtz-1/+44
2011-08-23Input: add BTN_TOOL_QUINTTAP for reporting 5 fingers on touchpadDaniel Kurtz-0/+1
2011-08-23Input: synaptics - process finger (<=3) transitionsDaniel Kurtz-16/+278
2011-08-23Input: synaptics - decode AGM packet typesDaniel Kurtz-7/+43
2011-08-23Input: synaptics - add image sensor supportDaniel Kurtz-17/+110
2011-08-23Input: synaptics - refactor initialization of abs position axesDaniel Kurtz-24/+20
2011-08-23Input: synaptics - refactor agm packet parsingDaniel Kurtz-6/+19
2011-08-23Input: synaptics - refactor y inversionDaniel Kurtz-3/+12
2011-08-23Input: wacom_w8001 - simplify w8001_removeDmitry Torokhov-4/+4
2011-08-23Input: wacom_w8001 - implement open and closeDmitry Torokhov-1/+20
2011-08-22Input: ad714x - read the interrupt status registers in a rowMichael Hennerich-41/+49