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:
Jessica Hamilton 2014-11-04 18:54:56 +13:00
parent 6d93638b37
commit f94a1a703c

View File

@ -27,7 +27,7 @@
TabletProtocolHandler::TabletProtocolHandler(HIDReport &report,
HIDReportItem &xAxis, HIDReportItem &yAxis)
:
ProtocolHandler(report.Device(), "input/tablet/usb", 0),
ProtocolHandler(report.Device(), "input/tablet/usb/", 0),
fReport(report),
fXAxis(xAxis),