hal-info: Branch 'master'

Martin Pitt martin at kemper.freedesktop.org
Tue Oct 7 12:11:06 PDT 2008


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

New commits:
commit b41b3826d4cc9df1787bfa96f8c44edbe938b9fd
Author: Martin Pitt <martin.pitt at ubuntu.com>
Date:   Tue Oct 7 21:10:08 2008 +0200

    add Motorola V3xx mobile modem
    
    Add Motorola V3xx mobile modem, as reported by Andy Boeh (no public
    email address) in https://launchpad.net/bugs/267227

diff --git a/fdi/information/10freedesktop/10-modem.fdi b/fdi/information/10freedesktop/10-modem.fdi
index 8f6f5c8..9198a79 100644
--- a/fdi/information/10freedesktop/10-modem.fdi
+++ b/fdi/information/10freedesktop/10-modem.fdi
@@ -378,6 +378,21 @@
         </match>
       </match>
 
+      <!-- Motorola -->
+      <match key="@info.parent:usb.vendor_id" int="0x22b8">
+        <!-- V3xx -->
+        <match key="@info.parent:usb.product_id" int="0x6402">
+          <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>
   </device>
 </deviceinfo>


More information about the hal-commit mailing list