Skip to content

Commit

Permalink
HACK: Disable keyboard check
Browse files Browse the repository at this point in the history
To be dropped when PCIe USB support is back such that a keyboard
connected to the type-A ports on the Mac mini can be detected.

Signed-off-by: Mark Kettenis <kettenis@openbsd.org>
  • Loading branch information
kettenis committed Mar 11, 2022
1 parent 5b05211 commit 64cabe2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/mach-apple/board.c
Original file line number Diff line number Diff line change
Expand Up @@ -318,9 +318,11 @@ int ft_board_setup(void *blob, struct bd_info *bd)
if (current_el() == 1)
return 0;

#if 0
ret = uclass_find_device(UCLASS_KEYBOARD, 0, &dev);
if (ret < 0)
return 0;
#endif

stdoutname = env_get("stdout");
if (!stdoutname || !strstr(stdoutname, "vidconsole"))
Expand Down

0 comments on commit 64cabe2

Please sign in to comment.