> 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 > Not sure if it's worth to sort these IDs so that it would be easier to > align IDs with vendor driver (it should be sorted as well). okay, I will send another patch to sort them after this is merged.