summaryrefslogtreecommitdiffstats
path: root/device/hid/hid_service_linux.h
diff options
context:
space:
mode:
authorrockot@chromium.org <rockot@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-25 00:16:40 +0000
committerrockot@chromium.org <rockot@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-25 00:16:40 +0000
commitfe7b300e384f4f7d593d0e39ed4c132577c52e63 (patch)
tree5ff70cf4d1cbc4fd8449208955fc63b1453d6838 /device/hid/hid_service_linux.h
parent25c9e66e7408cf3025a1e208b05b75496bd5237b (diff)
downloadchromium_src-fe7b300e384f4f7d593d0e39ed4c132577c52e63.zip
chromium_src-fe7b300e384f4f7d593d0e39ed4c132577c52e63.tar.gz
chromium_src-fe7b300e384f4f7d593d0e39ed4c132577c52e63.tar.bz2
HID: Support top-level collection usages in device info.
This CL exists as an effort to actually land https://codereview.chromium.org/225513005/. This applies a small fix to the hid_service_win.cc module. BUG=359560 TBR=rpaquay TBR=jracle@logitech.com Review URL: https://codereview.chromium.org/256673002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266066 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'device/hid/hid_service_linux.h')
-rw-r--r--device/hid/hid_service_linux.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/device/hid/hid_service_linux.h b/device/hid/hid_service_linux.h
index c69096d..8d5b115 100644
--- a/device/hid/hid_service_linux.h
+++ b/device/hid/hid_service_linux.h
@@ -32,6 +32,8 @@ class HidServiceLinux : public HidService,
private:
virtual ~HidServiceLinux();
+ static bool FindHidrawDevNode(udev_device* parent, std::string* result);
+
DISALLOW_COPY_AND_ASSIGN(HidServiceLinux);
};