hal-info: Branch 'master'

Martin Pitt martin at kemper.freedesktop.org
Thu Jul 16 03:17:13 PDT 2009


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

New commits:
commit 318a7465b101c1c6347eb2b1d97e2023e90c7b96
Author: Torgny Johansson <torgny.johansson at ericsson.com>
Date:   Thu Jul 16 12:15:42 2009 +0200

    fix USB interface ID of 5530 Mobile Broadband modem
    
    https://launchpad.net/bugs/374970

diff --git a/fdi/information/10freedesktop/10-modem.fdi b/fdi/information/10freedesktop/10-modem.fdi
index 4dbf09d..7debf61 100644
--- a/fdi/information/10freedesktop/10-modem.fdi
+++ b/fdi/information/10freedesktop/10-modem.fdi
@@ -418,9 +418,15 @@
              5510 Mobile Broadband HSDPA ExpressCard == Novatel Merlin XU870 HSDPA/3G,
              HSDPA 5520,
              2x 5520 Voda I Mobile Broadband (3G HSDPA) Minicard,
-             5530 Mobile Broadband (3G HSPA) Mini-Card
         -->
-        <match key="@info.parent:usb.product_id" int_outof="0x8115;0x8116;0x8118;0x8136;0x8137;0x8138;0x8147">
+        <match key="@info.parent:usb.product_id" int_outof="0x8115;0x8116;0x8118;0x8136;0x8137;0x8138">
+          <match key="@info.parent:usb.interface.number" int="0">
+            <append key="modem.command_sets" type="strlist">GSM-07.07</append>
+            <append key="modem.command_sets" type="strlist">GSM-07.05</append>
+          </match>
+        </match>
+	<!-- 5530 Mobile Broadband (3G HSPA) Mini-Card -->
+        <match key="@info.parent:usb.product_id" int="0x8147">
           <match key="@info.parent:usb.interface.number" int="0">
             <append key="modem.command_sets" type="strlist">GSM-07.07</append>
             <append key="modem.command_sets" type="strlist">GSM-07.05</append>


More information about the hal-commit mailing list