Skip to content

Commit

Permalink
driver: Digibest 製チューナーに常に USB 電源を供給し、チューナーが不安定にならないようにする
Browse files Browse the repository at this point in the history
  • Loading branch information
tsukumijima committed Oct 2, 2024
1 parent 0924a82 commit 234ff89
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions etc/99-px4video.rules
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ KERNEL=="isdb2056video*", GROUP="video", MODE="0664"
KERNEL=="isdb6014video*", GROUP="video", MODE="0664"
KERNEL=="pxm1urvideo*", GROUP="video", MODE="0664"
KERNEL=="pxs1urvideo*", GROUP="video", MODE="0664"

# Digibest 製チューナーに常に USB 電源を供給し、チューナーが不安定にならないようにする
SUBSYSTEM=="usb", ATTRS{idVendor}=="0511", ACTION=="add", TEST=="power/control", ATTR{power/control}="on"

0 comments on commit 234ff89

Please sign in to comment.