Initial commit of files
This commit is contained in:
10
rules.d/40-ubertooth.rules
Normal file
10
rules.d/40-ubertooth.rules
Normal file
@ -0,0 +1,10 @@
|
||||
# Possible Ubertooth DFU
|
||||
ATTRS{idVendor}=="ffff", ATTRS{idProduct}=="0004", MODE="0660", GROUP="plugdev"
|
||||
# Ubertooth Zero
|
||||
ATTRS{idVendor}=="1d50", ATTRS{idProduct}=="6000", MODE="0660", GROUP="plugdev"
|
||||
# Ubertooth Zero DFU
|
||||
ATTRS{idVendor}=="1d50", ATTRS{idProduct}=="6001", MODE="0660", GROUP="plugdev"
|
||||
# Ubertooth One
|
||||
ATTRS{idVendor}=="1d50", ATTRS{idProduct}=="6002", MODE="0660", GROUP="plugdev"
|
||||
# Ubertooth One DFU
|
||||
ATTRS{idVendor}=="1d50", ATTRS{idProduct}=="6003", MODE="0660", GROUP="plugdev"
|
||||
Reference in New Issue
Block a user