Skip to content

Commit

Permalink
fix(louise): bluetooth mouse disconnects after suspend
Browse files Browse the repository at this point in the history
  • Loading branch information
mnacamura committed Jan 3, 2022
1 parent e9fa1bc commit 33e9582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hosts/louise/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
CPU_SCALING_GOVERNOR_ON_BAT = "powersave";

# Bluetooth mouse disconnects after idling a few minutes.
# USB_EXCLUDE_BTUSB = true; # This does not work.
USB_EXCLUDE_BTUSB = true;
USB_DENYLIST = "0489:e0a2"; # Bus 001 Device 003: ID 0489:e0a2 Foxconn / Hon Hai
};

Expand Down

0 comments on commit 33e9582

Please sign in to comment.