g_hid is the gadget driver. That means it is the driver that would allow the Kobo to _act_ as a HID _device_, not as a host to a device. What you would need is:
- the HCD (host controller) driver,
- basic USB device drivers (hub),
- USB HID _device_ driver
|