home *** CD-ROM | disk | FTP | other *** search
- <?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>
-