Skip to content
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

The AES does not react to mouse events on RPI #4

Closed
kelihlodversson opened this issue Aug 3, 2018 · 5 comments
Closed

The AES does not react to mouse events on RPI #4

kelihlodversson opened this issue Aug 3, 2018 · 5 comments

Comments

@kelihlodversson
Copy link
Owner

After adding usb mouse support, the mouse pointer can now be moved around on screen.
Even though it looks like the correct mouse movement and button handlers are being invoked, the AES does not seem to update the screen based on the mouse events.

@paulwratt
Copy link
Contributor

paulwratt commented Aug 4, 2018

does it need the "standard" NetUSB mouse bride as well? Because you are using 192K ROMs as base, is it still looking at the Keyboard chip for mouse messages?

@paulwratt
Copy link
Contributor

have u already confirm mouse output from ur code?

I found this in the Das UBoot repo, u-boot/iclude/configs/rpi.h:

#ifdef CONFIG_CMD_USB
#define CONFIG_USB_DWC2
#ifndef CONFIG_BCM2835
#define CONFIG_USB_DWC2_REG_ADDR 0x3f980000
#else
#define CONFIG_USB_DWC2_REG_ADDR 0x20980000
#endif

does that help?

@kelihlodversson
Copy link
Owner Author

kelihlodversson commented Aug 13, 2018 via email

@kelihlodversson
Copy link
Owner Author

... besides this issue is not about the USB implementation. Even with a working mouse pointer, the events are getting lost somewhere in the AES

@kelihlodversson
Copy link
Owner Author

Should be fixed in 5a8c574

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants