groupgets / GetThermal

Cross-platform USB thermal camera viewer
MIT License
233 stars 92 forks source link

What is UDEV ventor id and ATTRS for Purthurmal2 ? #20

Closed spk921 closed 5 years ago

spk921 commented 5 years ago

Bellow is SeekThermal UDEV config rules. What is Purthurmal2 with lepton3.5?

SUBSYSTEM=="usb", ATTRS{idVendor}=="289d", ATTRS{idProduct}=="0010", GROUP="plugdev"
kekiefer commented 5 years ago

It is the same as PT1:

SUBSYSTEMS=="usb", ATTRS{idVendor}=="1e4e", ATTRS{idProduct}=="0100", SYMLINK+="pt1", GROUP="usb", MODE="666"