hal/fdi/information/10freedesktop 10-usb-pda.fdi,1.2,1.3
David Zeuthen
david at freedesktop.org
Wed Mar 30 11:38:58 PST 2005
Update of /cvs/hal/hal/fdi/information/10freedesktop
In directory gabe:/tmp/cvs-serv20760/fdi/information/10freedesktop
Modified Files:
10-usb-pda.fdi
Log Message:
2005-03-30 David Zeuthen <davidz at redhat.com>
* fdi/information/10freedesktop/10-usb-pda.fdi: Match for info.
capabilities instead of info.bus
Index: 10-usb-pda.fdi
===================================================================
RCS file: /cvs/hal/hal/fdi/information/10freedesktop/10-usb-pda.fdi,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- 10-usb-pda.fdi 30 Mar 2005 19:36:31 -0000 1.2
+++ 10-usb-pda.fdi 30 Mar 2005 19:38:56 -0000 1.3
@@ -4,7 +4,7 @@
<!-- Pocket PC PDAs -->
<device>
- <match key="info.bus" string="serial">
+ <match key="info.capabilities" contains="serial">
<match key="@serial.physical_device:info.linux.driver" string="ipaq">
<append key="info.capabilities" type="strlist">pda</append>
<merge key="pda.platform" type="string">pocketpc</merge>
@@ -25,7 +25,7 @@
from the driver directly?)
-->
<device>
- <match key="info.bus" string="serial">
+ <match key="info.capabilities" contains="serial">
<match key="@serial.physical_device:info.linux.driver" string="visor">
<match key="@serial.physical_device:usb.vendor_id" int="0x054c">
<match key="@serial.physical_device:usb.product_id" int="0x0038">
@@ -43,7 +43,7 @@
<!-- All the other PalmOS PDAs -->
<device>
- <match key="info.bus" string="serial">
+ <match key="info.capabilities" contains="serial">
<match key="@serial.physical_device:info.linux.driver" string="visor">
<match key="pda.platform" exists="false">
<match key="serial.port" int="1">
More information about the hal-commit
mailing list