> > By the way, these IDs aren't in increasing order, how did you pick IDs > > from vendor driver? > > Mikhail Novosyolov taught me a good command [1] to find out the missing > USB IDs. :) > > $ diff -u --color \ > <(modinfo a.ko | grep ^alias | sort -u) \ > <(modinfo b.ko | grep ^alias | sort -u) > > [1] https://github.com/morrownr/88x2bu-20210702/issues/224#issuecomment-2404823387 > Cool. I thought you compared them with source code rather than binary code. So maybe it is not necessary to align them in source code.