diff options
Diffstat (limited to 'inputdev.cc')
-rw-r--r-- | inputdev.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inputdev.cc b/inputdev.cc index 7a37d66..2661ed5 100644 --- a/inputdev.cc +++ b/inputdev.cc @@ -986,7 +986,7 @@ void cInputDeviceController::change_quirk(char const *dev_path, ++quirk; break; case '-': - do_set = true; + do_set = false; ++quirk; break; default: |