hal-info: Branch 'master'
Martin Pitt
martin at kemper.freedesktop.org
Thu Oct 2 10:50:20 PDT 2008
fdi/information/10freedesktop/10-modem.fdi | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
New commits:
commit 17302db5e6e773f9b21480918d88bf2e636cc5e7
Author: fanen <afanen01 at gmail.com>
Date: Thu Oct 2 19:49:20 2008 +0200
Add Nokia 6300 as a GPRS/EDGE modem (CDC ACM)
Contributed in https://launchapd.net/bugs/258197
diff --git a/fdi/information/10freedesktop/10-modem.fdi b/fdi/information/10freedesktop/10-modem.fdi
index f302a80..41a5084 100644
--- a/fdi/information/10freedesktop/10-modem.fdi
+++ b/fdi/information/10freedesktop/10-modem.fdi
@@ -353,6 +353,22 @@
<append key="modem.command_sets" type="strlist">V.250</append>
</match>
</match>
+
+
+ <!-- Nokia -->
+ <match key="@info.parent:usb.vendor_id" int="0x421">
+ <!-- 6300 as a GPRS/EDGE modem (CDC ACM) -->
+ <match key="@info.parent:usb.product_id" int="0x4f9">
+ <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>
More information about the hal-commit
mailing list