home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2007 January, February, March & April
/
Chip-Cover-CD-2007-02.iso
/
boot
/
i386
/
rescue
/
usr
/
share
/
hal
/
fdi
/
information
/
10freedesktop
/
10-tabletPCs.fdi
< prev
next >
Wrap
Extensible Markup Language
|
2006-11-29
|
929b
|
25 lines
<?xml version="1.0" encoding="UTF-8"?>
<deviceinfo version="0.2">
<device>
<match key="info.capabilities" contains="input.tablet.tabletPC">
<merge key="input.device.set" type="string">/dev/ttyS0</merge>
<!-- There is a report that we should use ttyS2 instead of ttyS0 -->
<match key="@info.parent:smbios.system.product" contains="HP Compaq tc4200">
<merge key="input.device.set" type="string">/dev/ttyS2</merge>
</match>
<append key="info.callouts.add" type="strlist">hal-system-setserial</append>
<!-- for this device exist atm no driver, no need to set serial port atm -->
<match key="pnp.id" contains="FPI2004">
<remove key="input.device.set"></remove>
<remove key="info.callouts.add" type="strlist">hal-system-setserial</remove>
<match key="info.callouts.add" empty="true">
<remove key="info.callouts.add"></remove>
</match>
</match>
</match>
</device>
</deviceinfo>