Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
IUU_BAUD_9600
drivers/usb/serial/iuu_phoenix.c
748
buf[1] = (u8) ((IUU_BAUD_9600 >> 8) & 0x00FF);
drivers/usb/serial/iuu_phoenix.c
749
buf[2] = (u8) (0x00FF & IUU_BAUD_9600);