hal-info: Branch 'master'

Dan Williams dcbw at kemper.freedesktop.org
Mon Mar 31 11:36:04 PDT 2008


 fdi/information/10freedesktop/10-modem.fdi |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

New commits:
commit 275667335e95670863e979e714f8e537c6db4e52
Author: Dan Williams <dcbw at redhat.com>
Date:   Mon Mar 31 14:34:38 2008 -0400

    Fix Sierra MC5720 modem tagging

diff --git a/fdi/information/10freedesktop/10-modem.fdi b/fdi/information/10freedesktop/10-modem.fdi
index 5735811..5efa8d8 100644
--- a/fdi/information/10freedesktop/10-modem.fdi
+++ b/fdi/information/10freedesktop/10-modem.fdi
@@ -36,8 +36,10 @@
       <match key="@info.parent:usb.vendor_id" int="0x0f30">
         <match key="@info.parent:usb.product_id" int="0x1b1d">
           <match key="@info.parent:usb.interface.number" int="0">
-            <append key="info.capabilities" type="strlist">modem</append>
-            <append key="modem.command_sets" type="strlist">IS-707-A</append>
+            <match key="serial.port" int="0">
+              <append key="info.capabilities" type="strlist">modem</append>
+              <append key="modem.command_sets" type="strlist">IS-707-A</append>
+            </match>
           </match>
         </match>
       </match>


More information about the hal-commit mailing list