Home
last modified time | relevance | path

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

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