| Index: device/hid/hid_service_linux.h
|
| diff --git a/device/hid/hid_service_linux.h b/device/hid/hid_service_linux.h
|
| index ae730cea7ef4f0404fc65076d77a6759df1fb130..3b08353eacbf821a44905e35a2094653dd762795 100644
|
| --- a/device/hid/hid_service_linux.h
|
| +++ b/device/hid/hid_service_linux.h
|
| @@ -63,6 +63,8 @@ class HidServiceLinux : public HidService,
|
| private:
|
| virtual ~HidServiceLinux();
|
|
|
| + static bool FindHidrawDevNode(udev_device* parent, std::string* result);
|
| +
|
| void Enumerate();
|
| void PlatformAddDevice(udev_device* device);
|
| void PlatformRemoveDevice(udev_device* raw_dev);
|
|
|