summaryrefslogtreecommitdiff
path: root/data/generic.tablet
Commit message (Collapse)AuthorAgeFilesLines
* Add a ModelName property to all devicesPeter Hutterer2019-05-031-0/+1
| | | | | | | | | | | | Some of the names are overlapping or at least hard to identify, it's useful to be able to use the Wacom-assigned names (e.g. PTH-660) together with the marketing name. Doubly so in the Intuos vs Bamboo-is-now-Intuos series. Where there isn't an obvious model name it is NULL. This includes the various ISDV4 devices that could use that as model name but in those cases that name is encoded already in the human-readable name anyway. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* data: add the IntegratedIn field to the tablet definitionsOlivier Fourdan2012-12-041-1/+0
| | | | | | | | | | | If set, "IntegratedIn" specifies if the device is integrated in the "Display" (screen tablet) and/or "System" (ISD, TabletPC). This field supersedes the "BuiltIn" value. Signed-off-by: Olivier Fourdan <ofourdan@redhat.com> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* data: Update to use NumStripsBastien Nocera2012-02-021-2/+1
|
* all: Remove separate Vendor/Product stringsBastien Nocera2012-01-251-2/+1
| | | | | As those were unused, and hampered our ability to use the kernel as a source for the device names.
* data: Put the Reversible feature in the correct sectionBastien Nocera2012-01-131-1/+1
| | | | | The code was expecting it in the Features section, not in the device section. Change all the definitions to match.
* all: Split out database loading from device matchingBastien Nocera2011-12-091-1/+1
| | | | Means we can load once, and match often.
* data: Add a generic tabletBastien Nocera2011-12-091-0/+13
To use when we don't have any matching tablets, and when the calling code needs it.