On 04/20/2016, 12:14 PM, Bjørn Mork wrote: >> --- a/drivers/net/usb/qmi_wwan.c >> +++ b/drivers/net/usb/qmi_wwan.c >> @@ -747,6 +747,10 @@ static const struct usb_device_id products[] = { >> {QMI_FIXED_INTF(0x1199, 0x9056, 8)}, /* Sierra Wireless Modem */ >> {QMI_FIXED_INTF(0x1199, 0x9057, 8)}, >> {QMI_FIXED_INTF(0x1199, 0x9061, 8)}, /* Sierra Wireless Modem */ >> + {QMI_FIXED_INTF(0x1199, 0x9070, 8)}, /* Sierra Wireless MC74xx/EM74xx */ >> + {QMI_FIXED_INTF(0x1199, 0x9070, 10)}, /* Sierra Wireless MC74xx/EM74xx */ >> + {QMI_FIXED_INTF(0x1199, 0x9071, 8)}, /* Sierra Wireless MC74xx/EM74xx */ >> + {QMI_FIXED_INTF(0x1199, 0x9071, 10)}, /* Sierra Wireless MC74xx/EM74xx */ > > This is of course harmless, but those devices won't actually work > without this fix: > > 93725149794d ("net: qmi_wwan: MDM9x30 specific power management") > > > And I'm not sure that one is appropriate for stable? I did consider it > more of a feature than a bugfix myself. But that's up to you to decide > of course. Yes, all of these are "features", but they still satisfy the stable rules though ("New device IDs and quirks are also accepted".) And given it is small enough and in upstream for a while I decided to put that in in the end. thanks, -- js suse labs -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html