USB HID?

I just got a Arduino 101, got the blink sketch and the "Arduino/Genuino 101 CurieIMU Orientation Visualiser" working. Then I tried the "09.USB" examples and got this error:

Arduino: 1.6.8 (Windows 7), Board: "Arduino/Genuino 101"

In file included from C:\Program Files (x86)\Arduino\examples\09.USB\Mouse\ButtonMouseControl\ButtonMouseControl.ino:27:0:

C:\Program Files (x86)\Arduino\libraries\Mouse\src/Mouse.h:25:17: fatal error: HID.h: No such file or directory

#include "HID.h"

^

compilation terminated.

exit status 1
Error compiling for board Arduino/Genuino 101.

Is the USB HID functionality going to be available in the future, or do I need to try to modify code to make it work with the Intel CPU?

Hi,
the USB core is on the Quark (x86) part of the chip, so it can't be used in sketches (at the moment)