Skip to content

Commit

Permalink
Update udev rules and product status doc
Browse files Browse the repository at this point in the history
- Updated `product-status.md` to include recent udev instruction update
- Modified `Help/Connection.js` to enhance udev rule application process by adding a trigger after reloading rules
  • Loading branch information
obra committed Aug 15, 2024
1 parent ce2efa7 commit 574c46b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions product-status.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-08-14: Update udev instructions to not require a device replug
- 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.
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/screens/Help/Connection.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const HelpConnection = () => {
</pre>
</p>
<p>
Then, run <code style={{ userSelect: "text" }}>sudo udevadm control --reload-rules</code> to apply the new rules
Then, run <code style={{ userSelect: "text" }}>sudo udevadm control --reload-rules; sudo udevadm trigger</code> to apply the new rules
without requiring a reboot.
</p>
</>
Expand Down

0 comments on commit 574c46b

Please sign in to comment.