hal-info: Branch 'master'
Martin Pitt
martin at kemper.freedesktop.org
Tue Oct 7 12:35:33 PDT 2008
fdi/information/10freedesktop/10-modem.fdi | 11 +++++++++++
1 file changed, 11 insertions(+)
New commits:
commit fa8468a32fb28b26c786331180de63c5c042d0c6
Author: Martin Pitt <martin.pitt at ubuntu.com>
Date: Tue Oct 7 21:34:43 2008 +0200
add NEC emobile modem
Add NEC emobile modem, as reported by David Smith (no public email
address provided) in https://launchpad.net/bugs/279005.
diff --git a/fdi/information/10freedesktop/10-modem.fdi b/fdi/information/10freedesktop/10-modem.fdi
index 8be21ae..53b97fc 100644
--- a/fdi/information/10freedesktop/10-modem.fdi
+++ b/fdi/information/10freedesktop/10-modem.fdi
@@ -405,6 +405,17 @@
</match>
</match>
+ <!-- NEC -->
+ <match key="@info.parent:usb.vendor_id" int="0xaae">
+ <!-- emobile -->
+ <match key="@info.parent:usb.product_id" int="0x1c">
+ <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>
+
</match>
</device>
</deviceinfo>
More information about the hal-commit
mailing list