From 4c36a752cb53e08a5a1202d99dc944c797de56b5 Mon Sep 17 00:00:00 2001 From: Paolo Smiraglia Date: Wed, 30 Jan 2019 21:55:52 +0100 Subject: [PATCH] Fix vendor and product id --- docs/solo/udev.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/solo/udev.md b/docs/solo/udev.md index eb0dee4..6bac736 100644 --- a/docs/solo/udev.md +++ b/docs/solo/udev.md @@ -65,8 +65,8 @@ udevadm trigger ## What about vendor and product ID for Solo? | Key | Vendor ID | Product ID | | --- | --- | --- | -| Solo | 10c4 | 8acf | -| U2F Zero | 0483 | a2ca | +| Solo | 0483 | a2ca | +| U2F Zero | 10c4 | 8acf | ## You got this all wrong, I can't believe it! Are you suffering from [us being wrong](https://xkcd.com/386/)? Please, send us a [pull request](https://github.com/solokeys/solo/pulls) and prove us wrong :D