home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / hal / fdi / information / 10freedesktop / 10-ipw-rfkill-switch.fdi < prev    next >
Encoding:
Extensible Markup Language  |  2009-04-09  |  1019 b   |  28 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2.  
  3. <deviceinfo version="0.2">
  4.  
  5.   <device>
  6.     <match key="/org/freedesktop/Hal/devices/computer:system.formfactor" string="laptop">
  7.       <!-- Don't use generic ipw rfkill on Dells -->
  8.       <match key="/org/freedesktop/Hal/devices/computer:system.hardware.vendor" contains_not="Dell">
  9.         <match key="info.linux.driver" string_outof="ipw3945;ipw2200;ipw2100">
  10.           <spawn udi="/org/freedesktop/Hal/devices/ipw_wlan_switch"/>
  11.         </match>
  12.       </match>
  13.     </match>
  14.   </device>
  15.  
  16.   <device>
  17.     <match key="info.udi" string="/org/freedesktop/Hal/devices/ipw_wlan_switch">
  18.       <addset key="info.capabilities" type="strlist">killswitch</addset>
  19.       <merge key="info.product" type="string">Intel PRO/Wireless WLAN Switch</merge>
  20.       <merge key="info.category" type="string">killswitch</merge>
  21.       <merge key="killswitch.type" type="string">wlan</merge>
  22.       <merge key="killswitch.access_method" type="string">ipw</merge>
  23.     </match>
  24.   </device>
  25.  
  26. </deviceinfo>
  27.  
  28.