Skip to content

Commit

Permalink
chore: update udev rules for 62/63/68/5300 series (#14)
Browse files Browse the repository at this point in the history
Signed-off-by: tfx2001 <tfx2001@outlook.com>
  • Loading branch information
tfx2001 committed Mar 16, 2024
1 parent 9ed884b commit 09b24a7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions 99-hpm_bootrom.rules
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,11 @@

# HPM6700/HPM6400
SUBSYSTEM=="usb", ATTRS{idVendor}=="34b7", ATTRS{idProduct}=="0001", MODE="666"
# HPM6300
SUBSYSTEM=="usb", ATTRS{idVendor}=="34b7", ATTRS{idProduct}=="0002", MODE="666"
# HPM6200
SUBSYSTEM=="usb", ATTRS{idVendor}=="34b7", ATTRS{idProduct}=="0003", MODE="666"
# HPM6800
SUBSYSTEM=="usb", ATTRS{idVendor}=="34b7", ATTRS{idProduct}=="0004", MODE="666"
# HPM5300
SUBSYSTEM=="usb", ATTRS{idVendor}=="34b7", ATTRS{idProduct}=="0005", MODE="666"

0 comments on commit 09b24a7

Please sign in to comment.