diff --git a/product-status.md b/product-status.md index 442035526..ace1cfef4 100644 --- a/product-status.md +++ b/product-status.md @@ -30,6 +30,7 @@ _Note:_ On macOS, the Atreus and Model 01 may experience unreliable connectivity Chrysalis requires a browser with WebSerial support. Right now, this means Chrome, Edge, Arc, Brave, and other browsers based on Chromium. We're hopeful that Firefox and Apple will implement WebSerial and WebUSB, but neither browser maker has yet announced their intention to do so. ## Recent updates +- 2024-05-17: Update udev rules to fix a typo. - 2024-05-15: Clean up our tooltip presentation; improve print styling of layout cards - 2024-05-14: Fixup our firefox support to at least explain that we don't support firefox. - 2024-05-13: Update udev rules to match what we do in Kaleidoscope. diff --git a/src/renderer/screens/Help/Connection.js b/src/renderer/screens/Help/Connection.js index 03b759614..f55318bcd 100644 --- a/src/renderer/screens/Help/Connection.js +++ b/src/renderer/screens/Help/Connection.js @@ -20,15 +20,18 @@ const HelpConnection = () => { // First build up a list of all known devices: const rules = supportedDeviceVIDPIDs().map((device) => { - return `SUBSYSTEM=="usb", ATTRS{idVendor}=="${device.usbVendorId + return `SUBSYSTEMS=="usb", ATTRS{idVendor}=="${device.usbVendorId .toString(16) .padStart(4, "0")}", ATTRS{idProduct}=="${device.usbProductId.toString(16).padStart(4, "0")}", SYMLINK+="${ device.productName - }", ENV{ID_MM_DEVICE_IGNORE}:="1", ENV{ID_MM_CANDIDATE}:="0", TAG+="uaccess", TAG+="seat"\n`; + }", ENV{ID_MM_DEVICE_IGNORE}="1", ENV{ID_MM_CANDIDATE}="0", TAG+="uaccess", TAG+="seat"\n`; }); const linuxInstructions = ( <>

Linux

+

These rules were last updated on May 17, 2024. If you installed the rules before this date, please replace + them with these new rules. +

If you are using Linux and aren't able to connect to your keyboard, it's likely that the udev, system which controls pluggable devices like keyboards, isn't set up to let you access your keyboard. To grant