summaryrefslogtreecommitdiff
path: root/src/quirks.c
Commit message (Expand)AuthorAgeFilesLines
* util: add a function to parse bool propertiesJosé Expósito2021-09-121-15/+3
* quirks: Lenovo Trackpoint Keyboard IIJosé Expósito2021-08-241-0/+1
* quirks: Add tablet smoothing attribute.Quytelda Kahja2021-07-281-0/+12
* quirks: implement DMI support on FreeBSDGreg V2021-03-171-5/+73
* quirks: recognize SPI busGreg V2021-03-171-0/+7
* treewide: get rid of `tmp` argument in list_for_each_safeKonstantin Kharlamov2021-03-021-4/+4
* quirks: switch the models with missing buttonpad to use the new attrPeter Hutterer2020-10-231-3/+0
* quirks: add AttrInputPropEnable and DisablePeter Hutterer2020-10-231-0/+51
* quirks: add AttrEventCodeEnable as counterpoint to the disable onePeter Hutterer2020-10-231-2/+8
* quirks: fix a logical error checking for A..ZPeter Hutterer2020-09-091-1/+1
* touchpad: disable jump detection on the Lenovo X1 Gen6 touchpadPeter Hutterer2020-07-151-0/+1
* Replace strneq() with strstartswith() for variable prefixesPeter Hutterer2020-06-171-9/+1
* Revert "tablet: don't disable the proximity quirk on good sequences"Peter Hutterer2020-05-221-1/+0
* quirks: rename the alps touchpad quirk to note it's a serial TP quirkPeter Hutterer2020-03-051-2/+2
* Fixed horizontal scrolling on Logitech MX Master 2S/3Jakub Schmidtke2019-09-301-0/+1
* Touchpad fix and trackpoint speed adjustment for Lenovo T490sSerhii Chaplia2019-09-251-0/+1
* quirks.c: remove unused includeKonstantin Kharlamov2019-09-131-1/+0
* tablet: disable the forced proximity out for the Dell Canvas penPeter Hutterer2019-06-171-0/+1
* quirk: drop the ModelTabletNoTilt quirkPeter Hutterer2019-06-171-1/+0
* Avoid case ranges in switch statementMichael Forney2019-06-151-6/+7
* Avoid unnecessary VLAsMichael Forney2019-06-151-2/+2
* Remove semicolons after function definitionsMichael Forney2019-06-151-3/+3
* Add a new dispatch interface for the Dell Canvas TotemPeter Hutterer2019-06-071-0/+1
* quirks: add trackpoint integration attributePeter Hutterer2019-05-281-0/+8
* quirks: handle ID_INPUT_KEY as udev keyboard matchPeter Hutterer2019-05-281-0/+1
* tablet: always enable the proximity out quirkPeter Hutterer2019-04-081-1/+0
* Add a bit() macroPeter Hutterer2019-02-111-15/+15
* quirks: add a quirk for the Lenovo L380 (Yoga) clickpadPascal Kockwelp2019-02-111-0/+1
* quirks: add a quirk to ignore unreliable tablet mode switch devicesPeter Hutterer2019-02-051-0/+1
* quirks: enforce uppercase hex numbersPeter Hutterer2019-01-181-9/+12
* quirks: add a quirk for the Lenovo T480s clickpadPeter Hutterer2018-12-131-0/+1
* quirks: switch a few model quirks over to use the new evcode disablingPeter Hutterer2018-10-291-8/+0
* quirks: add the ability to disable custom event codes/typesPeter Hutterer2018-10-291-1/+40
* quirks: use basename in a POSIX compliant wayGreg V2018-10-161-1/+4
* evdev: disable pressure on the Asus UX302LA touchpadPeter Hutterer2018-09-261-0/+1
* evdev: add a quirk for the Kensington OrbitPeter Hutterer2018-09-261-0/+1
* quirks: replace the manual enumation of all quirks with a loopPeter Hutterer2018-09-201-35/+5
* quirks: sort the quirks model flags in alphabetical orderPeter Hutterer2018-09-201-22/+22
* quirks: add a quirk to monitor MSC_TIMESTAMP for pointer jumpsPeter Hutterer2018-08-311-0/+8
* quirks: add missing i2c and rmi bus matchingPeter Hutterer2018-08-311-0/+8
* touchpad: add support for size-based thumb detectionPeter Hutterer2018-08-291-0/+8
* Add quirk to control velocity averaging, disable it by defaultKim Lindberger2018-08-221-0/+13
* quirks: don't allow single quotes for valuesPeter Hutterer2018-08-131-1/+1
* Import versionsort implementation from musl for systems without versionsortGreg V2018-07-161-0/+1
* quirks: remove the leftovers of the trackpoint range attributePeter Hutterer2018-07-111-8/+0
* filter: add a trackpoint multiplier factorPeter Hutterer2018-07-111-0/+9
* quirks: add quirks_get_double()Peter Hutterer2018-07-111-0/+20
* quirks: free the dt stringPeter Hutterer2018-06-251-0/+1
* quirks: drop the JUMPING_SEMI_MT modelPeter Hutterer2018-06-201-2/+0
* quirks: add more assertion to avoid API misusage (v2)Peter Hutterer2018-06-191-0/+2