On Fri, Aug 04, 2023 at 11:40:39AM +0200, Daniele Palmas wrote: > Add support for Telit FE990 that has the same configuration than FN990: s/than/as > > $ lspci -vv > 04:00.0 Unassigned class [ff00]: Qualcomm Device 0308 > Subsystem: Device 1c5d:2015 > > Signed-off-by: Daniele Palmas <dnlplm@xxxxxxxxx> Reviewed-by: Manivannan Sadhasivam <mani@xxxxxxxxxx> > --- > drivers/bus/mhi/host/pci_generic.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/drivers/bus/mhi/host/pci_generic.c b/drivers/bus/mhi/host/pci_generic.c > index fcd80bc92978..676f3ae33ae9 100644 > --- a/drivers/bus/mhi/host/pci_generic.c > +++ b/drivers/bus/mhi/host/pci_generic.c > @@ -595,6 +595,9 @@ static const struct pci_device_id mhi_pci_id_table[] = { > /* Telit FN990 */ > { PCI_DEVICE_SUB(PCI_VENDOR_ID_QCOM, 0x0308, 0x1c5d, 0x2010), > .driver_data = (kernel_ulong_t) &mhi_telit_fn990_info }, > + /* Telit FE990, same configuration than FN990 */ No need to mention configuration here. - Mani > + { PCI_DEVICE_SUB(PCI_VENDOR_ID_QCOM, 0x0308, 0x1c5d, 0x2015), > + .driver_data = (kernel_ulong_t) &mhi_telit_fn990_info }, > { PCI_DEVICE(PCI_VENDOR_ID_QCOM, 0x0308), > .driver_data = (kernel_ulong_t) &mhi_qcom_sdx65_info }, > { PCI_DEVICE(PCI_VENDOR_ID_QUECTEL, 0x1001), /* EM120R-GL (sdx24) */ > -- > 2.37.1 > > -- மணிவண்ணன் சதாசிவம்