hal-info: Branch 'master'

Martin Pitt martin at kemper.freedesktop.org
Sun Nov 30 04:41:33 PST 2008


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

New commits:
commit e6745fe9819655d8d22ce147b99db1ba35cd879b
Author: Martin Pitt <martin.pitt at ubuntu.com>
Date:   Sun Nov 30 13:40:41 2008 +0100

    add Nokia E51 mobile modem
    
    Add Nokia E51 mobile modem, as reported by Tom Gufler in
    https://launchpad.net/bugs/261416 (no public email address provided).

diff --git a/fdi/information/10freedesktop/10-modem.fdi b/fdi/information/10freedesktop/10-modem.fdi
index 03827dc..e8d8aa4 100644
--- a/fdi/information/10freedesktop/10-modem.fdi
+++ b/fdi/information/10freedesktop/10-modem.fdi
@@ -49,6 +49,19 @@
             </match>
           </match>
         </match>
+
+        <!-- E51 as a GPRS/EDGE modem (CDC ACM) -->
+        <match key="@info.parent:usb.product_id" int="0x42">
+          <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>
 
       <!-- Samsung SGH-A707 (AT&T Sync) -->


More information about the hal-commit mailing list