aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/wacom_w8001.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-18Input: wacom_w8001 - constify serio_device_idArvind Yadav1-1/+1
2016-07-19Input: wacom_w8001 - handle errors from input_mt_init_slots()Ping Cheng1-1/+7
2016-07-19Input: wacom_w8001 - resolution wasn't set for ABS_MT_POSITION_X/YPing Cheng1-0/+2
2016-07-14Revert "Input: wacom_w8001 - drop use of ABS_MT_TOOL_TYPE"Dmitry Torokhov1-0/+3
2016-06-23Input: wacom_w8001 - ignore invalid pen data packetsPing Cheng1-0/+9
2016-06-23Input: wacom_w8001 - w8001_MAX_LENGTH should be 13Ping Cheng1-1/+1
2016-01-11Input: wacom_w8001 - drop use of ABS_MT_TOOL_TYPEPeter Hutterer1-3/+0
2015-12-03Input: wacom_w8001 - split the touch and pen devices into two devicesPeter Hutterer1-51/+116
2015-12-03Input: wacom_w8001 - split pen and touch initialization upPeter Hutterer1-83/+111
2015-12-03Input: wacom_w8001 - handle touch error case correctlyPeter Hutterer1-10/+9
2015-12-03Input: wacom_w8001 - set BTN_TOOL_DOUBLETAP if we have 2fg supportPeter Hutterer1-0/+1
2015-12-03Input: wacom_w8001 - use __set_bit for evbitsPeter Hutterer1-1/+2
2014-01-06Input: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2012-09-19Input: MT - Add flags to input_mt_init_slots()Henrik Rydberg1-1/+1
2012-04-04Input: serio - use module_serio_driverAxel Lin1-12/+1
2011-10-26Merge branch 'next' into for-linusDmitry Torokhov1-5/+24
2011-09-08Input: wacom - add POINTER and DIRECT device propertiesJason Gerecke1-0/+2
2011-08-23Input: wacom_w8001 - simplify w8001_removeDmitry Torokhov1-4/+4
2011-08-23Input: wacom_w8001 - implement open and closeDmitry Torokhov1-1/+20
2011-01-31Input: wacom_w8001 - report resolution to userlandPing Cheng1-2/+11
2011-01-11Input: wacom_w8001 - add single-touch supportPing Cheng1-33/+149
2010-12-30Input: wacom_w8001 - support pen or touch only devicesPing Cheng1-12/+32
2010-12-27Input: wacom_w8001 - use __set_bit to set keybitsPing Cheng1-5/+5
2010-12-16input: mt: Move tracking and pointer emulation to input-mtHenrik Rydberg1-16/+5
2010-12-16input: mt: Collect slots initialization codeHenrik Rydberg1-1/+1
2010-12-16input: mt: Break out slots handlingHenrik Rydberg1-1/+1
2010-08-28Input: wacom_w8001 - add multitouch slot supportPeter Hutterer1-3/+46
2010-08-28Input: wacom_w8001 - support (and ignore) touch tabletsPeter Hutterer1-2/+86
2010-08-28Input: wacom_w8001 - send BTN_TOOL_PEN/RUBBER and BTN_STYLUS eventsPeter Hutterer1-6/+48
2009-09-03Input: wacom_w8001 - simplify querying logicDmitry Torokhov1-81/+40
2008-11-24Input: add support for Wacom W8001 penabled serial touchscreenJaya Kumar1-0/+325