aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/tablet/wacom_wac.c
Commit message (Expand)AuthorAgeFilesLines
* more driver stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-61/+106
* Input: wacom - Bamboo One 1024 pressure fixChris Bagwell2012-08-151-1/+1
* Input: wacom - add support for Lenovo tablet ID (0xE6)Manoj Iyer2011-03-311-0/+4
* Input: wacom - report resolution for pen devicesPing Cheng2011-03-261-92/+179
* Input: wacom - constify wacom_features for a new missed Bamboo modelsPing Cheng2011-03-261-8/+8
* Input: wacom - support 2FGT in MT formatPing Cheng2011-03-121-12/+47
* Input: wacom - support one finger touch the touchscreen wayPing Cheng2011-03-121-90/+49
* Input: wacom - process pen data in its own routinePing Cheng2011-03-121-33/+40
* Input: wacom - do not send 2FGT Tablet PC events in TAP formatPing Cheng2011-03-121-76/+8
* Input: wacom - pass touch resolution to clients through input_absinfoPing Cheng2011-01-251-2/+19
* Input: wacom - add 2 Bamboo Pen and touch modelsPing Cheng2011-01-241-0/+6
* Merge branch 'next' into for-linusDmitry Torokhov2011-01-061-19/+7
|\
| * input: mt: Move tracking and pointer emulation to input-mtHenrik Rydberg2010-12-161-18/+5
| * input: mt: Collect slots initialization codeHenrik Rydberg2010-12-161-1/+1
| * input: mt: Break out slots handlingHenrik Rydberg2010-12-161-0/+1
* | Input: wacom - add support for digitizer in Lenovo W700Ajay Ramaswamy2010-12-231-0/+7
* | Input: wacom - add another Bamboo Pen ID (0xd4)Kevin Granade2010-12-101-0/+3
* | Input: wacom - add new Bamboo PT (0xdb)David Foley2010-12-071-0/+3
* | Input: wacom - add IDs for two new Bamboo PTsDavid Foley2010-11-301-0/+6
|/
* Input: wacom - specify Cinitq supported toolsPing Cheng2010-10-241-12/+30
* Merge branch 'for-linus' into nextDmitry Torokhov2010-10-171-1/+3
|\
| * Input: wacom - fix pressure in Cintiq 21UX2Aristeu Rozanski2010-10-101-1/+3
* | Input: wacom - disable Bamboo touchpad when pen is being usedChris Bagwell2010-09-121-1/+7
* | Input: wacom - add support for Bamboo PenChris Bagwell2010-09-121-0/+79
* | Input: wacom - move Bamboo Touch irq to its own functionChris Bagwell2010-09-121-4/+9
* | Input: wacom - add a quirk for low resolution Bamboo devicesHenrik Rydberg2010-09-051-0/+10
* | Input: wacom - add support for the Bamboo Touch trackpadHenrik Rydberg2010-09-051-0/+88
* | Input: wacom - collect device quirks into single functionHenrik Rydberg2010-09-051-0/+16
* | Input: wacom - add fuzz parameters to featuresHenrik Rydberg2010-09-051-3/+6
|/
* Input: wacom - fix mousewheel handling for old wacom tabletsMike Auty2010-08-281-2/+2
* Merge branch 'next' into for-linusDmitry Torokhov2010-08-101-2/+2
|\
| * Input: switch to input_abs_*() access functionsDaniel Mack2010-08-021-2/+2
* | Merge branch 'next' into for-linusDmitry Torokhov2010-08-021-0/+44
|\ \ | |/
| * Input: wacom - add support for DTU2231 and DTU1631Ping Cheng2010-06-281-0/+44
* | Input: wacom - fix serial number handling on Cintiq 21UX2Ping Cheng2010-06-221-4/+5
|/
* Input: wacom - add Cintiq 21UX2 and Intuos4 WLPing Cheng2010-06-041-14/+59
* Input: wacom - streamline 2-finger touch supportPing Cheng2010-04-131-71/+77
* Input: wacom - use get_unaligned to access unaligned dataDmitry Torokhov2010-04-131-22/+20
* Input: wacom - get rid of wacom_combo structureDmitry Torokhov2010-04-131-36/+45
* Input: wacom - get rid of input event wrappersDmitry Torokhov2010-04-131-219/+330
* Input: wacom - fix some formatting issuesDmitry Torokhov2010-04-131-199/+220
* Input: wacom - do not allocate wacom_wac separatelyDmitry Torokhov2010-04-131-1/+2
* Input: wacom - share pen info with touch of the same IDPing Cheng2010-04-131-21/+12
* Input: wacom - merge out and in prox eventsPing Cheng2010-04-131-104/+59
* Revert "Input: wacom - merge out and in prox events"Dmitry Torokhov2010-04-131-59/+104
* Input: wacom - merge out and in prox eventsPing Cheng2010-03-051-104/+59
* Input: wacom - replace WACOM_PKGLEN_PENABLEDPing Cheng2010-03-011-1/+1
* Input: wacom - constify product features dataDmitry Torokhov2010-02-191-63/+63
* Input: wacom - use per-device instance of wacom_featuresJason Childs2010-02-191-30/+36
* Input: wacom - get features from driver infoBastian Blank2010-02-101-147/+195