summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-04-20lib: harden the API against invalid matchesmultiple-matchPeter Hutterer1-0/+8
2012-04-20libwacom : Fix a typo for isdv4-e3.tablet and remove its FIXMEPing Cheng1-6/+1
2012-04-20test: add test to write out and re-read the databasePeter Hutterer2-1/+192
2012-04-20tools: add tool to show locally connected devicesPeter Hutterer2-0/+84
2012-04-20tools: add a tool to list the device databasePeter Hutterer2-1/+81
2012-04-20lib: add function to compare two devices for equalityPeter Hutterer2-0/+88
2012-04-20lib: add a function to print the device descriptionPeter Hutterer3-1/+158
2012-04-20lib: use a enum for fallback instructionsPeter Hutterer2-5/+10
2012-04-20tools: Move udev generation to a new tools/ directoryPeter Hutterer5-7/+7
2012-04-20lib: Try to match the parent for ID_INPUT_* as wellPeter Hutterer1-4/+19
2012-04-19data: udev rules for bluetooth devices can only match on the PRODUCTPeter Hutterer1-5/+14
2012-04-19lib: fix 4-space indentation to shiftwidth 8 tabsPeter Hutterer2-149/+148
2012-04-19Re-indent data/generate-udev-rules and test/load for 8 space tabsPeter Hutterer2-120/+120
2012-04-19test: add basic test for multiple device checkPeter Hutterer1-0/+26
2012-04-19data: add bluetooth match to Intuos4 6x9 WLPeter Hutterer1-3/+1
2012-04-19lib: update to take multiple match types in the structPeter Hutterer5-43/+187
2012-04-19lib: Add make_match_string() helper functionPeter Hutterer3-4/+10
2012-04-19lib: Add internal libwacom_update_match() helperPeter Hutterer2-5/+14
2012-04-19lib: allow for multiple stylus definition filesPeter Hutterer2-3/+35
2012-04-19lib: rename SUFFIX and friends to TABLET_SUFFIXPeter Hutterer1-5/+5
2012-04-18lib: call g_type_init() before descending into gudevPeter Hutterer1-0/+2
2012-04-18lib: Update usage example in top commentPeter Hutterer1-2/+7
2012-04-18lib: add documentation hunk about button namingPeter Hutterer1-0/+2
2012-04-17data: rename 'list' to 'generate-udev-rules'Peter Hutterer2-3/+3
2012-04-13lib: fix error messagePeter Hutterer1-1/+1
2012-04-13test: if load fails to load the database, print it.Peter Hutterer1-0/+2
2012-04-13Fix two vim tagsPeter Hutterer2-2/+2
2012-04-13data: add ISDV4 E6 tabletPeter Hutterer1-0/+11
2012-03-29data: update Graphire seriesPeter Hutterer3-2/+24
2012-03-29data: add DTU-720, DTU-1631 and DTU-2231 to tablet databasePeter Hutterer3-0/+47
2012-03-29data: Add missing [Buttons] section to Intuos, Cintiq seriesPeter Hutterer18-0/+70
2012-03-270.4Bastien Nocera2-1/+10
2012-03-22data: set ID_INPUT_TOUCHPAD attribute correctlyPeter Hutterer1-1/+1
2012-03-22data: don't crash if we don't get a device database.Peter Hutterer1-0/+4
2012-03-22doc: hide header guards from doxygenPeter Hutterer1-0/+2
2012-03-12Add Intuos5 tablets to database and support in libwacomJason Gerecke7-0/+314
2012-02-24Add Bamboo One definitionOlivier Fourdan1-0/+15
2012-02-24data: Add tool to generate udev rules from the DBOlivier Fourdan2-0/+106
2012-02-24lib: Add API to list all items in the databaseOlivier Fourdan2-0/+38
2012-02-23lib: Add prefix to warning messagesBastien Nocera1-1/+1
2012-02-23data: ".tablet" is a suffix, not a prefixPeter Hutterer1-1/+1
2012-02-22lib: Don't fail to create WacomDevice for TouchBastien Nocera1-1/+3
2012-02-17data: Add more metadata for the Intuos4 WLBastien Nocera1-0/+9
2012-02-070.3Bastien Nocera2-2/+13
2012-02-07data: Update Cintiq 21UX2 with StripsNumModesBastien Nocera1-0/+1
2012-02-07lib: Add support for StripsNumModesBastien Nocera5-0/+17
2012-02-07lib: Add group constants for the masksBastien Nocera1-1/+5
2012-02-06test: Add test for implied number of modesBastien Nocera1-0/+8
2012-02-06test: Add test for button enumerationBastien Nocera1-0/+10
2012-02-06lib: Add support for button enumerationBastien Nocera4-8/+164