mirror of
https://github.com/bkerler/edl.git
synced 2024-11-14 19:14:58 -05:00
udev: add match for ZTE 19d2:0076 QDL USB ID
This commit is contained in:
parent
941e86ea1a
commit
cdc2c768c4
1 changed files with 3 additions and 0 deletions
|
@ -13,3 +13,6 @@ SUBSYSTEMS=="usb", ATTRS{idVendor}=="1004", ATTRS{idProduct}=="61a1", MODE="0666
|
|||
|
||||
# Sierra Wireless
|
||||
SUBSYSTEMS=="usb", ATTRS{idVendor}=="1199", ATTRS{idProduct}=="9071", MODE="0666", GROUP="plugdev"
|
||||
|
||||
# ZTE
|
||||
SUBSYSTEMS=="usb", ATTRS{idVendor}=="19d2", ATTRS{idProduct}=="0076", MODE="0666", GROUP="plugdev"
|
||||
|
|
Loading…
Reference in a new issue