summaryrefslogtreecommitdiff
path: root/inputdev.h
diff options
context:
space:
mode:
Diffstat (limited to 'inputdev.h')
-rw-r--r--inputdev.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/inputdev.h b/inputdev.h
index 71a7ee0..b27c31c 100644
--- a/inputdev.h
+++ b/inputdev.h
@@ -82,6 +82,7 @@ public:
bool add_device(char const *dev);
void remove_device(char const *dev);
void remove_device(class cInputDevice *dev);
+ void change_quirk(char const *dev, char const *quirk);
bool set_repeat_rate(unsigned int delay_ms,
unsigned int rate_ms);