Changeset 8b9e2e61


Ignore:
Timestamp:
02/19/2006 10:13:37 PM (18 years ago)
Author:
Matthew Burgess <matthew@…>
Children:
1c0a27d
Parents:
e825aa1
Message:

Expand Udev's modprobe rule to handle all subsytems, not just USB

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/udev_update/BOOK@7388 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    re825aa1 r8b9e2e61  
    4040      <para>February 19, 2006</para>
    4141      <itemizedlist>
     42        <listitem>
     43          <para>[matthew] - Expand the Udev module handling rule to run for
     44          every subsystem, not just USB.</para>
     45        </listitem>
    4246        <listitem>
    4347          <para>[matthew] - Upgrade to Linux 2.6.15.4.</para>
  • chapter06/udev.xml

    re825aa1 r8b9e2e61  
    106106cat &gt;&gt; /etc/udev/rules.d/25-lfs.rules &lt;&lt; EOF
    107107# Rules to allow hotplugging of devices with modular drivers
    108 ACTION=="add", SUBSYSTEM=="usb", MODALIAS=="*", \
     108ACTION=="add", SUBSYSTEM=="?*", MODALIAS=="?*", \
    109109  RUN+="/sbin/modprobe $modalias"
    110110ACTION=="add", SUBSYSTEM=="scsi", SYSFS{type}=="[07]", \
Note: See TracChangeset for help on using the changeset viewer.