summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Kukawka <danny.kukawka@web.de>2009-02-26 09:31:09 +0100
committerDanny Kukawka <danny.kukawka@web.de>2009-05-22 17:17:46 +0200
commit7b551f8208a7767675c42c03a5733683a5516198 (patch)
tree4f3dfbc5eb677096917c8f21b4b468d3c0bd571c
parent3e80907b7798567720ba44a3d9642ac97b68979d (diff)
remove special serial tablet handling for HP tc4200
Removed special serial tablet handling for HP tc4200. The kernel should handle this correctly, otherwise we have to fix the kernel or add a new workaround.
-rw-r--r--fdi/policy/10osvendor/10-tabletPCs.fdi15
1 files changed, 4 insertions, 11 deletions
diff --git a/fdi/policy/10osvendor/10-tabletPCs.fdi b/fdi/policy/10osvendor/10-tabletPCs.fdi
index eaa8058f..ccb51f33 100644
--- a/fdi/policy/10osvendor/10-tabletPCs.fdi
+++ b/fdi/policy/10osvendor/10-tabletPCs.fdi
@@ -3,17 +3,10 @@
<deviceinfo version="0.2">
<device>
- <match key="info.capabilities" contains="input.tablet.tabletPC">
- <!-- There is a report that we should use ttyS2 instead of ttyS0 -->
- <match key="/org/freedesktop/Hal/devices/computer:system.hardware.product" contains="HP Compaq tc4200">
- <merge key="input.device.set" type="string">/dev/ttyS2</merge>
- </match>
-
- <!-- to get the device up we need to set the baud_rate correct -->
- <match key="pnp.id" contains="FPI2004">
- <merge key="input.device.set" type="string">/dev/ttyS0</merge>
- <merge key="pnp.serial.baud_base" type="int">38400</merge>
- </match>
+ <!-- to get the device up we need to set the baud_rate correct -->
+ <match key="pnp.id" contains="FPI2004">
+ <merge key="input.device.set" type="string">/dev/ttyS0</merge>
+ <merge key="pnp.serial.baud_base" type="int">38400</merge>
</match>
<!-- add addon if need special ttySx settings -->