Re: [PATCH 1/2] efi_loader: refine set_keyboard_layout() status

2023-01-08 Thread Ilias Apalodimas
On Fri, 6 Jan 2023 at 17:27, Heinrich Schuchardt wrote: > > On 1/6/23 10:46, Vincent Stehlé wrote: > > As per the EFI specification, the HII database protocol function > > set_keyboard_layout() must return EFI_INVALID_PARAMETER when it is called > > with a NULL key_guid argument. Modify the functi

Re: [PATCH 1/2] efi_loader: refine set_keyboard_layout() status

2023-01-06 Thread Heinrich Schuchardt
On 1/6/23 10:46, Vincent Stehlé wrote: As per the EFI specification, the HII database protocol function set_keyboard_layout() must return EFI_INVALID_PARAMETER when it is called with a NULL key_guid argument. Modify the function accordingly to improve conformance. Signed-off-by: Vincent Stehlé

[PATCH 1/2] efi_loader: refine set_keyboard_layout() status

2023-01-06 Thread Vincent Stehlé
As per the EFI specification, the HII database protocol function set_keyboard_layout() must return EFI_INVALID_PARAMETER when it is called with a NULL key_guid argument. Modify the function accordingly to improve conformance. Signed-off-by: Vincent Stehlé Cc: Heinrich Schuchardt Cc: Ilias Apalod