Skip to content

Commit

Permalink
chore: Allow LEDs to sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo authored May 3, 2024
1 parent cbe0a72 commit 152eb73
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions files/etc/udev/rules.d/50-framework16.rules
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,4 @@ ACTION=="add", SUBSYSTEM=="usb", ATTR{idVendor}=="32ac", ATTR{idProduct}=="0014"
# Framework Laptop 16 Keyboard Module
ACTION=="add", SUBSYSTEM=="usb", ATTR{idVendor}=="32ac", ATTR{idProduct}=="0018", ATTR{power/autosuspend}="-1", ATTR{power/control}="on", GOTO="rules_end"

# Framework Laptop 16 LED Module
ACTION=="add", SUBSYSTEM=="usb", ATTR{idVendor}=="32ac", ATTR{idProduct}=="0020", ATTR{power/autosuspend}="-1", ATTR{power/control}="on", GOTO="rules_end"

LABEL="rules_end"

0 comments on commit 152eb73

Please sign in to comment.