Skip to content

Commit

Permalink
Merge pull request #788 from naconner/douro-camera-kit
Browse files Browse the repository at this point in the history
feat: add kayeton customer camera support on aaeon-acp
  • Loading branch information
RafaelTaranto authored Apr 12, 2022
2 parents ff8eebc + 32f4794 commit 653114a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion hardware/system/aaeon/udev/99-douro.rules
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Logitech camera (default)
KERNEL=="video[0-9]*", ATTR{name}="UVC Camera (046d:0825)", ATTRS{idVendor}=="046d", ATTRS{idProduct}=="0825", SYMLINK+="video-scan"
# Delock camera (optional)
KERNEL=="video[0-9]*", ATTR{name}="5M Camera ", ATTRS{idVendor}=="090c", ATTRS{idProduct}=="f37d", SYMLINK+="video-front"
KERNEL=="video[0-9]*", ATTR{name}="5M Camera ", ATTRS{idVendor}=="090c", ATTRS{idProduct}=="f37d", SYMLINK+="video-front"
# Kayeton camera (optional)
KERNEL=="video[0-9]*", ATTR{name}="USB Video Device", ATTRS{idVendor}=="0ac8", ATTRS{idProduct}=="0345", SYMLINK+="video-front"

0 comments on commit 653114a

Please sign in to comment.