Message ID | 20240426020220.10821-1-atlas.yu@canonical.com |
---|---|
Headers | show |
Series | Add support for Quectel EM160R-GL modem | expand |
Acked-by: Thibault Ferrante <thibault.ferrante@canonical.com> On 26-04-2024 04:02, Atlas Yu wrote: > BugLink: https://bugs.launchpad.net/bugs/2063399 > > [Impact] > > * Add support for Quectel EM160R-GL modem, so the device could be properly > probed. > > [Test Plan] > > * Check output of `sudo lspci -vs $DEVICE`, and the `Kernel driver in use` is > mht-pci-generic. > > [Where problems could occur] > > * The commit only introduces a PID, it won't impact devices which are supported > originally. > > [Other Info] > > * Upstream commit: https://github.com/torvalds/linux/commit/110f113a4898e8a45ea14a3b0108cfcd7ecd52d5 > * Lenovo with this device will be enabled by linux-oem-6.5. > > --- > > The commit is already in v6.6, SRU oem-6.5 and mantic. > > Duke Xin (辛安文) <duke_xinanwen@163.com> (1): > bus: mhi: host: pci_generic: Add support for Quectel EM160R-GL modem > > drivers/bus/mhi/host/pci_generic.c | 2 ++ > 1 file changed, 2 insertions(+) >
On 4/26/24 10:02, Atlas Yu wrote: > BugLink: https://bugs.launchpad.net/bugs/2063399 > > [Impact] > > * Add support for Quectel EM160R-GL modem, so the device could be properly > probed. > > [Test Plan] > > * Check output of `sudo lspci -vs $DEVICE`, and the `Kernel driver in use` is > mht-pci-generic. > > [Where problems could occur] > > * The commit only introduces a PID, it won't impact devices which are supported > originally. > > [Other Info] > > * Upstream commit: https://github.com/torvalds/linux/commit/110f113a4898e8a45ea14a3b0108cfcd7ecd52d5 > * Lenovo with this device will be enabled by linux-oem-6.5. > > --- > > The commit is already in v6.6, SRU oem-6.5 and mantic. > > Duke Xin (辛安文) <duke_xinanwen@163.com> (1): > bus: mhi: host: pci_generic: Add support for Quectel EM160R-GL modem > > drivers/bus/mhi/host/pci_generic.c | 2 ++ > 1 file changed, 2 insertions(+) Acked-by: Guoqing Jiang <guoqing.jiang@canonical.com> Acked-by: Acked-by:
On 26/04/2024 04:02, Atlas Yu wrote: > BugLink: https://bugs.launchpad.net/bugs/2063399 > > [Impact] > > * Add support for Quectel EM160R-GL modem, so the device could be properly > probed. > > [Test Plan] > > * Check output of `sudo lspci -vs $DEVICE`, and the `Kernel driver in use` is > mht-pci-generic. > > [Where problems could occur] > > * The commit only introduces a PID, it won't impact devices which are supported > originally. > > [Other Info] > > * Upstream commit: https://github.com/torvalds/linux/commit/110f113a4898e8a45ea14a3b0108cfcd7ecd52d5 > * Lenovo with this device will be enabled by linux-oem-6.5. > > --- > > The commit is already in v6.6, SRU oem-6.5 and mantic. > > Duke Xin (辛安文) <duke_xinanwen@163.com> (1): > bus: mhi: host: pci_generic: Add support for Quectel EM160R-GL modem > > drivers/bus/mhi/host/pci_generic.c | 2 ++ > 1 file changed, 2 insertions(+) > I had to adjust the context due to your previous submission. Applied to mantic:linux master-next branch. Thanks!