summaryrefslogtreecommitdiff
path: root/drivers/input/tablet/wacom_wac.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-03-13Input: wacom - process pen data in its own routinePing Cheng1-33/+40
2011-03-13Input: wacom - do not send 2FGT Tablet PC events in TAP formatPing Cheng1-76/+8
2011-01-26Input: wacom - pass touch resolution to clients through input_absinfoPing Cheng1-2/+19
2011-01-24Input: wacom - add 2 Bamboo Pen and touch modelsPing Cheng1-0/+6
2011-01-07Merge branch 'next' into for-linusDmitry Torokhov1-19/+7
2010-12-23Input: wacom - add support for digitizer in Lenovo W700Ajay Ramaswamy1-0/+7
2010-12-16input: mt: Move tracking and pointer emulation to input-mtHenrik Rydberg1-18/+5
2010-12-16input: mt: Collect slots initialization codeHenrik Rydberg1-1/+1
2010-12-16input: mt: Break out slots handlingHenrik Rydberg1-0/+1
2010-12-11Input: wacom - add another Bamboo Pen ID (0xd4)Kevin Granade1-0/+3
2010-12-08Input: wacom - add new Bamboo PT (0xdb)David Foley1-0/+3
2010-12-01Input: wacom - add IDs for two new Bamboo PTsDavid Foley1-0/+6
2010-10-25Input: wacom - specify Cinitq supported toolsPing Cheng1-12/+30
2010-10-18Merge branch 'for-linus' into nextDmitry Torokhov1-1/+3
2010-10-11Input: wacom - fix pressure in Cintiq 21UX2Aristeu Rozanski1-1/+3
2010-09-12Input: wacom - disable Bamboo touchpad when pen is being usedChris Bagwell1-1/+7
2010-09-12Input: wacom - add support for Bamboo PenChris Bagwell1-0/+79
2010-09-12Input: wacom - move Bamboo Touch irq to its own functionChris Bagwell1-4/+9
2010-09-05Input: wacom - add a quirk for low resolution Bamboo devicesHenrik Rydberg1-0/+10
2010-09-05Input: wacom - add support for the Bamboo Touch trackpadHenrik Rydberg1-0/+88
2010-09-05Input: wacom - collect device quirks into single functionHenrik Rydberg1-0/+16
2010-09-05Input: wacom - add fuzz parameters to featuresHenrik Rydberg1-3/+6
2010-08-29Input: wacom - fix mousewheel handling for old wacom tabletsMike Auty1-2/+2
2010-08-10Merge branch 'next' into for-linusDmitry Torokhov1-2/+2
2010-08-03Input: switch to input_abs_*() access functionsDaniel Mack1-2/+2
2010-08-03Merge branch 'next' into for-linusDmitry Torokhov1-0/+44
2010-06-28Input: wacom - add support for DTU2231 and DTU1631Ping Cheng1-0/+44
2010-06-22Input: wacom - fix serial number handling on Cintiq 21UX2Ping Cheng1-4/+5
2010-06-04Input: wacom - add Cintiq 21UX2 and Intuos4 WLPing Cheng1-14/+59
2010-04-14Input: wacom - streamline 2-finger touch supportPing Cheng1-71/+77
2010-04-14Input: wacom - use get_unaligned to access unaligned dataDmitry Torokhov1-22/+20
2010-04-14Input: wacom - get rid of wacom_combo structureDmitry Torokhov1-36/+45
2010-04-14Input: wacom - get rid of input event wrappersDmitry Torokhov1-219/+330
2010-04-14Input: wacom - fix some formatting issuesDmitry Torokhov1-199/+220
2010-04-14Input: wacom - do not allocate wacom_wac separatelyDmitry Torokhov1-1/+2
2010-04-14Input: wacom - share pen info with touch of the same IDPing Cheng1-21/+12
2010-04-14Input: wacom - merge out and in prox eventsPing Cheng1-104/+59
2010-04-14Revert "Input: wacom - merge out and in prox events"Dmitry Torokhov1-59/+104
2010-03-05Input: wacom - merge out and in prox eventsPing Cheng1-104/+59
2010-03-02Input: wacom - replace WACOM_PKGLEN_PENABLEDPing Cheng1-1/+1
2010-02-19Input: wacom - constify product features dataDmitry Torokhov1-63/+63
2010-02-19Input: wacom - use per-device instance of wacom_featuresJason Childs1-30/+36
2010-02-11Input: wacom - get features from driver infoBastian Blank1-147/+195
2009-12-15Input: wacom - separate pen from express keys on GraphirePing Cheng1-4/+23
2009-12-15Input: wacom - add defines for data packet report IDsPing Cheng1-13/+14