]> git.lizzy.rs Git - plan9front.git/blob - sys/src/cmd/nusb/serial/ucons.h
nusb: use ep->addr instead of ep->id in unstall() library function
[plan9front.git] / sys / src / cmd / nusb / serial / ucons.h
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;