aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-25Input: arc_ps2 - switch to using managed resourcesDmitry Torokhov1-64/+59
2012-10-22Input: serio - add ARC PS/2 driverMischa Jonker3-0/+289
2012-10-17Input: edt-ft5x06 - convert to use simple_open()Wei Yongjun1-9/+1
2012-10-17Input: i8042-io - fix up region handling on MIPSAaro Koskinen1-1/+1
2012-10-11Input: mms114 - add device tree bindingsTomasz Figa1-2/+60
2012-10-11Input: wm831x-on - convert to devm_kzalloc()Mark Brown1-3/+2
2012-10-11Input: wm831x-ts - convert to devm_kzalloc()Mark Brown1-3/+2
2012-10-11Input: wm831x-ts - remove unneeded clearing of driver dataMark Brown1-1/+0
2012-10-11Input: as5011 - use C99-style structure initializatorsShubhrajyoti D1-3/+16
2012-10-11Input: cy8ctmg110_ts - use C99-style structure initializatorsShubhrajyoti Datta1-2/+11
2012-10-08Input: extend the number of event (and other) devicesDmitry Torokhov4-253/+180
2012-10-08Input: mousedev - mark mousedev interfaces as non-seekableDmitry Torokhov1-0/+1
2012-10-08Input: mousedev - rename mixdev_open to opened_by_mixdevDmitry Torokhov1-8/+8
2012-10-08Input: mousedev - reformat structure initializersDmitry Torokhov1-15/+15
2012-10-08Input: mousedev - factor out psaux code to reduce #ifdeferyDmitry Torokhov1-17/+30
2012-10-04Input: samsung-keypad - add clk_prepare and clk_unprepareThomas Abraham1-1/+10
2012-10-04Input: atmel_mxt_ts - simplify mxt_dump_messageAndy Shevchenko1-4/+2
2012-10-04Input: wacom - clean up wacom_query_tablet_dataJason Gerecke1-39/+35
2012-10-04Input: wacom - introduce wacom_fix_phy_from_hidJason Gerecke1-0/+71
2012-10-03Input: wacom - allow any multi-input Intuos device to set proxJason Gerecke1-2/+2
2012-10-03Input: wacom - report correct touch contact size for I5/BambooJason Gerecke1-4/+22
2012-10-01Merge branch 'for-next' of git://github.com/rydberg/linux into nextDmitry Torokhov18-350/+671
2012-09-19Input: bcm5974 - Convert to MT-BHenrik Rydberg1-45/+28
2012-09-19Input: bcm5974 - Drop the logical dimensionsHenrik Rydberg1-144/+111
2012-09-19Input: bcm5974 - Preparatory renamesHenrik Rydberg1-12/+13
2012-09-19Input: bcm5974 - only setup button urb for TYPE1 devicesHenrik Rydberg1-17/+26
2012-09-19Input: MT - Allow legacy pressure computationHenrik Rydberg1-3/+7
2012-09-19Input: MT - Get slot by keyHenrik Rydberg1-0/+32
2012-09-19Input: MT - Add in-kernel trackingHenrik Rydberg1-2/+142
2012-09-19Input: MT - Handle frame synchronization in coreHenrik Rydberg1-2/+68
2012-09-19Input: MT - Add flags to input_mt_init_slots()Henrik Rydberg15-19/+21
2012-09-19Input: evdev - Add the events() callbackHenrik Rydberg1-21/+47
2012-09-19Input: Send events one packet at a timeHenrik Rydberg1-53/+123
2012-09-19Input: Move autorepeat to the event-passing phaseHenrik Rydberg1-21/+25
2012-09-19Input: Make sure we follow all EV_KEY eventsHenrik Rydberg1-7/+13
2012-09-19Input: Improve the events-per-packet estimateHenrik Rydberg2-4/+7
2012-09-19Input: Break out MT dataHenrik Rydberg3-35/+43
2012-09-12Input: hgpk - use %*ph to dump small bufferAndy Shevchenko1-6/+3
2012-09-12Input: gpio_keys_polled - fix dt pdata->nbuttonsAlexandre Pereira da Silva1-0/+1
2012-09-04Input: omap-keypad - fixed formattingJosh1-4/+4
2012-09-04Merge tag 'v3.6-rc4' into nextDmitry Torokhov12-16/+225
2012-09-04Input: tegra - move platform data headerStephen Warren1-1/+1
2012-09-04Input: wacom - add support for EMR on Cintiq 24HD touchJason Gerecke1-1/+5
2012-08-31Input: s3c2410_ts - make s3c_ts_pmops constSachin Kamat1-1/+1
2012-08-21Input: samsung-keypad - use of_get_child_count() helperTobias Klauser1-4/+2
2012-08-21Input: samsung-keypad - use of_match_ptr()Tobias Klauser1-3/+1
2012-08-21Input: uinput - fix formattingDmitry Torokhov1-10/+18
2012-08-21Input: uinput - specify exact bit sizes on userspace APIsDmitry Torokhov1-5/+6
2012-08-21Input: uinput - mark failed submission requests as freeDmitry Torokhov1-38/+40
2012-08-21Input: uinput - fix race that can block nonblocking readDmitry Torokhov1-30/+44