Skip to content

Commit

Permalink
Added udev rule to signal modem manager to ignore DR-1801UV devices. …
Browse files Browse the repository at this point in the history
…Addresses #285.
  • Loading branch information
hmatuschek committed May 15, 2024
1 parent 6f72aa5 commit b2f88ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dist/99-qdmr.rules
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ SUBSYSTEM=="usb", ATTRS{idVendor}=="15a2", ATTRS{idProduct}=="0073", MODE="660",
# Anytone AT-D868UV, AT-D878UV, etc
# Ignore this device in Modem Manager
ATTRS{idVendor}=="28e9" ATTRS{idProduct}=="018a", ENV{ID_MM_DEVICE_IGNORE}="1"
# also for DR-1801UV
ATTRS{idVendor}=="067b" ATTRS{idProduct}=="23a3", ENV{ID_MM_DEVICE_IGNORE}="1"

0 comments on commit b2f88ed

Please sign in to comment.