OpenThermal / libseek-thermal

SEEK thermal compact camera driver supporting the thermal Compact, thermal CompactXR and and thermal CompactPRO
MIT License
286 stars 99 forks source link

udev rule doc error #4

Closed fnoop closed 7 years ago

fnoop commented 7 years ago

Hi, according to the README: SUBSYSTEM=="usb", ATTRS{idVendor}=="289D", ATTRS{idProduct}=="XXXX", MODE="0666", GROUP="users"

However, at least on Raspbian (Debian Jessie), I had to use: SUBSYSTEM=="usb", ATTRS{idVendor}=="289d", ATTRS{idProduct}=="XXXX", MODE="0666", GROUP="users"

(Lower case 'd' in 289d) This had me stumped for a while!

maartenvds commented 7 years ago

Is very likely to be a typo. Will modify it

maartenvds commented 7 years ago

Done