# HG changeset patch # User Steve Losh # Date 1535386034 0 # Node ID fb02ce20ff64040b63b76a5d0ae4c23702d91ed3 # Parent f307853ce9cb3ea3d7675f5bf90223befb20d660 Update diff -r f307853ce9cb -r fb02ce20ff64 README.markdown --- a/README.markdown Thu Aug 23 17:29:06 2018 +0000 +++ b/README.markdown Mon Aug 27 16:07:14 2018 +0000 @@ -309,3 +309,11 @@ they're on this *new* Yubikey. I should probably wrap this up into a script. + +## 2018-08-27 + +Tad says I need some kind of "udev rule" for my Switch controller under Linux: + + KERNEL=="hidraw*", ATTRS{idVendor}=="057e", ATTRS{idProduct}=="2009", MODE="0666" + +I don't know what this means, but I'm dumping it in here for later.