Merge pull request #299 from Leo-PL/zte_diag

udev: add match for ZTE 19d2:0076 QDL USB ID
This commit is contained in:
Bjoern Kerler 2022-06-17 15:26:54 +02:00 committed by GitHub
commit 250b828ae8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"