Hi Jakub,
your commit:
commit 2a72d9fbcffe5d34ff500bcdfb95b61bec9bac9d
Author: Jakub Jermar <[email protected]>
Date: Fri Nov 25 18:17:20 2016 +0100
Consider serial devices input devices
makes the following change in uspace/srv/hid/intput/input.c:
@@ -554,9 +640,6 @@ static void kbd_add_legacy_devs(void)
#if defined(UARCH_sparc64) && defined(PROCESSOR_sun4v)
kbd_add_dev(&niagara_port, &stty_ctl);
#endif
-#if defined(UARCH_sparc64) && defined(MACHINE_generic)
- kbd_add_dev(&ns16550_port, &sun_ctl);
-#endif
/* Silence warning on abs32le about kbd_add_dev() being unused */
(void) kbd_add_dev;
}
This effectively removes the support for real keyboard on Sun Ultra
workstations. Was this intentional? If so, why?
Thanks,
Jiri
_______________________________________________
HelenOS-devel mailing list
[email protected]
http://lists.modry.cz/listinfo/helenos-devel