~ubuntu-branches/ubuntu/natty/hal/natty

« back to all changes in this revision

Viewing changes to fdi/policy/10osvendor/10-smartcardreaders.fdi

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2009-06-26 10:04:33 UTC
  • mfrom: (1.2.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20090626100433-nd42rcjbmg5261tx
Tags: 0.5.12+git20090626-0ubuntu1
* New upstream git snapshot:
  - Add input.keys capability to power/hibernate/etc. keys. (LP: #384890)
* Drop 01_tablet_evdev.patch, 50_no_crash_on_md_blockdev.patch: Applied
  upstream.
* 04_nvidia_brightness.patch: Update to new upstream version.
* debian/control: Change back Vcs-Bzr:, Ubuntu package are only for full
  source trees.

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
 
  <device>
5
 
    <match key="info.subsystem" string="usb">
6
 
      <!-- SCM SPR 335, SPR 532 -->
7
 
      <match key="usb.vendor_id" int="0x4e6">
8
 
        <match key="usb.product_id" int_outof="0x5115;0xe001;0xe003">
9
 
          <append key="info.capabilities" type="strlist">access_control</append>
10
 
          <merge key="access_control.file" type="copy_property">@info.parent:linux.device_file</merge>
11
 
          <merge key="access_control.type" type="string">smart-card-reader</merge>
12
 
        </match>
13
 
      </match>
14
 
    </match>
15
 
  </device>
16
 
</deviceinfo>