* only store KEYBOARD usage page items into the Processed HID Report structure to\r
* save RAM and ignore the rest\r
*/\r
- return (CurrentItemAttributes->Usage.Page == USAGE_PAGE_KEYBOARD)\r
+ return (CurrentItemAttributes->Usage.Page == USAGE_PAGE_KEYBOARD);\r
}\r
* structure to save RAM and ignore the rest\r
*/\r
return ((CurrentItemAttributes->Usage.Page == USAGE_PAGE_BUTTON) ||\r
- (CurrentItemAttributes->Usage.Page == USAGE_PAGE_GENERIC_DCTRL))\r
+ (CurrentItemAttributes->Usage.Page == USAGE_PAGE_GENERIC_DCTRL));\r
}\r