greatscottgadgets / python-usb-protocol

python library providing utilities, data structures, constants, parsers, and tools for working with USB data
BSD 3-Clause "New" or "Revised" License
55 stars 32 forks source link

Fix DeviceDescriptorCollection always adding a language descriptor #4

Closed dokthar closed 4 years ago

dokthar commented 4 years ago

Fix Issue #3 and add test

ktemkin commented 4 years ago

Good catch-- thanks! ^_^