TUD-OS / NRE

NOVA runtime environment (official branch)
GNU General Public License v2.0
33 stars 12 forks source link

USB HID support #18

Open blitz opened 11 years ago

blitz commented 11 years ago

Relying on USB legacy emulation has various issues (see #8). We need USB HID support to have reliable input.

udosteinberg commented 11 years ago

There are some chipsets already out there where USB legacy support is no longer present. See for example issue 5 in http://download.intel.com/embedded/chipsets/specupdate/324212.pdf

blitz commented 11 years ago

Was to be expected at some point. But even on the systems that do support it, it is a pain in the butt to have to rely on legacy emulation.