add Qualcomm 3G modem info to hal-info

Greg KH greg at kroah.com
Wed Feb 25 14:13:34 PST 2009


Below is a patch against the latest hal-info git tree that adds support
for Qualcomm's new 3G modem.  There's only one port bound to by the
driver (which is in the linux-next tree if anyone wants it), so no need
to specify the specific port.

If there's any problem with this, please let me know.

thanks,

greg k-h

----------
From: Greg Kroah-Hartman <gregkh at suse.de>
Subject: Add Quallcom 3G modem information.

It only has 1 port

Signed-off-by: Greg Kroah-Hartman <gregkh at suse.de>

diff --git a/fdi/information/10freedesktop/10-modem.fdi b/fdi/information/10freedesktop/10-modem.fdi
index f27ffe8..b8d167b 100644
--- a/fdi/information/10freedesktop/10-modem.fdi
+++ b/fdi/information/10freedesktop/10-modem.fdi
@@ -419,6 +419,14 @@
         </match>
       </match>
 
+      <!-- Qualcomm 3G modem -->
+      <match key="@info.parent:usb.vendor_id" int="0x05c6">
+        <match key="@info.parent:usb.product_id" int="0x9212">
+          <append key="modem.command_sets" type="strlist">GSM-07.07</append>
+          <append key="modem.command_sets" type="strlist">GSM-07.05</append>
+        </match>
+      </match>
+
 <!-- ***************************************************** 
 			PCMCIA cards 
      ***************************************************** --> 


More information about the hal mailing list