From 50772bc6a8ea0780735de1c36e62ff4c167a5fcf Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Wed, 5 Feb 2014 10:03:06 +0200 Subject: Fix udev rule for newer versions of ubuntu uaccess is used instead of udev-acl in Ubuntu 13.04 and later. More info: https://wiki.archlinux.org/index.php/Talk:Udev Change-Id: I353fb8b873eff83288c6a01daadb46f17012255f Reviewed-by: Rainer Keller --- src/doc/src/b2qt-post-install-setup.qdocinc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/doc/src/b2qt-post-install-setup.qdocinc b/src/doc/src/b2qt-post-install-setup.qdocinc index d5c55cf..983b958 100644 --- a/src/doc/src/b2qt-post-install-setup.qdocinc +++ b/src/doc/src/b2qt-post-install-setup.qdocinc @@ -27,7 +27,7 @@ \li Run the following command in a shell: \code - echo 'SUBSYSTEM=="usb", ATTRS{idVendor}=="18d1", TAG+="udev-acl"' | sudo tee -a /etc/udev/rules.d/70-boot2qt.rules + echo 'SUBSYSTEM=="usb", ATTRS{idVendor}=="18d1", TAG+="udev-acl", TAG+="uaccess"' | sudo tee -a /etc/udev/rules.d/70-boot2qt.rules \endcode \li Connect the running device to the development host with a USB -- cgit v1.2.3