> +/* Helpers to access cached command responses. */ > +#define UCSI_CONCAP(_con_, _field_) \ > + ucsi_bitfield_read((_con_)->status, UCSI_CONCAP_##_field_, (_con_)->ucsi->version) Pooja noticed (off-list) that I forgot to fix this part - "status" should be "cap" here. Thanks for cathing that. > +#define UCSI_CONSTAT(_con_, _field_) \ > + ucsi_bitfield_read((_con_)->status, UCSI_CONSTAT_##_field_, (_con_)->ucsi->version) > > /* -------------------------------------------------------------------------- */ thanks, -- heikki