Comment 6 for bug 259041

Revision history for this message
James Whitlock (wiggleraway) wrote :

The submitted patch only matches the product id and does not match the vendor id. This problem exists with all nokia device patches on the 10-modem.fdi file. Also due to the number of nokia phones that need to be supported it might be best to rewrite the individual rules as a single nokia modem rule such as:

<!-- Nokia 6300, E70, E71, 3109c as GPRS/EDGE modems (CDC ACM) -->
<match <email address hidden>:usb.vendor_id" int="0x421">
<match <email address hidden>:usb.product_id" int_outof="0x02;0x418;0xaa;0x64">>
<match <email address hidden>:usb.interface.class" int="0x02">
<match <email address hidden>: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>