xref: /plan9/sys/src/cmd/usb/serial/ucons.h (revision 4d52e0f0afc1408b2682fad721a1bb25db427640)
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