summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorgny Johansson <torgny.johansson@ericsson.com>2009-07-16 12:15:42 +0200
committerMartin Pitt <martin.pitt@ubuntu.com>2009-07-16 12:15:42 +0200
commit318a7465b101c1c6347eb2b1d97e2023e90c7b96 (patch)
treed104c3f536ddfe60b73607c78d0854f264121552
parentd44e01f3a3ab7985f88c0b3f2dfdb5c095028d06 (diff)
fix USB interface ID of 5530 Mobile Broadband modem
https://launchpad.net/bugs/374970
-rw-r--r--fdi/information/10freedesktop/10-modem.fdi10
1 files changed, 8 insertions, 2 deletions
diff --git a/fdi/information/10freedesktop/10-modem.fdi b/fdi/information/10freedesktop/10-modem.fdi
index 4dbf09d..7debf61 100644
--- a/fdi/information/10freedesktop/10-modem.fdi
+++ b/fdi/information/10freedesktop/10-modem.fdi
@@ -418,9 +418,15 @@
5510 Mobile Broadband HSDPA ExpressCard == Novatel Merlin XU870 HSDPA/3G,
HSDPA 5520,
2x 5520 Voda I Mobile Broadband (3G HSDPA) Minicard,
- 5530 Mobile Broadband (3G HSPA) Mini-Card
-->
- <match key="@info.parent:usb.product_id" int_outof="0x8115;0x8116;0x8118;0x8136;0x8137;0x8138;0x8147">
+ <match key="@info.parent:usb.product_id" int_outof="0x8115;0x8116;0x8118;0x8136;0x8137;0x8138">
+ <match key="@info.parent:usb.interface.number" int="0">
+ <append key="modem.command_sets" type="strlist">GSM-07.07</append>
+ <append key="modem.command_sets" type="strlist">GSM-07.05</append>
+ </match>
+ </match>
+ <!-- 5530 Mobile Broadband (3G HSPA) Mini-Card -->
+ <match key="@info.parent:usb.product_id" int="0x8147">
<match key="@info.parent:usb.interface.number" int="0">
<append key="modem.command_sets" type="strlist">GSM-07.07</append>
<append key="modem.command_sets" type="strlist">GSM-07.05</append>