From e83cfb3dbdd121f6d76e70ff50155c16d6f90c46 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 12 Feb 2025 17:54:49 +0100 Subject: ADD: Patch MBCI's extended offset for HostKind and HostFlags. Signed-off-by: Amlal El Mahrouss --- dev/Mod/MBCI/MBCI.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev/Mod/MBCI') diff --git a/dev/Mod/MBCI/MBCI.h b/dev/Mod/MBCI/MBCI.h index 70a797c3..6f0fced8 100644 --- a/dev/Mod/MBCI/MBCI.h +++ b/dev/Mod/MBCI/MBCI.h @@ -62,7 +62,7 @@ namespace Kernel kMBCIHostFlagsSupportsDaisyChain, // Is daisy chained. kMBCIHostFlagsSupportsHWInterrupts, // Has HW interrupts. kMBCIHostFlagsSupportsDMA, // Has DMA. - kMBCIHostFlagsExtended = __UINT16_MAX__, // Extended flags table. + kMBCIHostFlagsExtended, // Extended flags table. }; enum MBCIHostKind @@ -75,7 +75,7 @@ namespace Kernel kMBCIHostKindKeyboardHigh, kMBCIHostKindNetworkInterface, kMBCIHostKindDaisyChain, - kMBCIHostKindStartExtended = __UINT16_MAX__, // Extended vendor table limit. + kMBCIHostKindStartExtended, // Extended vendor table limit. }; /// @brief An AuthKey is a context used to decrpy data from an MBCI packet. -- cgit v1.2.3