|
@@ -8,6 +8,7 @@
|
|
#include "hid.h"
|
|
#include "hid.h"
|
|
#include "hidboot.h"
|
|
#include "hidboot.h"
|
|
#include "parser.h"
|
|
#include "parser.h"
|
|
|
|
+#include "usbhub.h"
|
|
|
|
|
|
|
|
|
|
#include "lufa.h"
|
|
#include "lufa.h"
|
|
@@ -23,6 +24,15 @@
|
|
static USB usb_host;
|
|
static USB usb_host;
|
|
static HIDBoot<HID_PROTOCOL_KEYBOARD> kbd(&usb_host);
|
|
static HIDBoot<HID_PROTOCOL_KEYBOARD> kbd(&usb_host);
|
|
static KBDReportParser kbd_parser;
|
|
static KBDReportParser kbd_parser;
|
|
|
|
+static USBHub hub1(&usb_host);
|
|
|
|
+
|
|
|
|
+static USBHub hub2(&usb_host);
|
|
|
|
+static USBHub hub3(&usb_host);
|
|
|
|
+static USBHub hub4(&usb_host);
|
|
|
|
+static USBHub hub5(&usb_host);
|
|
|
|
+static USBHub hub6(&usb_host);
|
|
|
|
+static USBHub hub7(&usb_host);
|
|
|
|
+*/
|
|
|
|
|
|
static void LUFA_setup(void)
|
|
static void LUFA_setup(void)
|
|
{
|
|
{
|