Fred78290 / nct6687d

Linux kernel module for Nuvoton NCT6687-R
GNU General Public License v2.0
211 stars 40 forks source link

backport kernel-6.6-rc7 #80

Closed SergeyMy closed 11 months ago

SergeyMy commented 11 months ago

Is it necessary to “force” if available? SIO_ID_MASK

Fred78290 commented 11 months ago

Is it necessary to “force” if available? SIO_ID_MASK

Yes it means that in last chance you can force to install the module without care chipset ID. This was implemented by other authors to check if for unknown chipset the mod is fonctianaly.

You can add in the default case.

SergeyMy commented 11 months ago

ok added a bypass via force, although it is somewhat dangerous.

Fred78290 commented 11 months ago

ok added a bypass via force, although it is somewhat dangerous.

It's designed to test new chipset.