hal-info: Branch 'master' - 2 commits

Martin Pitt martin at kemper.freedesktop.org
Thu Oct 2 10:56:55 PDT 2008


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

New commits:
commit fc44b2d7b16f38c7d46527e868f606c375918087
Author: Martin Pitt <martin.pitt at ubuntu.com>
Date:   Thu Oct 2 19:56:03 2008 +0200

    add Nokia 6120 Classic modem
    
    Add Nokia 6120 Classic modem, as reported by Jarmo Ilonen in
    https://launchpad.net/bugs/259041.

diff --git a/fdi/information/10freedesktop/10-modem.fdi b/fdi/information/10freedesktop/10-modem.fdi
index 22fdedb..e8adb8b 100644
--- a/fdi/information/10freedesktop/10-modem.fdi
+++ b/fdi/information/10freedesktop/10-modem.fdi
@@ -380,6 +380,18 @@
             </match>
           </match>
         </match>
+
+        <!-- 6120 Classic -->
+        <match key="@info.parent:usb.product_id" int="0x2f">
+          <match key="@info.parent:usb.interface.class" int="0x02">
+            <match key="@info.parent:usb.interface.subclass" int="0x02">
+              <append key="info.capabilities" type="strlist">modem</append>
+              <append key="modem.command_sets" type="strlist">V.250</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>
 
     </match>
commit 2141fa63022c0143ec08c511a03115b305f0c2c4
Author: Alexander Sack <asac at ubuntu.com>
Date:   Thu Oct 2 19:53:57 2008 +0200

    add Nokia 3109c as a GPRS/EDGE modem (CDC ACM)
    
    Add Nokia 3109c as a GPRS/EDGE modem (CDC ACM) as reported by
    Alexander Sack in https://launchpad.net/bugs/259041.

diff --git a/fdi/information/10freedesktop/10-modem.fdi b/fdi/information/10freedesktop/10-modem.fdi
index 41a5084..22fdedb 100644
--- a/fdi/information/10freedesktop/10-modem.fdi
+++ b/fdi/information/10freedesktop/10-modem.fdi
@@ -368,6 +368,18 @@
             </match>
           </match>
         </match>
+
+        <!-- 3109c as a GPRS/EDGE modem (CDC ACM) -->
+        <match key="@info.parent:usb.product_id" int="0x64">
+          <match key="@info.parent:usb.interface.class" int="0x02">
+            <match key="@info.parent:usb.interface.subclass" int="0x02">
+              <append key="info.capabilities" type="strlist">modem</append>
+              <append key="modem.command_sets" type="strlist">V.250</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>
 
     </match>


More information about the hal-commit mailing list