mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 17:52:52 +00:00
parent
c10ad4ff01
commit
191cfd2c53
@ -48,7 +48,7 @@ SRC_C += $(addprefix usb/host/, ehci-hcd.c)
|
||||
# USB hid
|
||||
SRC_C += $(addprefix hid/usbhid/, hid-core.c hid-quirks.c)
|
||||
SRC_C += $(addprefix hid/, hid-core.c hid-generic.c hid-input.c \
|
||||
hid-cherry.c hid-multitouch.c)
|
||||
hid-cherry.c hid-microsoft.c hid-multitouch.c)
|
||||
SRC_C += $(addprefix input/, evdev.c input.c input-mt.c)
|
||||
SRC_C += $(addprefix input/, tablet/wacom_sys.c tablet/wacom_wac.c)
|
||||
|
||||
|
@ -1 +1 @@
|
||||
2b0757d0d4a6d91906a9e52fd785b08d13f24aad
|
||||
05e511f67c46656002d976289a648ec58684bce2
|
||||
|
@ -37,6 +37,7 @@ extern "C" void module_hid_generic_init();
|
||||
extern "C" void module_usb_storage_driver_init();
|
||||
extern "C" void module_wacom_driver_init();
|
||||
extern "C" void module_ch_driver_init();
|
||||
extern "C" void module_ms_driver_init();
|
||||
extern "C" void module_mt_driver_init();
|
||||
extern "C" void module_raw_driver_init();
|
||||
|
||||
@ -73,6 +74,7 @@ static void init(Services *services)
|
||||
module_hid_init();
|
||||
module_hid_generic_init();
|
||||
module_ch_driver_init();
|
||||
module_ms_driver_init();
|
||||
module_mt_driver_init();
|
||||
module_wacom_driver_init();
|
||||
}
|
||||
|
@ -3,6 +3,7 @@ linux-3.14.5/drivers/hid/hid-core.c
|
||||
linux-3.14.5/drivers/hid/hid-generic.c
|
||||
linux-3.14.5/drivers/hid/hid-ids.h
|
||||
linux-3.14.5/drivers/hid/hid-input.c
|
||||
linux-3.14.5/drivers/hid/hid-microsoft.c
|
||||
linux-3.14.5/drivers/hid/hid-multitouch.c
|
||||
linux-3.14.5/drivers/hid/usbhid/hid-core.c
|
||||
linux-3.14.5/drivers/hid/usbhid/hid-quirks.c
|
||||
|
Loading…
x
Reference in New Issue
Block a user