hal-info: Branch 'master'
Martin Pitt
martin at kemper.freedesktop.org
Thu Feb 26 00:19:11 PST 2009
fdi/information/10freedesktop/10-modem.fdi | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
New commits:
commit db5d853e1eb09ff6294425f76c1c91c2b6997c91
Author: Greg KH <greg at kroah.com>
Date: Thu Feb 26 09:18:43 2009 +0100
add Qualcomm 3G modem
Add Qualcomm 3G modem, as reported on the hal ML.
diff --git a/fdi/information/10freedesktop/10-modem.fdi b/fdi/information/10freedesktop/10-modem.fdi
index f27ffe8..028679b 100644
--- a/fdi/information/10freedesktop/10-modem.fdi
+++ b/fdi/information/10freedesktop/10-modem.fdi
@@ -70,7 +70,7 @@
</match>
</match>
- <!-- BSNL -->
+ <!-- BSNL/Qualcomm -->
<match key="@info.parent:usb.vendor_id" int="0x5c6">
<!-- ZTE CDMA/EVDO AC8700 usb modem -->
<match key="@info.parent:usb.product_id" int_outof="0x3197;0x6000">
@@ -78,6 +78,12 @@
<append key="modem.command_sets" type="strlist">IS-707-A</append>
</match>
</match>
+
+ <!-- Qualcomm 3G modem -->
+ <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>
<!-- NEC -->
More information about the hal-commit
mailing list