hal-info: Branch 'master'

Dan Williams dcbw at kemper.freedesktop.org
Wed Apr 30 12:08:28 PDT 2008


 fdi/information/10freedesktop/10-modem.fdi |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

New commits:
commit 828386d5759fe357c7d95c09a98f462e6e5712f0
Author: Dan Williams <dcbw at redhat.com>
Date:   Wed Apr 30 15:04:29 2008 -0400

    Sierra 8xx: tag first port only as a modem

diff --git a/fdi/information/10freedesktop/10-modem.fdi b/fdi/information/10freedesktop/10-modem.fdi
index 4c24a39..1a93013 100644
--- a/fdi/information/10freedesktop/10-modem.fdi
+++ b/fdi/information/10freedesktop/10-modem.fdi
@@ -90,9 +90,11 @@
 	<!-- -->
         <match key="@info.parent:usb.product_id" int_outof="0x6802;0x6804;0x6803;0x6812;0x6813;0x6820;0x6832;0x6833;0x6850;0x6851;0x6852;0x6853">
           <match key="@info.parent:usb.interface.number" int="0">
-            <append key="info.capabilities" type="strlist">modem</append>
-            <append key="modem.command_sets" type="strlist">GSM-07.07</append>
-            <append key="modem.command_sets" type="strlist">GSM-07.05</append>
+            <match key="serial.port" int="0">
+              <append key="info.capabilities" type="strlist">modem</append>
+              <append key="modem.command_sets" type="strlist">GSM-07.07</append>
+              <append key="modem.command_sets" type="strlist">GSM-07.05</append>
+            </match>
           </match>
         </match>
       </match>


More information about the hal-commit mailing list