Home
last modified time | relevance | path

Searched refs:CH341_QUIRK_SIMULATE_BREAK (Results 1 – 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/serial/
Dch341.c81 #define CH341_QUIRK_SIMULATE_BREAK BIT(1) macro
378 quirks = CH341_QUIRK_LIMITED_PRESCALER | CH341_QUIRK_SIMULATE_BREAK; in ch341_detect_quirks()
666 if (priv->quirks & CH341_QUIRK_SIMULATE_BREAK) { in ch341_break_ctl()