summaryrefslogtreecommitdiff
path: root/libwacom
AgeCommit message (Expand)AuthorFilesLines
2012-03-30Try to match the parent for ID_INPUT_* as wellHEADmasterPeter Hutterer1-6/+15
2012-03-29lib: fix 4-space indentation to shiftwidth 8 tabsPeter Hutterer2-151/+151
2012-03-29lib: update to take multiple match types in the structPeter Hutterer4-39/+171
2012-03-29lib: Add make_match_string() helper functionPeter Hutterer3-4/+10
2012-03-29lib: Add internal libwacom_update_match() helperPeter Hutterer2-5/+14
2012-03-29lib: fix error messagePeter Hutterer1-1/+1
2012-03-29Fix two vim tagsPeter Hutterer2-2/+2
2012-03-22doc: hide header guards from doxygenPeter Hutterer1-0/+2
2012-03-12Add Intuos5 tablets to database and support in libwacomJason Gerecke2-0/+3
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-22lib: Don't fail to create WacomDevice for TouchBastien Nocera1-1/+3
2012-02-07lib: Add support for StripsNumModesBastien Nocera4-0/+14
2012-02-07lib: Add group constants for the masksBastien Nocera1-1/+5
2012-02-06lib: Add support for button enumerationBastien Nocera4-8/+164
2012-02-06lib: Rename the FEATURE_GROUP constantBastien Nocera1-9/+9
2012-02-06lib: Add basic serial device supportBastien Nocera1-3/+12
2012-02-06lib: Assert that we get a product string for bluetoothBastien Nocera1-0/+1
2012-02-03lib: Warn when Ring2 with no RingBastien Nocera1-0/+4
2012-02-03lib: Remove left-over debugBastien Nocera1-2/+0
2012-02-03lib: Add big fat warning about updating WacomDeviceBastien Nocera2-0/+4
2012-02-03lib: Fix get_num_strips always returning 0Bastien Nocera1-0/+1
2012-02-02lib: Change has_{v,h}strip() to get_num_strips()Bastien Nocera4-26/+8
2012-02-02lib: Fix creation of device matchBastien Nocera2-2/+2
2012-02-02lib: Warn when a builtin device is reversibleBastien Nocera1-0/+4
2012-01-31lib: Don't export private symbolsRobert Ancell1-1/+1
2012-01-31lib: Error out when DB is NULLBastien Nocera1-0/+10
2012-01-31data: Introduce Puck type and IDsJason Gerecke4-1/+18
2012-01-27lib: Model != ClassBastien Nocera1-8/+8
2012-01-25lib: Bump sonameBastien Nocera1-0/+2
2012-01-25lib: Get DeviceMatch from udev for fallbackBastien Nocera1-0/+5
2012-01-25lib: Grab product name from the kernel for genericBastien Nocera1-6/+35
2012-01-25all: Remove separate Vendor/Product stringsBastien Nocera4-24/+9
2012-01-25lib: Fix return value typeBastien Nocera1-1/+1
2012-01-13wacom: Set device builtin statusBastien Nocera1-2/+12
2012-01-13wacom: Get the device's builtin status from udevBastien Nocera1-1/+23
2012-01-13wacom: Add private enum for builtin tri-stateBastien Nocera1-0/+6
2011-12-18lib: Don't add devices that lack DeviceMatchBastien Nocera1-11/+18
2011-12-16lib: Return NULL from DB load on errorBastien Nocera1-2/+11
2011-12-16lib: Allow destroying partial databasesBastien Nocera1-2/+4
2011-12-16lib: Implement libwacom_database_new_for_path()Bastien Nocera2-4/+20
2011-12-16lib: Add Stroke Pen typeBastien Nocera2-1/+4
2011-12-15lib: fix copy/paste error in bus_to_strPeter Hutterer1-1/+1
2011-12-13lib: Warn when the number of buttons isn't definedBastien Nocera2-6/+6
2011-12-13lib: Warn when querying stylus with unknown typeBastien Nocera2-1/+5
2011-12-13lib: Add support for Marker PensBastien Nocera2-1/+4
2011-12-13lib: Add support for "Classic" pensBastien Nocera2-1/+4
2011-12-13lib: Warn about duplicate stylus definitionsBastien Nocera1-0/+3
2011-12-13lib: Fallback to 2 buttons by defaultBastien Nocera1-2/+18
2011-12-13lib: Default type is now "General"Bastien Nocera1-1/+1