Skip to content

Commit ef63cf7

Browse files
vunnysobrianmcgillion
authored andcommitted
system76: Passthrough Intel HID events
We need to add event passthrough for the INT33D5 device path to ensure brightness keyboard events function correctly in gui-vm. Signed-off-by: Vunny Sodhi <[email protected]>
1 parent b039f7f commit ef63cf7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

modules/reference/hardware/system76/definitions/system76-darp11-b.nix

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,12 @@
2222
input = {
2323
misc = {
2424
name = [
25-
# "AT Translated Set 2 keyboard" "Power Button" "HDA Intel PCH Headphone" "HDA Intel PCH HDMI/DP,pcm=3" "HDA Intel PCH HDMI/DP,pcm=7" "HDA Intel PCH HDMI/DP,pcm=8" "HDA Intel PCH HDMI/DP,pcm=9" "Sleep Button" "Intel HID events" "Lid Switch" "System76 ACPI Hotkeys" "Video Bus"
25+
# "AT Translated Set 2 keyboard" "Power Button" "HDA Intel PCH Headphone" "HDA Intel PCH HDMI/DP,pcm=3" "HDA Intel PCH HDMI/DP,pcm=7" "HDA Intel PCH HDMI/DP,pcm=8" "HDA Intel PCH HDMI/DP,pcm=9" "Sleep Button" "Lid Switch" "System76 ACPI Hotkeys" "Video Bus"
26+
"Intel HID events"
2627
];
2728
evdev = [
28-
# /dev/input/by-path/platform-i8042-serio-0-event-kbd /dev/input/by-path/platform-INT33D5:00-event
29+
# /dev/input/by-path/platform-i8042-serio-0-event-kbd
30+
"/dev/input/by-path/platform-INT33D5:00-event"
2931
];
3032
};
3133
};

0 commit comments

Comments
 (0)