Skip to content

Fix udev vid/pid capitalization.#1788

Open
kitlith wants to merge 1 commit intoSlimeVR:mainfrom
kitlith:fix-udev
Open

Fix udev vid/pid capitalization.#1788
kitlith wants to merge 1 commit intoSlimeVR:mainfrom
kitlith:fix-udev

Conversation

@kitlith
Copy link
Copy Markdown
Member

@kitlith kitlith commented Mar 14, 2026

These are case-sensitive strings, not hexadecimal literals, unfortunately.

This caused rules for all devices aside from FTDI and smol slimes to never trigger.

These are case-sensitive strings, not hexadecimal literals, unfortunately.
@kitlith kitlith requested a review from loucass003 as a code owner March 14, 2026 22:21
@github-actions github-actions bot added the Area: GUI Related to the GUI label Mar 14, 2026
@kitlith
Copy link
Copy Markdown
Member Author

kitlith commented Mar 17, 2026

An aside, because people might find how I diagnosed this to be useful information.

the way I diagnosed this was by using (iirc) udevadm test /dev/ttyUSB0, noticing that the rules weren't getting applied, and then checking udevadm test -v /dev/ttyUSB0, which also lists the various ways that cause rules to not be applied.

This led to finding a line that boiled down to "1A86" not being equal to "1a86".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area: GUI Related to the GUI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants