@@ -680,6 +680,15 @@ static const struct mhi_pci_dev_info mhi_telit_fn990_info = {
680
680
.mru_default = 32768 ,
681
681
};
682
682
683
+ static const struct mhi_pci_dev_info mhi_telit_fe990a_info = {
684
+ .name = "telit-fe990a" ,
685
+ .config = & modem_telit_fn990_config ,
686
+ .bar_num = MHI_PCI_DEFAULT_BAR_NUM ,
687
+ .dma_data_width = 32 ,
688
+ .sideband_wake = false,
689
+ .mru_default = 32768 ,
690
+ };
691
+
683
692
/* Keep the list sorted based on the PID. New VID should be added as the last entry */
684
693
static const struct pci_device_id mhi_pci_id_table [] = {
685
694
{ PCI_DEVICE (PCI_VENDOR_ID_QCOM , 0x0304 ),
@@ -697,9 +706,9 @@ static const struct pci_device_id mhi_pci_id_table[] = {
697
706
/* Telit FN990 */
698
707
{ PCI_DEVICE_SUB (PCI_VENDOR_ID_QCOM , 0x0308 , 0x1c5d , 0x2010 ),
699
708
.driver_data = (kernel_ulong_t ) & mhi_telit_fn990_info },
700
- /* Telit FE990 */
709
+ /* Telit FE990A */
701
710
{ PCI_DEVICE_SUB (PCI_VENDOR_ID_QCOM , 0x0308 , 0x1c5d , 0x2015 ),
702
- .driver_data = (kernel_ulong_t ) & mhi_telit_fn990_info },
711
+ .driver_data = (kernel_ulong_t ) & mhi_telit_fe990a_info },
703
712
{ PCI_DEVICE (PCI_VENDOR_ID_QCOM , 0x0308 ),
704
713
.driver_data = (kernel_ulong_t ) & mhi_qcom_sdx65_info },
705
714
{ PCI_DEVICE (PCI_VENDOR_ID_QCOM , 0x0309 ),
0 commit comments