From 3f7a7bf548726515d87242f2919d20db6515e2b2 Mon Sep 17 00:00:00 2001 From: Klaus Reimer Date: Thu, 20 Mar 2014 00:33:23 +0100 Subject: [PATCH] Fix udev info in FAQ --- src/site/apt/faq.apt.vm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/site/apt/faq.apt.vm b/src/site/apt/faq.apt.vm index 1517e7b..581bfff 100644 --- a/src/site/apt/faq.apt.vm +++ b/src/site/apt/faq.apt.vm @@ -17,7 +17,7 @@ Frequently asked questions running your program as root. If this works then it is recommended to configure to give your user write permissions when the device is attached. You can do this by creating a file like - with content like this: + with content like this: ---- SUBSYSTEM=="usb",ATTR{idVendor}=="89ab",ATTR{idProduct}=="4567",MODE="0660",GROUP="wheel" @@ -30,7 +30,7 @@ Frequently asked questions If your device uses a shared vendor/product id then you might want to filter for the manufacturer and product name. This can be done by checking - the ATTR properties and . + the ATTR properties and . To activate this new configuration you may need to re-attach the USB device or run the command <<>>.