usb_hid: correct the device path for publishing usb tablet devices
Thanks to X512 for producing a patch that highlighted the real cause of the problem. Fixes #8338
This commit is contained in:
parent
6d93638b37
commit
f94a1a703c
@ -27,7 +27,7 @@
|
|||||||
TabletProtocolHandler::TabletProtocolHandler(HIDReport &report,
|
TabletProtocolHandler::TabletProtocolHandler(HIDReport &report,
|
||||||
HIDReportItem &xAxis, HIDReportItem &yAxis)
|
HIDReportItem &xAxis, HIDReportItem &yAxis)
|
||||||
:
|
:
|
||||||
ProtocolHandler(report.Device(), "input/tablet/usb", 0),
|
ProtocolHandler(report.Device(), "input/tablet/usb/", 0),
|
||||||
fReport(report),
|
fReport(report),
|
||||||
|
|
||||||
fXAxis(xAxis),
|
fXAxis(xAxis),
|
||||||
|
Loading…
Reference in New Issue
Block a user