Hi All, Here is v3 of my fusb302 bug-fix series, the main fix in this series makes active adapters like Type-C to HDMI (often HDMI + USB-3-A) adapters work when they are to be powered by the Type-C port and thus present both an Ra and a Rd resistor on their Cc pins (patch 5). Changes in v3: [PATCH v3 4/8] usb: typec: fusb302: Check vconn is off when we start -Use WARN with a message describing the problem, instead of WARN_ON [PATCH v3 5/8] usb: typec: fusb302: Fix fusb302_handle_togdone_src Ra -Keep the delays for measuring Rd / Ra the same as before instead of multiplying them by a factor 100 [PATCH v3 7/8] usb: typec: fusb302: Improve suspend/resume handling -Change devm_request_irq to a regular request_irq free_irq, so that the work can be properly stopped on remove Regards, Hans