Home
last modified time | relevance | path

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

/linux/drivers/usb/serial/
H A Dch341.c81 #define CH341_QUIRK_SIMULATE_BREAK BIT(1) macro
361 quirks = CH341_QUIRK_LIMITED_PRESCALER | CH341_QUIRK_SIMULATE_BREAK; in ch341_detect_quirks()
643 if (priv->quirks & CH341_QUIRK_SIMULATE_BREAK) in ch341_break_ctl()