**** BEGIN LOGGING AT Thu Oct 07 02:59:56 2010 Oct 07 10:38:09 balrog-k1n: p is pause Oct 07 12:34:43 has anybody tested the F3507g data modem with the latest udev rules? Oct 07 13:02:28 Marcel: need some information on the desc check done in udev.c(add_mbm function) Oct 07 13:13:46 Jeevaka: dell 5530 works, does it count? Oct 07 13:15:50 ok, let me correct my question Oct 07 13:16:16 I have a prototype - F3507g data modem Oct 07 13:18:36 When I plugin this, desc returned is Ericsson F3507g WMC 1.0 Modem, Ericsson F3507g WMC 1.0 Data modem etc Oct 07 13:20:12 In udev.c, we dont check for this one, so ofono_modem_register is not getting called Oct 07 13:20:47 Is there any specific reason? If not, can I add this check to udev.c(add_mbm)? Oct 07 13:24:54 add_mbm does not grok all the ports and interfaces of the modem? Oct 07 13:30:09 kind of Oct 07 13:31:48 I have to add the g_str_has_suffix(desc,"WMC 1.0 Modem"), g_str_has_suffix(desc,"WMC 1.0 Data Modem"), g_str_has_suffix(desc, "WMC 1.0 GPS Port") and also same for Network Adapter to get the Ericsson F3507g to work Oct 07 13:34:17 for eg: can we only check for "Modem", "USB Modem" instead of checking for "Minicard Modem", "Broadband USB Modem" Oct 07 13:35:11 I maybe wrong as well Oct 07 13:40:45 I'd guess it would be possible to use some sysattrs instead of trying to match descriptions Oct 07 13:46:03 which attribute do you think would be the right option for this check. Oct 07 14:10:11 bInterfaceNumber? Oct 07 14:11:12 but perhpas there is a reason not to use it? huawei seems to use it, but it changes from model to model Oct 07 14:12:21 my acm0/acm1/acm2 has bInterfaceNumbers 1/3/9, respectively **** ENDING LOGGING AT Fri Oct 08 02:59:57 2010