Hi Sean, On Fri, Sep 15, 2023 at 11:36:49AM -0400, Sean Anderson wrote: > On 7/21/23 09:50, Markus Schneider-Pargmann wrote: > > +static const struct tcan4x5x_version_info tcan4x5x_versions[] = { > > + [TCAN4552] = { > > + .name = "4552", > > + .id2_register = 0x32353534, > > + }, > > + [TCAN4553] = { > > + .name = "4553", > > + .id2_register = 0x32353534, > > Should this be 0x33353534? Thank you for noticing! Yes. Probably slipped through in the last refactoring. I will send a fix. Best, Markus