Subject: | Convert Device::USB to libusb 1.0 |
It looks like 1.0 is now the recommended version of libusb (at least
outside the Windows world).
I may need to break this into multiple packages:
* Device::USB::Legacy (?) to support 0.1 for now.
* Device::USB for new 1.0 version.
* Maybe break off the Win32 functionality separately.
Or, I could keep Device::USB supporting 0.1 and make a new
Device::LibUSB to support version 1.0.
I'll need to think about it.