ghaerr / microwindows

The Nano-X Window System
Other
659 stars 90 forks source link

Added /dev/input/mice driver for linux #7

Closed kurtnalty closed 5 years ago

kurtnalty commented 5 years ago

1) Added mou_devmice.c driver for linux using /dev/input/mice 2) Added mou_devmouse section to src/drivers/Objects.rule 3) Added config.linux-fb 4) Added comma to line 70, src/drivers/vtswitch.c 5) Removed extra 1on line 158, src/drivers/kbd_tty.c

ghaerr commented 5 years ago

Kevin,

Thanks for your patch. I’ve done some large changes lately to src/drivers/Objects.rules and config formats, so I’ll modify your patch on those files slightly and then apply it, while also adding your mou_devmice.c driver, kbd_tty.c and vtswitch.c fixes.

Thanks!

Regards,

Greg

On Jan 23, 2019, at 7:42 PM, Kurt Nalty notifications@github.com wrote:

Added mou_devmice.c driver for linux using /dev/input/mice Added mou_devmouse section to src/drivers/Objects.rule Added config.linux-fb Added comma to line 70, src/drivers/vtswitch.c Removed extra 1on line 158, src/drivers/kbd_tty.c You can view, comment on, or merge this pull request online at:

https://github.com/ghaerr/microwindows/pull/7 https://github.com/ghaerr/microwindows/pull/7 Commit Summary

Added /dev/input/mice driver for linux File Changes

A src/Configs/config.linux-fb https://github.com/ghaerr/microwindows/pull/7/files#diff-0 (333) M src/drivers/Objects.rules https://github.com/ghaerr/microwindows/pull/7/files#diff-1 (307) M src/drivers/kbd_tty.c https://github.com/ghaerr/microwindows/pull/7/files#diff-2 (2) A src/drivers/mou_devmice.c https://github.com/ghaerr/microwindows/pull/7/files#diff-3 (189) M src/drivers/vtswitch.c https://github.com/ghaerr/microwindows/pull/7/files#diff-4 (2) Patch Links:

https://github.com/ghaerr/microwindows/pull/7.patch https://github.com/ghaerr/microwindows/pull/7.patch https://github.com/ghaerr/microwindows/pull/7.diff https://github.com/ghaerr/microwindows/pull/7.diff — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ghaerr/microwindows/pull/7, or mute the thread https://github.com/notifications/unsubscribe-auth/ALbi5WObWIAef0k2zuvkB-MRjCaVLJoHks5vGR2MgaJpZM4aQBjP.

ghaerr commented 5 years ago

Thanks Kurt, updated patch to latest source and did commit.