home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / etc / udev / rules.d / 80-programs.rules < prev    next >
Encoding:
Text File  |  2007-04-10  |  385 b   |  10 lines

  1. # This file causes programs to be run on device insertion.
  2. # See udev(7) for syntax.
  3. #
  4. # "Hotplug replacement" is handled in 90-modprobe.rules;  this file only
  5. # specifies rules for those programs that are shipped in the minimal Ubuntu
  6. # system, programs outside of that may ship their own rules.
  7.  
  8. # Load firmware on demand
  9. SUBSYSTEM=="firmware", ACTION=="add", RUN+="firmware_helper"
  10.