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

« back to all changes in this revision

Viewing changes to fdi/policy/10osvendor/10-tabletPCs.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:
3
3
<deviceinfo version="0.2">
4
4
 
5
5
  <device>
6
 
    <match key="info.capabilities" contains="input.tablet.tabletPC">
7
 
      <!-- There is a report that we should use ttyS2 instead of ttyS0 -->
8
 
      <match key="/org/freedesktop/Hal/devices/computer:system.hardware.product" contains="HP Compaq tc4200">
9
 
        <merge key="input.device.set" type="string">/dev/ttyS2</merge>
10
 
      </match>
11
 
 
12
 
      <!-- to get the device up we need to set the baud_rate correct -->
13
 
      <match key="pnp.id" contains="FPI2004">
14
 
        <merge key="input.device.set" type="string">/dev/ttyS0</merge>
15
 
        <merge key="pnp.serial.baud_base" type="int">38400</merge>
16
 
      </match>
 
6
    <!-- to get the device up we need to set the baud_rate correct -->
 
7
    <match key="pnp.id" contains="FPI2004">
 
8
      <merge key="input.device.set" type="string">/dev/ttyS0</merge>
 
9
      <merge key="pnp.serial.baud_base" type="int">38400</merge>
17
10
    </match>
18
11
 
19
12
    <!-- add addon if need special ttySx settings -->