Description: This structure is defines a USB Serial driver. It provides all of the information that the USB serial core code needs. If the function pointers are defined, then the USB serial core code will call them when the corresponding tty port functions are called. If they are not called, the generic serial function will be used instead.
To Search:
File list (Check if you may need any files):
USB串口驱动\usb-serial.c
...........\usb-serial.h
USB串口驱动