hal-info: Branch 'master'

Martin Pitt martin at kemper.freedesktop.org
Thu Jul 16 03:11:20 PDT 2009


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

New commits:
commit 8609bc2dddbbf6c6a7c9ecb876f0820fcc80b700
Author: Torgny Johansson <torgny.johansson at ericsson.com>
Date:   Thu Jul 16 12:10:22 2009 +0200

    fix/add some Ericsson modems
    
    fix interface number of F3507g Mobile Broadband modem, and add two additional
    models.
    
    Reported on https://launchpad.net/bugs/374970

diff --git a/fdi/information/10freedesktop/10-modem.fdi b/fdi/information/10freedesktop/10-modem.fdi
index 398e108..8b62771 100644
--- a/fdi/information/10freedesktop/10-modem.fdi
+++ b/fdi/information/10freedesktop/10-modem.fdi
@@ -154,9 +154,9 @@
 
       <!-- Ericsson -->
       <match key="@info.parent:usb.vendor_id" int="0x0bdb">
-        <!-- Ericsson F3507g Mobile Broadband Minicard -->
-        <match key="@info.parent:usb.product_id" int="0x1900">
-          <match key="@info.parent:usb.interface.number" int="4">
+        <!-- Ericsson F3507g Mobile Broadband -->
+        <match key="@info.parent:usb.product_id" int_outof="0x1900;0x1902;0x1904">
+          <match key="@info.parent:usb.interface.number" int="1">
             <append key="modem.command_sets" type="strlist">GSM-07.07</append>
             <append key="modem.command_sets" type="strlist">GSM-07.05</append>
           </match>


More information about the hal-commit mailing list