Author: dnicholson
Date: 2007-08-02 07:18:31 -0600 (Thu, 02 Aug 2007)
New Revision: 6999
Modified:
trunk/BOOK/general/genlib/libusb.xml
trunk/BOOK/introduction/welcome/changelog.xml
Log:
Update libusb usb_device rule for linux-2.6.22
Modified: trunk/BOOK/general/genlib/libusb.xml
===================================================================
--- trunk/BOOK/general/genlib/libusb.xml 2007-08-01 18:47:42 UTC (rev
6998)
+++ trunk/BOOK/general/genlib/libusb.xml 2007-08-02 13:18:31 UTC (rev
6999)
@@ -154,7 +154,7 @@
<screen><literal>cat > /etc/udev/rules.d/23-usb.rules << "EOF"
# Set group ownership for raw USB devices
-SUBSYSTEM=="usb_device", GROUP="usb"
+SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", GROUP="usb"
EOF</literal></screen>
<!--
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2007-08-01 18:47:42 UTC
(rev 6998)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2007-08-02 13:18:31 UTC
(rev 6999)
@@ -45,6 +45,10 @@
<para>August 1st, 2007</para>
<itemizedlist>
<listitem>
+ <para>[dnicholson] - Updated the libusb udev rule for raw USB device
+ ownership to work with Linux-2.6.22.</para>
+ </listitem>
+ <listitem>
<para>[ag] - Updated to ReiserFS-3.6.20.</para>
</listitem>
</itemizedlist>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page