diff options
author | Andy Wingo <wingo@pobox.com> | 2015-04-08 08:14:15 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2015-04-08 08:30:29 +0200 |
commit | af488eed09bacedb3264039d881d3f9e7dd6e1ab (patch) | |
tree | 96d76c3ae8c1dc651fd1bdbe811a560b9e57d86a /rules/60-persistent-alsa.rules | |
parent | 9c9c574049e73ce8417ec831d2f2aac5dd05ebb7 (diff) |
remove udev rules
Diffstat (limited to 'rules/60-persistent-alsa.rules')
-rw-r--r-- | rules/60-persistent-alsa.rules | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/rules/60-persistent-alsa.rules b/rules/60-persistent-alsa.rules deleted file mode 100644 index 8154e2dbb5..0000000000 --- a/rules/60-persistent-alsa.rules +++ /dev/null @@ -1,14 +0,0 @@ -# do not edit this file, it will be overwritten on update - -ACTION=="remove", GOTO="persistent_alsa_end" -SUBSYSTEM!="sound", GOTO="persistent_alsa_end" -KERNEL!="controlC[0-9]*", GOTO="persistent_alsa_end" - -SUBSYSTEMS=="usb", ENV{ID_MODEL}=="", IMPORT{builtin}="usb_id" -ENV{ID_SERIAL}=="?*", ENV{ID_USB_INTERFACE_NUM}=="?*", SYMLINK+="snd/by-id/$env{ID_BUS}-$env{ID_SERIAL}-$env{ID_USB_INTERFACE_NUM}" -ENV{ID_SERIAL}=="?*", ENV{ID_USB_INTERFACE_NUM}=="", SYMLINK+="snd/by-id/$env{ID_BUS}-$env{ID_SERIAL}" - -IMPORT{builtin}="path_id" -ENV{ID_PATH}=="?*", SYMLINK+="snd/by-path/$env{ID_PATH}" - -LABEL="persistent_alsa_end" |