Re: [PATCH v2 10/12] usb: typec: tcpm: add discover svids and discover modes support for sop'

From: RD Babiera
Date: Mon Jan 08 2024 - 14:03:09 EST


I must've replaced the partner unregistration instead of adding the
cable one when
splitting the patchset, sorry about that. Thanks for the catch.

On Tue, Dec 19, 2023 at 6:32 AM Heikki Krogerus
<heikki.krogerus@xxxxxxxxxxxxxxx> wrote:
> I'm probable missing something, but where are the partner altmodes now
> unregistered?
>
> > memset(modep, 0, sizeof(*modep));
> > + memset(modep_prime, 0, sizeof(*modep_prime));
> > }
> >
> > static void tcpm_set_partner_usb_comm_capable(struct tcpm_port *port, bool capable)
>

best,
rd