1 2 3 enum { 4 Net20DCVid = 0x0525, /* Ajays usb debug cable */ 5 Net20DCDid = 0x127a, 6 }; 7 8 int uconsmatch(char *info); 9 extern Serialops uconsops; 10