groupgets / purethermal1-firmware

Reference firmware for PureThermal 1 FLIR Lepton Dev Kit
MIT License
125 stars 62 forks source link

Implement RAD_2 Extension Unit #13

Closed Sheyne closed 6 years ago

Sheyne commented 6 years ago

This is a workaround for a limitation on the number of controls allowed by windows on an extension unit.

https://docs.microsoft.com/en-us/windows-hardware/drivers/stream/device-requirements-for-usb-video-class-extension-units

The current implementation of the USB Video Class driver limits the number of controls on an Extension Unit to 31.

kekiefer commented 6 years ago

The change set looks good. The base of your branch is master, I will rebase and merge on development.