~ubuntu-branches/ubuntu/lucid/hal/lucid

« back to all changes in this revision

Viewing changes to fdi/policy/10osvendor/10-x11-input.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:
16
16
      </match>
17
17
    </match>
18
18
 
 
19
    <match key="info.capabilities" contains="input.tablet">
 
20
      <match key="/org/freedesktop/Hal/devices/computer:system.kernel.name"
 
21
             string="Linux">
 
22
        <merge key="input.x11_driver" type="string">evdev</merge>
 
23
      </match>
 
24
    </match>
 
25
 
19
26
    <match key="info.capabilities" contains="input.keys">
20
27
      <!-- If we're using Linux, we use evdev by default (falling back to
21
28
           keyboard otherwise). -->