fb02ce20ff64
Update
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Mon, 27 Aug 2018 16:07:14 +0000 |
parents | f307853ce9cb |
children | fbf5df9169f1 |
branches/tags | (none) |
files | README.markdown |
Changes
--- 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.