quirks: remove an unused quirk
authorPeter Hutterer <peter.hutterer@who-t.net>
Mon, 16 May 2022 02:24:16 +0000 (12:24 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Mon, 16 May 2022 02:24:16 +0000 (12:24 +1000)
Removed in b925a0878b0b51fe30016546b9e48a7613dccd4d
   quirks: switch the models with missing buttonpad to use the new attr

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
src/quirks.c
src/quirks.h

index 41ed8c89ab0d113315794f6d524bad0e6998cd54..ed1a9038f36afd2bf9c973aca836b7fb7782abf9 100644 (file)
@@ -250,7 +250,6 @@ quirk_get_name(enum quirk q)
        case QUIRK_MODEL_CLEVO_W740SU:                  return "ModelClevoW740SU";
        case QUIRK_MODEL_DELL_CANVAS_TOTEM:             return "ModelDellCanvasTotem";
        case QUIRK_MODEL_HP_PAVILION_DM4_TOUCHPAD:      return "ModelHPPavilionDM4Touchpad";
-       case QUIRK_MODEL_HP_STREAM11_TOUCHPAD:          return "ModelHPStream11Touchpad";
        case QUIRK_MODEL_HP_ZBOOK_STUDIO_G3:            return "ModelHPZBookStudioG3";
        case QUIRK_MODEL_INVERT_HORIZONTAL_SCROLLING:   return "ModelInvertHorizontalScrolling";
        case QUIRK_MODEL_LENOVO_SCROLLPOINT:            return "ModelLenovoScrollPoint";
index 94d5c23728d0cbeda0d3be818b56f0f2b659f692..bb01f8b52e440eafcdf05a8b2200edc436ac3a9c 100644 (file)
@@ -70,7 +70,6 @@ enum quirk {
        QUIRK_MODEL_CLEVO_W740SU,
        QUIRK_MODEL_DELL_CANVAS_TOTEM,
        QUIRK_MODEL_HP_PAVILION_DM4_TOUCHPAD,
-       QUIRK_MODEL_HP_STREAM11_TOUCHPAD,
        QUIRK_MODEL_HP_ZBOOK_STUDIO_G3,
        QUIRK_MODEL_INVERT_HORIZONTAL_SCROLLING,
        QUIRK_MODEL_LENOVO_SCROLLPOINT,