hrev48217 adds 1 changeset to branch 'master' old head: 6d93638b3760112aafca78cea657d7417aef060f new head: f94a1a703cf6c245d8fc7e0ca0ad82206a382416 overview: http://cgit.haiku-os.org/haiku/log/?qt=range&q=f94a1a7+%5E6d93638 ---------------------------------------------------------------------------- f94a1a7: 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 [ Jessica Hamilton <jessica.l.hamilton@xxxxxxxxx> ] ---------------------------------------------------------------------------- Revision: hrev48217 Commit: f94a1a703cf6c245d8fc7e0ca0ad82206a382416 URL: http://cgit.haiku-os.org/haiku/commit/?id=f94a1a7 Author: Jessica Hamilton <jessica.l.hamilton@xxxxxxxxx> Date: Tue Nov 4 05:54:56 2014 UTC Ticket: https://dev.haiku-os.org/ticket/8338 ---------------------------------------------------------------------------- 1 file changed, 1 insertion(+), 1 deletion(-) src/add-ons/kernel/drivers/input/usb_hid/TabletProtocolHandler.cpp | 2 +- ---------------------------------------------------------------------------- diff --git a/src/add-ons/kernel/drivers/input/usb_hid/TabletProtocolHandler.cpp b/src/add-ons/kernel/drivers/input/usb_hid/TabletProtocolHandler.cpp index d010f28..c5507c5 100644 --- a/src/add-ons/kernel/drivers/input/usb_hid/TabletProtocolHandler.cpp +++ b/src/add-ons/kernel/drivers/input/usb_hid/TabletProtocolHandler.cpp @@ -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),