Skip to content

Commit f9c304d

Browse files
committed
fix: fix a typo
1 parent dc4ec62 commit f9c304d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/til/how-to-fix-the-webhid-connection-for-a-keychron-g5-under-linux.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ Those turned out to be vendor `0x3434` and products `0xd06f` (wired mouse) and `
2323

2424
```
2525
# Keychron G5 (WebHID)
26-
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTR{idVendor}="3434", ATTRS{idProduct}=="d06f", MODE="0666", TAG+="uaccess", TAG+="udev-acl"
27-
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTR{idVendor}="3434", ATTRS{idProduct}=="d028", MODE="0666", TAG+="uaccess", TAG+="udev-acl"
26+
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}="3434", ATTRS{idProduct}=="d06f", MODE="0666", TAG+="uaccess", TAG+="udev-acl"
27+
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}="3434", ATTRS{idProduct}=="d028", MODE="0666", TAG+="uaccess", TAG+="udev-acl"
2828
```
2929

3030
then refreshed `udev`:

0 commit comments

Comments
 (0)