Changeset 3e15056


Ignore:
Timestamp:
May 14, 2006, 11:07:48 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
93a4751
Parents:
1cca9e2
Message:

r3464@server: jim | 2006-05-14 00:28:20 -0700
Fixed SYSFS= to SYSFS==

Location:
udev
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • udev/60-persistent-disk.rules

    r1cca9e2 r3e15056  
    2525
    2626# never access removable ide devices, the drivers are causing event loops on open()
    27 BUS=="ide",     DRIVER!="ide-cdrom", SYSFS{removable}="1", GOTO="persistent_end"
     27BUS=="ide",     DRIVER!="ide-cdrom", SYSFS{removable}=="1", GOTO="persistent_end"
    2828
    2929# by-id (hardware serial number)
  • udev/61-persistent-input.rules

    r1cca9e2 r3e15056  
    2121# usb devices
    2222BUS=="usb", IMPORT{program}="usb_id -x"
    23 BUS=="usb", SYSFS{bInterfaceClass}="03", SYSFS{bInterfaceProtocol}="01", ENV{ID_CLASS}="kbd"
    24 BUS=="usb", SYSFS{bInterfaceClass}="03", SYSFS{bInterfaceProtocol}="02", ENV{ID_CLASS}="mouse"
     23BUS=="usb", SYSFS{bInterfaceClass}=="03", SYSFS{bInterfaceProtocol}=="01", ENV{ID_CLASS}="kbd"
     24BUS=="usb", SYSFS{bInterfaceClass}=="03", SYSFS{bInterfaceProtocol}=="02", ENV{ID_CLASS}="mouse"
    2525
    2626# by-id links
Note: See TracChangeset for help on using the changeset viewer.