diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-08-21 11:32:24 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-08-29 17:26:46 +0200 |
commit | 494a70a8ffff4a50d0a00e99e964165054ff36aa (patch) | |
tree | 1e4c4ff6bc9f484b0e4fac4ab06743d8dd108de9 /src/80-mm-candidate.rules | |
parent | 8cb021293ce0aa316028339c8f213c0bf72c9158 (diff) |
core: handle the 'usb'->'usbmisc' subsystem rename in the kernel
We'll try to cope with getting devices being reported in either 'usb' or
'usbmisc', trying to avoid the need of checking kernel version during runtime.
Diffstat (limited to 'src/80-mm-candidate.rules')
-rw-r--r-- | src/80-mm-candidate.rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/80-mm-candidate.rules b/src/80-mm-candidate.rules index 01ba9123..2e938d7a 100644 --- a/src/80-mm-candidate.rules +++ b/src/80-mm-candidate.rules @@ -12,5 +12,6 @@ ACTION!="add|change|move", GOTO="mm_candidate_end" SUBSYSTEM=="tty", ENV{ID_MM_CANDIDATE}="1" SUBSYSTEM=="net", ENV{ID_MM_CANDIDATE}="1" KERNEL=="cdc-wdm*", SUBSYSTEM=="usb", ENV{ID_MM_CANDIDATE}="1" +KERNEL=="cdc-wdm*", SUBSYSTEM=="usbmisc", ENV{ID_MM_CANDIDATE}="1" LABEL="mm_candidate_end" |