diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-07-05 10:25:59 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-05 10:25:59 -0700 |
commit | b1b93cf9ca8b798f7db3fc6ba250c8644649d59c (patch) | |
tree | cbafb5afea5bcdbbe66c3a62e9600b98936aadcc /rules/60-persistent-input.rules | |
parent | a17402291b627e330c44d1461c105de3277f4d88 (diff) | |
parent | 0bb7b9860fa752f27b83a8032819a40be7812ee1 (diff) |
Merge pull request #3638 from whot/udev-prop-touchpad-integration
tag touchpads as internal/external
Diffstat (limited to 'rules/60-persistent-input.rules')
-rw-r--r-- | rules/60-persistent-input.rules | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/rules/60-persistent-input.rules b/rules/60-persistent-input.rules index 0e33e68384..607144bf8a 100644 --- a/rules/60-persistent-input.rules +++ b/rules/60-persistent-input.rules @@ -2,7 +2,9 @@ ACTION=="remove", GOTO="persistent_input_end" SUBSYSTEM!="input", GOTO="persistent_input_end" -SUBSYSTEMS=="bluetooth", GOTO="persistent_input_end" +SUBSYSTEMS=="bluetooth", ENV{ID_BUS}="bluetooth", GOTO="persistent_input_end" +SUBSYSTEMS=="rmi4", ENV{ID_BUS}="rmi", GOTO="persistent_input_end" +SUBSYSTEMS=="serio", ENV{ID_BUS}="i8042", GOTO="persistent_input_end" SUBSYSTEMS=="usb", ENV{ID_BUS}=="", IMPORT{builtin}="usb_id" |