forked from offa/plug
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path50-mustang.rules
24 lines (20 loc) · 1.45 KB
/
50-mustang.rules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# udev rules for Fender Mustang Amps. Used by Plug.
ACTION!="add|bind", GOTO="mustang_plug_rules_end"
SUBSYSTEM!="usb", GOTO="mustang_plug_rules_end"
ATTRS{idVendor}=="1ed8", ATTRS{idProduct}=="0004", ENV{ID_AUDIO_MODELING_AMP}="1"
ATTRS{idVendor}=="1ed8", ATTRS{idProduct}=="0005", ENV{ID_AUDIO_MODELING_AMP}="1"
ATTRS{idVendor}=="1ed8", ATTRS{idProduct}=="0006", ENV{ID_AUDIO_MODELING_AMP}="1"
ATTRS{idVendor}=="1ed8", ATTRS{idProduct}=="0007", ENV{ID_AUDIO_MODELING_AMP}="1"
ATTRS{idVendor}=="1ed8", ATTRS{idProduct}=="0010", ENV{ID_AUDIO_MODELING_AMP}="1"
ATTRS{idVendor}=="1ed8", ATTRS{idProduct}=="0011", ENV{ID_AUDIO_MODELING_AMP}="1"
ATTRS{idVendor}=="1ed8", ATTRS{idProduct}=="0012", ENV{ID_AUDIO_MODELING_AMP}="1"
ATTRS{idVendor}=="1ed8", ATTRS{idProduct}=="0013", ENV{ID_AUDIO_MODELING_AMP}="1"
ATTRS{idVendor}=="1ed8", ATTRS{idProduct}=="0014", ENV{ID_AUDIO_MODELING_AMP}="1"
ATTRS{idVendor}=="1ed8", ATTRS{idProduct}=="0015", ENV{ID_AUDIO_MODELING_AMP}="1"
ATTRS{idVendor}=="1ed8", ATTRS{idProduct}=="0016", ENV{ID_AUDIO_MODELING_AMP}="1"
ATTRS{idVendor}=="1ed8", ATTRS{idProduct}=="0017", ENV{ID_AUDIO_MODELING_AMP}="1"
# Mustang/Rumble LT series (experimental, even less warranty than usual)
ATTRS{idVendor}=="1ed8", ATTRS{idProduct}=="0037", ENV{ID_AUDIO_MODELING_AMP}="1"
ATTRS{idVendor}=="1ed8", ATTRS{idProduct}=="0038", ENV{ID_AUDIO_MODELING_AMP}="1"
ATTRS{idVendor}=="1ed8", ATTRS{idProduct}=="0046", ENV{ID_AUDIO_MODELING_AMP}="1"
LABEL="mustang_plug_rules_end"