#ifndef __LINUX_USB_SERIAL_BSA_H
#define __LINUX_USB_SERIAL_BSA_H
#define BELKIN_DOCKSTATION_VID …
#define BELKIN_DOCKSTATION_PID …
#define BELKIN_SA_VID …
#define BELKIN_SA_PID …
#define BELKIN_OLD_VID …
#define BELKIN_OLD_PID …
#define PERACOM_VID …
#define PERACOM_PID …
#define GOHUBS_VID …
#define GOHUBS_PID …
#define HANDYLINK_PID …
#define BELKIN_SA_SET_BAUDRATE_REQUEST …
#define BELKIN_SA_SET_STOP_BITS_REQUEST …
#define BELKIN_SA_SET_DATA_BITS_REQUEST …
#define BELKIN_SA_SET_PARITY_REQUEST …
#define BELKIN_SA_SET_DTR_REQUEST …
#define BELKIN_SA_SET_RTS_REQUEST …
#define BELKIN_SA_SET_BREAK_REQUEST …
#define BELKIN_SA_SET_FLOW_CTRL_REQUEST …
#ifdef WHEN_I_LEARN_THIS
#define BELKIN_SA_SET_MAGIC_REQUEST …
#define BELKIN_SA_RESET …
#define BELKIN_SA_GET_MODEM_STATUS …
#endif
#define BELKIN_SA_SET_REQUEST_TYPE …
#define BELKIN_SA_BAUD(b) …
#define BELKIN_SA_STOP_BITS(b) …
#define BELKIN_SA_DATA_BITS(b) …
#define BELKIN_SA_PARITY_NONE …
#define BELKIN_SA_PARITY_EVEN …
#define BELKIN_SA_PARITY_ODD …
#define BELKIN_SA_PARITY_MARK …
#define BELKIN_SA_PARITY_SPACE …
#define BELKIN_SA_FLOW_NONE …
#define BELKIN_SA_FLOW_OCTS …
#define BELKIN_SA_FLOW_ODSR …
#define BELKIN_SA_FLOW_IDSR …
#define BELKIN_SA_FLOW_IDTR …
#define BELKIN_SA_FLOW_IRTS …
#define BELKIN_SA_FLOW_ORTS …
#define BELKIN_SA_FLOW_ERRSUB …
#define BELKIN_SA_FLOW_OXON …
#define BELKIN_SA_FLOW_IXON …
#define BELKIN_SA_LSR_INDEX …
#define BELKIN_SA_LSR_RDR …
#define BELKIN_SA_LSR_OE …
#define BELKIN_SA_LSR_PE …
#define BELKIN_SA_LSR_FE …
#define BELKIN_SA_LSR_BI …
#define BELKIN_SA_LSR_THE …
#define BELKIN_SA_LSR_TE …
#define BELKIN_SA_LSR_ERR …
#define BELKIN_SA_MSR_INDEX …
#define BELKIN_SA_MSR_DCTS …
#define BELKIN_SA_MSR_DDSR …
#define BELKIN_SA_MSR_DRI …
#define BELKIN_SA_MSR_DCD …
#define BELKIN_SA_MSR_CTS …
#define BELKIN_SA_MSR_DSR …
#define BELKIN_SA_MSR_RI …
#define BELKIN_SA_MSR_CD …
#endif