hal-info: Branch 'master'

Dan Williams dcbw at kemper.freedesktop.org
Fri Jun 6 14:04:58 PDT 2008


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

New commits:
commit 4c4268f8cc914d2873bef547a4dc448ba351ff41
Author: Dan Williams <dcbw at redhat.com>
Date:   Fri Jun 6 17:04:38 2008 -0400

    Add more 3G modem IDs
    
    ipwireless, AirCard 881, C-motech

diff --git a/fdi/information/10freedesktop/10-modem.fdi b/fdi/information/10freedesktop/10-modem.fdi
index d3e181c..9e755a3 100644
--- a/fdi/information/10freedesktop/10-modem.fdi
+++ b/fdi/information/10freedesktop/10-modem.fdi
@@ -89,9 +89,8 @@
             </match>
           </match>
         </match>
-	<!-- 2x MC8755,MC8765,MC8775 & AC 875U,MC8775,AirCard 875,MC8780,MC8781,AirCard 880,AirCard 881,AirCard 880 E,AirCard 881 E, -->
-	<!-- -->
-        <match key="@info.parent:usb.product_id" int_outof="0x6802;0x6804;0x6803;0x6812;0x6813;0x6820;0x6832;0x6833;0x6850;0x6851;0x6852;0x6853">
+        <!-- 2x MC8755,MC8765,MC8775 & AC 875U,MC8775,AirCard 875,MC8780,MC8781,AirCard 880,AirCard 881,AirCard 880 E,AirCard 881 E, AirCard 881 -->
+        <match key="@info.parent:usb.product_id" int_outof="0x6802;0x6804;0x6803;0x6812;0x6813;0x6820;0x6832;0x6833;0x6850;0x6851;0x6852;0x6853;0x6856">
           <match key="@info.parent:usb.interface.number" int="0">
             <match key="serial.port" int="0">
               <append key="info.capabilities" type="strlist">modem</append>
@@ -229,8 +228,6 @@
         </match>
       </match>
 
-      <!-- PCMCIA CARDS -->
-
       <!-- Sierra Wireless 850/860 -->
       <match key="@info.parent:pcmcia.card_id" int="1808">
         <match key="@info.parent:pcmcia.manf_id" int="402">
@@ -242,6 +239,21 @@
         </match>
       </match>
 
+      <!-- T-Mobile IPWireless 4G (IPWireless 3G Data Modem) -->
+      <match key="@info.parent:pcmcia.card_id" int="0x200">
+        <match key="@info.parent:pcmcia.manf_id" int="0x2f2">
+          <match key="@info.parent:pcmcia.prod_id1" string="IPWireless">
+            <match key="@info.parent:pcmcia.prod_id2" string="3G Data Modem">
+              <match key="@info.parent:pcmcia.prod_id3" string="V2">
+                <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>
+      </match>
+
       <!-- Hayes Accura V.92 Modem PC Card -->
       <match key="@info.parent:pcmcia.card_id" int="0">
         <match key="@info.parent:pcmcia.manf_id" int="19">
@@ -279,6 +291,17 @@
         </match>
       </match>
 
+      <!-- CMOTECH -->
+      <match key="@info.parent:usb.vendor_id" int="0x16d8">
+        <!-- C-motech CNU-550 (USB, EV-DO) -->
+        <match key="@info.parent:usb.product_id" int_outof="0x5543">
+          <match key="@info.parent:usb.interface.number" int="0">
+            <append key="info.capabilities" type="strlist">modem</append>
+            <append key="modem.command_sets" type="strlist">IS-707-A</append>
+          </match>
+        </match>
+      </match>
+
       <!-- Communication Device Class Abstract Control Model (CDC ACM) modems,
            typically provided by GSM/CDMA phones -->
       <match key="@info.parent:usb.interface.class" int="0x02">


More information about the hal-commit mailing list