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 key="@info.parent:usb.vendor_id" int="0x421"> <match key="@info.parent:usb.product_id" int_outof="0x02;0x418;0xaa;0x64">> <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> -- 0.7 nokia 3109c not detected as GPRS modem by NetworkManager https://bugs.launchpad.net/bugs/259041 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
