Re: [PATCH RFC] usb: typec: thunderbolt: Fix Thunderbolt adapter type bitfield values
From: Jameson Thies
Date: Thu Oct 02 2025 - 15:31:04 EST
Hi Konrad,
thanks for raising this. Yes, it looks like this works around the
current faulty definitions in typec_tbt.h. Where
pd_ctrl->control_flags is assigned in our EC firmware, the
USB_PD_CTRL_TBT_LEGACY_ADAPTER correctly gets set to 1 for TBT2 legacy
adapters. So the data.device_mode assignment you are updating here is
currently correct even though the macro is incorrect. Your patch LGTM.