summaryrefslogtreecommitdiffstats
path: root/device/hid/input_service_linux.h
Commit message (Expand)AuthorAgeFilesLines
* Replace more ObserverList with base::ObserverList.brettw2015-06-031-1/+1
* Created fakes for HID-detection screen testing. Initial browsertest added.merkulova2015-03-021-6/+7
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-291-2/+2
* replace OVERRIDE and FINAL with override and final in device/mostynb2014-10-061-1/+1
* Added device types (bluetooth, usb, serio) to InputDeviceInfo.ygorshenin@chromium.org2014-04-221-0/+2
* Added InputServiceProxy, which lives on the UI thread and forwards all calls ...ygorshenin@chromium.org2014-04-171-6/+9
* Added InputServiceLinux, which monitors all devices from hid or input subsyst...ygorshenin@chromium.org2014-04-121-0/+93