.Config =\r
{\r
.DataINPipeNumber = 1,\r
+ .DataINPipeDoubleBank = false,\r
+\r
.DataOUTPipeNumber = 2,\r
+ .DataOUTPipeDoubleBank = false,\r
\r
.HIDInterfaceProtocol = HID_NON_BOOT_PROTOCOL,\r
\r
\r
/* Iterate through the item's collection path, until either the root collection node or a collection with the\r
* Mouse Usage is found - this prevents Joysticks, which use identical descriptors except for the Joystick usage\r
- * parent node, from being erronously treated as a mouse\r
+ * parent node, from being erroneously treated as a mouse\r
*/\r
for (HID_CollectionPath_t* CurrPath = CurrentItem->CollectionPath; CurrPath != NULL; CurrPath = CurrPath->Parent)\r
{\r