-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Keyboard with boot protocol enabled #150
Comments
I can confirm the emulated keyboard does not work on the boot screen of a Mid-2014 macbook pro while a real Dell keyboard does work. |
For progress record: There is some progress in https://github.com/DeqingSun/ch55xduino/blob/ec3b8958397dac77035ab4ae40cd06331b51320d/ch55xduino/ch55x/libraries/Generic_Examples/examples/05.USB/HidKeyboard/src/userUsbHidKeyboard/USBhandler.c that deal with HID report access on EP0. More work need to be done to do get EP0 IN work properly. |
@OmerFS I seems get it working on my Mac in boot screen. Let me know if this example work for you. |
Hello i am sorry for not returning in time i saw your post in my mail today i have variety of old notebooks i will test and post the results thank you so much. |
Hello i tested new update on 3 laptops ; it works on windows but it didn't work in bios screen |
Thanks for sharing. I suppose there must be some USB request that I did not handle properly. I'll check it this weekend with a real windows machine. I suppose the bios in windows and mac still handle the USB differently. |
I've tested it on I tried to use
And the cursor can be moved in BIOS |
Hello,
ch55xduino/ch55x/libraries/Generic_Examples/examples/05.USB/HidKeyboard
compiled to ch552 mcu HID working fine on windows and linux. it is not working on bios
How to made work on bios screen?
(by the way, it is working on new model computers bioses but not working on a bit old bioses like Asus N550JV)
Thanks in advance
The text was updated successfully, but these errors were encountered: