Hi Haiyue, > > + > > +/* > > + * Test whether the auxiliary device exist */ bool > > +auxiliary_exists(const char *name) > > is_auxiliary_support() ?
This function test whether an auxiliary device exists, name parameter is device name. I think auxiliary_dev_exists(name) make more sense. Agree with other comments, thanks!