~ubuntu-branches/ubuntu/vivid/hal-info/vivid

« back to all changes in this revision

Viewing changes to fdi/information/10freedesktop/10-iwl-rfkill-switch.fdi

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2008-11-24 11:59:58 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20081124115958-8qbi628momuilff1
Tags: 20081124-0ubuntu1
* New upstream git snapshot.
  - Add ISCD no-name portable audio player (LP: #116860)
  - hal-info and rhythmbox conflict on audio_folders for PSP (LP: #178359)
  - Add Pantech UM175 phone (LP: #282573)
  - Add another Nokia N82 phone model (LP: #291749)
  - Add Nokia N82 music player (LP: #282957)
  - Add another Option 3G USB Modem (LP: #284961)
  - Add Sony Walkman NWZ-135F (LP: #289161)
  - Add Onda MT505UP / MF632 music player (LP: #291333)
  - Add Nokia E66 phone (LP: #294070)
  - Add Sierra Aircard 880U modem (LP: #295855)
  - Fix typo in 20-video-quirk-pm-asus.fdi (LP: #300620)
  - Add Novatel EU870D modem (LP: #301030)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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 iwl 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="iwl4965;iwl3945">
 
10
          <spawn udi="/org/freedesktop/Hal/devices/iwl_wlan_switch"/>
 
11
        </match>
 
12
      </match>
 
13
    </match>
 
14
  </device>
 
15
 
 
16
  <device>
 
17
    <match key="info.udi" string="/org/freedesktop/Hal/devices/iwl_wlan_switch">
 
18
      <append key="info.capabilities" type="strlist">killswitch</append>
 
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