Re: How to find a uhid device from Vendor and Product ID?
rev %s\n", buf, di.udi_product, di.udi_productNo, di.udi_vendor, di.udi_vendorNo, di.udi_release); n++; break; } if (n == 0) printf("no uhid found\n"); return f; } Penned by Pau
How to find a uhid device from Vendor and Product ID?
I'm hoping this is the right list for this question, and please forgive me if this is a dumb question or it's been asked before. I've tried google and man pages and about a day's worth of coding with little success. I'm trying to support OpenBSD in a new version of this program http://www.pjr