Porting Quectel EC20 USB Modem Driver to Linux Kernel
USB Serial Driver Modifications Adding Vendor and Product IDs To enable kernel recognition of the module, add its Vendor ID (VID) and Product ID (PID) definitions. Modify the drivers/usb/serial/option.c file as shown. #define VIATELECOM_VENDOR_ID 0x15eb #define VIATELECOM_PRODUCT_CDS7 0x0001 #define...