summaryrefslogtreecommitdiffstats
path: root/device/hid/input_service_linux.cc
Commit message (Expand)AuthorAgeFilesLines
* Created fakes for HID-detection screen testing. Initial browsertest added.merkulova2015-03-021-3/+4
* Linux: Dynamically load libudev.thestig2014-11-221-2/+2
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-291-3/+3
* replace OVERRIDE and FINAL with override and final in device/mostynb2014-10-061-2/+2
* Devices without devnode are filtered out.ygorshenin@chromium.org2014-04-281-14/+26
* Added device types (bluetooth, usb, serio) to InputDeviceInfo.ygorshenin@chromium.org2014-04-221-5/+23
* Added InputServiceProxy, which lives on the UI thread and forwards all calls ...ygorshenin@chromium.org2014-04-171-57/+97
* Added InputServiceLinux, which monitors all devices from hid or input subsyst...ygorshenin@chromium.org2014-04-121-0/+170