Re: [ipxe-devel] [ipxe] simple uefi usability fix (#38)

2015-07-24 Thread Ben Hildred
I always thought the control-x should have been Esc, the tab and watchdog timer change ideas are not good but the control-c could be argued either way. --- Reply to this email directly or view it on GitHub: https://github.com/ipxe/ipxe/pull/38#issuecomment-124626312_

Re: [ipxe-devel] [ipxe] simple uefi usability fix (#38)

2015-07-24 Thread Michael Brown
Closed #38. --- Reply to this email directly or view it on GitHub: https://github.com/ipxe/ipxe/pull/38#event-364741516___ ipxe-devel mailing list ipxe-devel@lists.ipxe.org https://lists.ipxe.org/mailman/listinfo.cgi/ipxe-devel

Re: [ipxe-devel] [ipxe] simple uefi usability fix (#38)

2015-07-24 Thread Michael Brown
As discussed on IRC, this is not a suitable fix to work around broken UEFI firmwares that don't understand the Ctrl key. We deliberately leave the watchdog running; if we unconditionally disable it then that would defeat the entire purpose of the watchdog timer. --- Reply to this email directly

[ipxe-devel] [ipxe] simple uefi usability fix (#38)

2015-07-24 Thread John Clark
short term fix until keyboard subs can be fixed You can view, comment on, or merge this pull request online at: https://github.com/ipxe/ipxe/pull/38 -- Commit Summary -- * Update settings_ui.c * Update efi_init.c -- File Changes -- M src/hci/tui/settings_ui.c (12) M src/interface