USB Library
USBHostHIDInitialize Function
Syntax
bool USBHostHIDInitialize(
    uint8_t address, 
    uint32_t flags, 
    uint8_t clientDriverID
);
Description

This function is the initialization routine for this client driver. It is called by the host layer when the USB device is being enumerated.For a HID device we need to look into HID descriptor, interface descriptor and endpoint descriptor.

Preconditions

None

Return Values
Return Values 
Description 
true 
We can support the device. 
false 
We cannot support the device. 
Remarks

None

MLA - USB Library Help Version : 2.16
http://www.microchip.com/mla