Add new functions to the HID host class driver, refine HID interface protocol matching.

Remove stray state variable from the CDC host class driver.
This commit is contained in:
Dean Camera 2009-08-11 09:12:29 +00:00
parent a2001ac1cc
commit c86491af8b
9 changed files with 80 additions and 22 deletions

View file

@ -47,7 +47,6 @@ USB_ClassInfo_HID_Host_t Mouse_HID_Interface =
.DataINPipeNumber = 1,
.DataOUTPipeNumber = 2,
.MatchInterfaceProtocol = true,
.HIDInterfaceProtocol = 0x02,
},
};