ldube opened a new pull request, #8921:
URL: https://github.com/apache/nuttx/pull/8921

   ## Summary
   Using the interrupt pipe is recommended in the Get_Report request section of 
the HID standard. This option has been added to support some keyboards that 
refuse to return valid keys when polled using the Get_Report request. Support 
for the Caps Lock key, including the LED, has also been added.
   
   The interrupt transfers are not enabled by default. This will enable the 
feature:
   CONFIG_HIDKBD_NOGETREPORT=y
   
   ## Impact
   Affects the HID keyboard driver only.
   
   ## Testing
   Used the hidkbd application.
   Also used "cat /dev/kbda &"  and  "cat /dev/kbdb &"  to test two keyboards 
at the same time. Pressing caps lock changes the light on both keyboards.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to