summaryrefslogtreecommitdiff
path: root/drivers/input/tablet/wacom_wac.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-29Input: wacom - TPC2FG doesn't store touch id for slotsPing Cheng1-2/+4
2012-06-12Input: wacom - Bamboo One 1024 pressure fixChris Bagwell1-1/+1
2012-06-12Input: wacom - add two new devices (0xed and 0xef)Ping Cheng1-1/+12
2012-06-12Input: wacom - rearrange type enumPing Cheng1-4/+2
2012-05-02Input: wacom - use dev_xxx() instead of naked printk()s and dbg()sDmitry Torokhov1-10/+19
2012-04-30Input: wacom - add 0xE5 (MT device) supportPing Cheng1-5/+94
2012-04-30Input: wacom - retrieve maximum number of touch pointsPing Cheng1-23/+36
2012-04-22Merge commit 'v3.4-rc4' into nextDmitry Torokhov1-1/+1
2012-04-04Input: wacom - add Intuos5 multitouch sensor supportJason Gerecke1-5/+59
2012-04-04Input: wacom - add Intuos5 Touch Ring/ExpressKey supportJason Gerecke1-2/+31
2012-04-04Input: wacom - add basic Intuos5 supportJason Gerecke1-3/+33
2012-03-27Merge branch 'next' into for-linusDmitry Torokhov1-1/+48
2012-03-26Input: wacom - wireless battery statusChris Bagwell1-1/+4
2012-03-26Input: wacom - create inputs when wireless connectChris Bagwell1-1/+19
2012-03-26Input: wacom - wireless monitor frameworkChris Bagwell1-1/+27
2012-03-20Merge branch 'next' into for-linusDmitry Torokhov1-8/+20
2012-03-09Merge commit 'v3.3-rc6' into nextDmitry Torokhov1-0/+4
2012-03-07Input: wacom - fix 3rd-gen Bamboo MT when 4+ fingers are in useJason Gerecke1-1/+1
2012-01-31Input: wacom - use switch statement for wacom_tpc_irq()Ping Cheng1-6/+18
2012-01-31Input: wacom - use BTN_TOOL_FINGER to indicate touch device typePing Cheng1-2/+2
2012-01-09Merge branch 'next' into for-linusDmitry Torokhov1-11/+176
2011-12-12Input: wacom - add support for Cintiq 24HDJason Gerecke1-1/+76
2011-12-12Input: wacom - add product id used by Samsung Slate 7Chris Bagwell1-0/+4
2011-11-29Merge commit 'v3.2-rc3' into nextDmitry Torokhov1-15/+37
2011-11-08Input: wacom - ignore unwanted bamboo packetsChris Bagwell1-0/+9
2011-10-27Input: wacom - 3rd gen Bamboo P&Touch packet supportChris Bagwell1-4/+90
2011-10-27Input: wacom - relax Bamboo stylus ID checkChris Bagwell1-6/+1
2011-10-27Merge branch 'next' into for-linusDmitry Torokhov1-21/+27
2011-10-10Input: wacom - correct max Y value on medium bamboosChris Bagwell1-4/+4
2011-10-10Input: wacom - add ABS_DISTANCE to Bamboo Pen reportsChris Bagwell1-12/+23
2011-10-10Input: wacom - remove unneeded touch pressure initializationChris Bagwell1-5/+0
2011-10-05Input: wacom - revert "Cintiq 21UX2 does not have menu strips"Jason Gerecke1-5/+2
2011-09-13Input: wacom - fix touch parsing on newer BamboosChris Bagwell1-6/+8
2011-09-08Input: wacom - add POINTER and DIRECT device propertiesJason Gerecke1-1/+24
2011-08-27Input: wacom - advertise BTN_TOOL_PEN and BTN_STYLUS for PenPartnerJason Gerecke1-2/+2
2011-08-27Input: wacom - remove pressure for touch devicesPing Cheng1-3/+3
2011-08-16Input: wacom - add support for the Wacom Bamboo Pen (CTL-660/K)Gerard Braad1-0/+4
2011-07-07Input: wacom - cleanup a return value for the old BambooPing Cheng1-1/+1
2011-07-07Input: wacom - update Graphire4 and old Bamboo tablet buttonsPing Cheng1-11/+8
2011-07-07Input: wacom - add serial number for Graphire4 and old BambooPing Cheng1-0/+1
2011-07-07Input: wacom - remove BTN_TOOL_FINGER for padPing Cheng1-11/+0
2011-06-28Input: wacom - add 3 new models - 6A, 6B, and 97Ping Cheng1-0/+12
2011-06-28Input: wacom - Wacom Bamboo Pen D4 has 1024 pressure levelsPing Cheng1-1/+1
2011-06-22Input: wacom - use only one interface with DTU-2231Aristeu Rozanski1-1/+13
2011-06-22Input: wacom - Cintiq 21UX2 does not have menu stripsPing Cheng1-2/+5
2011-04-01Input: wacom - add support for Lenovo tablet ID (0xE6)Manoj Iyer1-0/+4
2011-03-27Input: wacom - report resolution for pen devicesPing Cheng1-92/+179
2011-03-27Input: wacom - constify wacom_features for a new missed Bamboo modelsPing Cheng1-8/+8
2011-03-13Input: wacom - support 2FGT in MT formatPing Cheng1-12/+47
2011-03-13Input: wacom - support one finger touch the touchscreen wayPing Cheng1-90/+49