mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-02-07 04:06:14 -05:00
Merge branch 'keyboard' into 'master'
backend/libinput: Remove redundant LED reset during keyboard initialization See merge request wlroots/wlroots!5004
This commit is contained in:
commit
0c8da9a271
1 changed files with 0 additions and 2 deletions
|
|
@ -26,8 +26,6 @@ void init_device_keyboard(struct wlr_libinput_input_device *dev) {
|
|||
const char *name = get_libinput_device_name(dev->handle);
|
||||
struct wlr_keyboard *wlr_kb = &dev->keyboard;
|
||||
wlr_keyboard_init(wlr_kb, &libinput_keyboard_impl, name);
|
||||
|
||||
libinput_device_led_update(dev->handle, 0);
|
||||
}
|
||||
|
||||
void handle_keyboard_key(struct libinput_event *event,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue