InterfaceInit.h 738 B

1234567891011121314151617181920212223242526
  1. #ifndef _INTERFACE_INIT_H
  2. #define _INTERFACE_INIT_H
  3. #define BCM_USB_VENDOR_ID_T3 0x198f
  4. #define BCM_USB_VENDOR_ID_FOXCONN 0x0489
  5. #define BCM_USB_VENDOR_ID_ZTE 0x19d2
  6. #define BCM_USB_PRODUCT_ID_T3 0x0300
  7. #define BCM_USB_PRODUCT_ID_T3B 0x0210
  8. #define BCM_USB_PRODUCT_ID_T3L 0x0220
  9. #define BCM_USB_PRODUCT_ID_SYM 0x15E
  10. #define BCM_USB_PRODUCT_ID_1901 0xe017
  11. #define BCM_USB_PRODUCT_ID_226 0x0132 /* not sure if this is valid */
  12. #define BCM_USB_PRODUCT_ID_ZTE_226 0x172
  13. #define BCM_USB_PRODUCT_ID_ZTE_326 0x173 /* ZTE AX326 */
  14. #define BCM_USB_PRODUCT_ID_ZTE_TU25 0x0007
  15. #define BCM_USB_MINOR_BASE 192
  16. int InterfaceInitialize(void);
  17. int InterfaceExit(void);
  18. int usbbcm_worker_thread(struct bcm_interface_adapter *psIntfAdapter);
  19. #endif