firm_send_command
static int firm_send_command(struct usb_serial_port *port, __u8 command,
return firm_send_command(port, WHITEHEAT_OPEN,
return firm_send_command(port, WHITEHEAT_CLOSE,
firm_send_command(port, WHITEHEAT_SETUP_PORT,
return firm_send_command(port, WHITEHEAT_SET_RTS,
return firm_send_command(port, WHITEHEAT_SET_DTR,
return firm_send_command(port, WHITEHEAT_SET_BREAK,
return firm_send_command(port, WHITEHEAT_PURGE,
return firm_send_command(port, WHITEHEAT_GET_DTR_RTS,
return firm_send_command(port, WHITEHEAT_REPORT_TX_DONE,