You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Finally able to test this program more and honestly the simplicity of it makes it much more worthy than Bluetooth solutions.
My Pi400 is grabbed and transmitted with no problem, but my mouse is not. I have provided the correct info based on lsusb during the build time, and my mouse is actually grabbed (instead of saying undetected).
The problem is, there's another error appearing (emphasis is mine):
I think the duplicate gadget name is a red herring.
Most mice wont work without changing the code either to present a compatible USB HID descriptor, or to correctly read the mouse input and pass it on. Figuring this out is on the roadmap, but I can only test with mice that I have.
Most mice wont work without changing the code either to present a compatible USB HID descriptor, or to correctly read the mouse input and pass it on. Figuring this out is on the roadmap, but I can only test with mice that I have.
Is there any update on this? A random basic mouse I got works fine. My Logitech G502, however, does not pass any mouse or macro event. Also would be nice if this can work with bluetooth mouses as well.
Finally able to test this program more and honestly the simplicity of it makes it much more worthy than Bluetooth solutions.
My Pi400 is grabbed and transmitted with no problem, but my mouse is not. I have provided the correct info based on
lsusb
during the build time, and my mouse is actually grabbed (instead of saying undetected).The problem is, there's another error appearing (emphasis is mine):
CMake parameters:
Any help would be appreciated.
The text was updated successfully, but these errors were encountered: