diff options
author | Johan Hovold <johan@kernel.org> | 2022-07-25 09:58:37 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-07-25 10:57:41 +0200 |
commit | 3fb975e66ce2c6eb50e8ad1963c19bee20302757 (patch) | |
tree | 1e9f564467321f67ca25109a0c9739dc570ed2f6 /drivers/usb/class/cdc-acm.h | |
parent | a0a3202b44a9fdf2a1f6330a0d176aee76c8631d (diff) |
USB: cdc-acm: use CDC control-line defines
Use the new CDC control-line defines.
Signed-off-by: Johan Hovold <johan@kernel.org>
Link: https://lore.kernel.org/r/20220725075841.1187-4-johan@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/class/cdc-acm.h')
-rw-r--r-- | drivers/usb/class/cdc-acm.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/usb/class/cdc-acm.h b/drivers/usb/class/cdc-acm.h index d26ecd15be60..da7e8b8aaf28 100644 --- a/drivers/usb/class/cdc-acm.h +++ b/drivers/usb/class/cdc-acm.h @@ -23,13 +23,6 @@ #define USB_RT_ACM (USB_TYPE_CLASS | USB_RECIP_INTERFACE) /* - * Output control lines. - */ - -#define ACM_CTRL_DTR 0x01 -#define ACM_CTRL_RTS 0x02 - -/* * Input control lines and line errors. */ |