0f53316100
IMPROVEMENT-PLAN.md §10.1: critical quirk enforcement. Fresco Logic FL1009 and Etron EJ168 controllers have broken stream support. When BROKEN_STREAMS quirk is active, force usb_log_max_streams to None, which prevents stream context array allocation in configure_endpoints_once(). Previously the quirk was declared and logged at init but had no runtime effect — streams were still allocated, causing crashes on these controllers. Cross-referenced with Linux 7.1 xhci-pci.c BROKEN_STREAMS enforcement in xhci_alloc_streams().