-
-
Notifications
You must be signed in to change notification settings - Fork 241
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can you add manually vendorid and productid of unknown devices? #955
Comments
|
so i could also update this file with my vid and pid? |
You would have to recompile. The list is pre-processed during compilation and embedded into the EXE for performance reasons. |
thanks for your info. it would be nice if one can add an adapted usb.id file in basefolder of usbipd and let usbipd detect if this file exists and if yes load this file and if not use the compiled usb.id instead. would that be possible to do? |
Possible, yes. But I've already decided against that earlier. See #468. All about performance which sucks on .NET when reading a file like this ... multiple seconds on systems with virus scanners ... So, sorry, that is not going to happen. |
i have some usb devices which are not listed in the database for vid and pid pairs. so where can i find these vid and pid list and are these values stored in a file and can you add your own entries for unknown vids and pids? from where usbipd is getting these values?
The text was updated successfully, but these errors were encountered: