input: fix goldfish input and lvgl input device name mismatch problem
Signed-off-by: jianglianfang <jianglianfang@xiaomi.com>
This commit is contained in:
parent
12318bd947
commit
db78cc9c0f
@ -331,7 +331,7 @@ static void goldfish_drivers_register(FAR struct goldfish_events_s *events)
|
|||||||
if (getreg32(events->base + GOLDFISH_EVENTS_LEN))
|
if (getreg32(events->base + GOLDFISH_EVENTS_LEN))
|
||||||
{
|
{
|
||||||
touch_register(&(events->touchlower),
|
touch_register(&(events->touchlower),
|
||||||
"/dev/touch0",
|
"/dev/input0",
|
||||||
CONFIG_INPUT_GOLDFISH_NBUFFER);
|
CONFIG_INPUT_GOLDFISH_NBUFFER);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user