Re: uftdi quirks for iCEBreaker FPGA
Jason Thorpe <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.kernel |
|---|---|
| Message-ID | <[email protected]> |
> On Oct 6, 2024, at 1:23 PM, Lloyd Parkes <[email protected]> wrote: > > Maybe I could add a match_flags field that had a flag in it to indicate > that the product string should be a prefix match instead of a whole > string match? Does that sound like a useful approach? That sounds reasonable. Alternatively, perhaps the quirk match function could be made to use pmatch(). -- thorpej