|
From: Xiaofan C. <xia...@gm...> - 2022-06-02 07:51:14
|
On Sun, May 29, 2022 at 1:33 PM Doron_Holan <osr...@va...> wrote: > > OSR https://community.osr.com/ > > Doron_Holan commented on Driver installation for a usb device having > variable vid and pid > > Any INF can match against a compatible ID. By policy no third party INF matching > a compat ID will be signed by WHQL. If WHQL does sign such an INF in any > workflow, that is a failure to apply the correct policy and not by design. > > -- > Reply to this email directly or follow the link below to check it out: > https://community.osr.com/discussion/comment/304601#Comment_304601 The above is an interesting thing to know if you want to use your inf file matching a custom compat ID. It can be done, but the catch is that it is not possible to get WHQL. Last time Pete did have the idea of using MS_COMP_LIBUSBK or MS_COMP_LIBUSB0. But in the end it is not that useful since WinUSB is the generic Windows USB driver to use for most of the users. Reference: https://marc.info/?l=libusb-devel&m=134217969228238&w=2 -- Xiaofan |