aboutsummaryrefslogtreecommitdiffstats
path: root/fdi
diff options
context:
space:
mode:
authorHenrik Rydberg <rydberg@euromail.se>2008-11-04 20:59:19 +0100
committerHenrik Rydberg <rydberg@euromail.se>2008-11-04 20:59:19 +0100
commitbe3fe0da9995e59d32b4eb52368a012c0c18de85 (patch)
treec579508d3feb9a666fc18bd42bfda4a95b493308 /fdi
parent70ba2dbf0f49a4f8d1caa2bbed97c8c2358c6fb6 (diff)
downloadxorg-input-kobomultitouch-be3fe0da9995e59d32b4eb52368a012c0c18de85.tar.gz
xorg-input-kobomultitouch-be3fe0da9995e59d32b4eb52368a012c0c18de85.tar.bz2
xorg-input-kobomultitouch-be3fe0da9995e59d32b4eb52368a012c0c18de85.zip
a bit further towards something useful. currently linking problems
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Diffstat (limited to 'fdi')
-rw-r--r--fdi/11-multitouch.fdi40
1 files changed, 5 insertions, 35 deletions
diff --git a/fdi/11-multitouch.fdi b/fdi/11-multitouch.fdi
index 1c82a22..215b866 100644
--- a/fdi/11-multitouch.fdi
+++ b/fdi/11-multitouch.fdi
@@ -1,40 +1,10 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
+<?xml version="1.0" encoding="ISO-8859-1"?>
<deviceinfo version="0.2">
-
<device>
- <match key="platform.id" contains="applesmc">
- <spawn udi="/org/freedesktop/Hal/devices/applesmc_keyboard_backlight"/>
-<!--
- <spawn udi="/org/freedesktop/Hal/devices/applesmc_light_sensor"/>
--->
+ <match key="info.capabilities" contains="input.touchpad">
+ <match key="info.product" contains="bcm5974">
+ <merge key="input.x11_driver" type="string">multitouch</merge>
+ </match>
</match>
</device>
-
- <device>
- <match key="info.udi" string="/org/freedesktop/Hal/devices/applesmc_keyboard_backlight">
- <append key="info.capabilities" type="strlist">keyboard_backlight</append>
- <merge key="info.product" type="string">Applesmc Keyboard Backlight</merge>
- <merge key="keyboard_backlight.num_levels" type="int">256</merge>
- <merge key="keyboard_backlight.access_method" type="string">custom</merge>
- <merge key="linux.sysfs_path" type="string">/sys/class/leds/smc::kbd_backlight</merge>
- <append key="info.addons" type="strlist">hald-addon-generic-kbd-backlight</append>
- </match>
- </device>
-
-<!--
- <device>
- <match key="info.udi" string="/org/freedesktop/Hal/devices/applesmc_light_sensor">
- <append key="info.capabilities" type="strlist">light_sensor</append>
- <merge key="info.product" type="string">Applesmc Light Sensor</merge>
- <merge key="light_sensor.num_sensors" type="int">1</merge>
- <merge key="light_sensor.num_levels" type="int">64</merge>
- <append key="light_sensor.sensor_locations" type="strlist">left</append>
- <merge key="light_sensor.access_method" type="string">custom</merge>
- <merge key="linux.sysfs_path" type="string">/sys/devices/platform/applesmc.768/light</merge>
- <append key="info.addons" type="strlist">hald-addon-generic-light-sensor</append>
- </match>
- </device>
--->
-
</deviceinfo>