-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
usb_usb: 2.4G Dongle Chilkey ND75 #778
Comments
Hi Hasu, thanks again for looking into this issue. I've compiled a hex from scratch but was having some issues with it, so did some digging and I think that the vendor and product IDs in hidboot.h are slightly wrong. I've changed it like so, and it's now working for me:
Regards, |
I've been using the 2.4G dongle & usb-usb converter most of the day today... However:
I think the issue with key presses sometimes working and sometimes not is the reason I didn't think your first changes worked initially, in the forum thread. Anyway, thank you again for your software and time! |
Thanks for the patch. The code was updated in repo. I used wrong vid/pid for no reason... Those issues don't happen when connecting it as usb wired keyboard with the converter, right? With debug firmware you can see useful info in debug log, perhaps. You can build debug firmware with |
Thanks - yes you are correct, there are no issues at all using the usb converter and wired connection to the ND75. I'll try to capture some info on the sleep/wake wireless issue and post it here. |
Unfortunately there's no output at all when the keyboard falls asleep or wakes. Initial connection:
And then no output at all on fall asleep or wake. |
Sorry for late reply. Which OS are you using? I guess that power saving code causes the problem. |
No worries at all - I'm using the usb-usb converter wired with no issues at all. I'm running on Linux: kernel 6.6.52-gentoo. I tried the nopowerdown firmware, but it also output nothing when the keyboard fell asleep or woke up:
|
Thanks for testing. |
The keyboard dongle doesn't work with the converter.
It does not identify itself as a boot keyboard and not even a keyboard in its USB descriptor.
It seems interface 0/1 is boot keyboard/mouse compatible but it does not assert 'Boot Interface' in bInterfaceSubClass, nor keyboard/mouse in bInterfaceProtocol.
https://geekhack.org/index.php?topic=69169.msg3194615#msg3194615
https://gist.github.com/tmk/c3bfa6df5c19de2e01447489e80a600d
The text was updated successfully, but these errors were encountered: