christoph2 / pyxcp

ASAM XCP in Python
http://pyxcp.rtfd.org
GNU Lesser General Public License v3.0
197 stars 63 forks source link

restrict the USB search based on the vendor ID and product ID #128

Closed danielhrisca closed 1 year ago

danielhrisca commented 1 year ago

Types of changes

Scanning all the USB devices can lead to BSOD on Windows. Using the product and vendor IDs the search can be restricted to avoid "touching" USB devices that are prone to this problem.