diff options
author | NicoHood <NicoHood@users.noreply.github.com> | 2015-10-11 14:39:36 +0200 |
---|---|---|
committer | NicoHood <NicoHood@users.noreply.github.com> | 2015-10-11 14:39:36 +0200 |
commit | ad0b3d9332a8b149df95e30285dc328f9418c59d (patch) | |
tree | b787276daf7a9b49373810ddf35cffb2bec44f43 /libraries | |
parent | 8237e5422d955b1329b8626e18d95b9f6ea71864 (diff) |
[PHID] Added missing GET_IDLE Request
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/HID/HID.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libraries/HID/HID.cpp b/libraries/HID/HID.cpp index 8da7d2c..cce3834 100644 --- a/libraries/HID/HID.cpp +++ b/libraries/HID/HID.cpp @@ -96,6 +96,9 @@ bool HID_::setup(USBSetup& setup) // TODO: Send8(protocol); return true; } + if (request == HID_GET_IDLE) { + // TODO: Send8(idle); + } } if (requestType == REQUEST_HOSTTODEVICE_CLASS_INTERFACE) |