summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-05-04README: provide a description on how to debug uinput devicesuinput-device-supportPeter Hutterer1-0/+17
2012-05-04lib: if we can't get vendor/product, try again on the parentPeter Hutterer1-0/+15
2012-05-04lib: check for UINPUT_ properties to allow for emulated devicesPeter Hutterer1-0/+32
2012-05-04Generate extra udev rules to assing fields to uinput devicesPeter Hutterer2-1/+75
2012-05-04lib: if no subsystem matches, don't access invalid devicesPeter Hutterer1-6/+9
2012-05-03test: clean leftover tmp directories on make cleanPeter Hutterer1-0/+6
2012-05-03test: assert that the styli in the database aren't the generic onesPeter Hutterer1-1/+26
2012-05-03test: check for at least two styli on most devicesPeter Hutterer1-1/+13
2012-05-03data: add generic eraser to Bamboo Pen & TouchPeter Hutterer1-1/+1
2012-05-02tools: add missing linker flags for list-local-devices binCosimo Cecchi1-1/+1
2012-05-02lib: Fix generic stylus missing an eraserBastien Nocera1-3/+4
2012-05-02libwacom 0.5Peter Hutterer2-1/+9
2012-05-01Replace INCLUDES with AM_CPPFLAGSPeter Hutterer2-2/+2
2012-05-01test: add test for database entry validityPeter Hutterer2-1/+101
2012-05-01data: fix class for isdv4-e4, isdv4-e6 and WACf004Peter Hutterer3-0/+5
2012-05-01data: fix bamboo class and sizePeter Hutterer2-4/+5
2012-05-01lib: add PenDisplay as class typePeter Hutterer7-0/+8
2012-04-30lib: if no stylus is defined, assume the generic stylusPeter Hutterer1-0/+4
2012-04-30lib: add missing ISDV4 class string conversionPeter Hutterer1-0/+2
2012-04-30data: rename Graphire Wireless .tablet filePeter Hutterer1-0/+0
2012-04-30lib: add Intuos and Intuos2 classesPeter Hutterer3-0/+8
2012-04-30lib: constify libwacom_get_styli()Peter Hutterer3-4/+6
2012-04-30lib: fix comment indentationPeter Hutterer1-1/+1
2012-04-30test: fix comment typoPeter Hutterer1-1/+1
2012-04-30Add support for the DTI-520Adam Nielsen1-0/+38
2012-04-30data: add serial match to E3Peter Hutterer1-1/+1
2012-04-30lib: run up the parent to find the PRODUCTPeter Hutterer1-6/+15
2012-04-30lib: check the grandparent's subsystem for the bus stringPeter Hutterer1-20/+33
2012-04-30libwacom: fix vendor/product id assignment on serial devicesPeter Hutterer1-2/+2
2012-04-30tools: Add --database option to list-local-devicesPeter Hutterer2-1/+34
2012-04-26tools: print error if db failed to initialisePeter Hutterer1-0/+4
2012-04-26lib: free stylus keyfile after usePeter Hutterer1-0/+2
2012-04-23libwacom : Fix a typo for isdv4-e3.tablet and remove its FIXMEPing Cheng1-6/+1
2012-04-23lib: harden the API against invalid matchesPeter Hutterer1-0/+8
2012-04-23test: add test to write out and re-read the databasePeter Hutterer2-1/+192
2012-04-23tools: add tool to show locally connected devicesPeter Hutterer2-0/+84
2012-04-23tools: add a tool to list the device databasePeter Hutterer2-1/+81
2012-04-23lib: add function to compare two devices for equalityPeter Hutterer2-0/+88
2012-04-23lib: add a function to print the device descriptionPeter Hutterer3-1/+158
2012-04-23lib: use a enum for fallback instructionsPeter Hutterer2-5/+10
2012-04-23tools: Move udev generation to a new tools/ directoryPeter Hutterer5-7/+7
2012-04-23lib: Try to match the parent for ID_INPUT_* as wellPeter Hutterer1-4/+20
2012-04-23data: udev rules for bluetooth devices can only match on the PRODUCTPeter Hutterer1-5/+14
2012-04-23lib: fix 4-space indentation to shiftwidth 8 tabsPeter Hutterer2-149/+148
2012-04-23Re-indent data/generate-udev-rules and test/load for 8 space tabsPeter Hutterer2-120/+120
2012-04-23test: add basic test for multiple device checkPeter Hutterer1-0/+26
2012-04-23data: add bluetooth match to Intuos4 6x9 WLPeter Hutterer1-3/+1
2012-04-23lib: update to take multiple match types in the structPeter Hutterer5-43/+187
2012-04-23lib: Add make_match_string() helper functionPeter Hutterer3-4/+10
2012-04-23lib: Add internal libwacom_update_match() helperPeter Hutterer2-5/+14