genode/repos/os
Christian Helmuth 092e4a001f usb_hid: mode led handling to shadow input-leds.c
The former implementation relied on input drvdata always pointing to
struct hid_device, which is not true for Wacom touch devices (at least).
Now, we implement the input handler for devices providing LEDs
(evbit[EV_LED] set) only and use input_inject_event() to set the LED
states.
2024-02-26 08:31:04 +01:00
..
doc Remove SIGNAL/CAP/RAM services from run scripts 2022-04-13 08:08:00 +02:00
include input/event.h: axis ids LX, LY, LT, RX, RY, and RT 2024-02-26 08:31:03 +01:00
lib monitor: add more debugging features 2023-08-23 13:46:37 +02:00
recipes usb_hid: mode led handling to shadow input-leds.c 2024-02-26 08:31:04 +01:00
run os/run/test.run: build libs listed in <content> 2023-12-13 12:33:05 +01:00
src gpu/intel: prepare GPU structures for resume 2024-02-26 08:31:03 +01:00
xsd sntp_client: add DNS lookup option 2023-11-28 14:24:23 +01:00
README API documentation refinements 2017-05-31 13:16:21 +02:00

This source-code repository contains genuine low-level OS components and
interfaces of Genode. It solely depends on the framework's base API.