summaryrefslogtreecommitdiffstats
path: root/device/hid/hid_connection_linux.cc
Commit message (Expand)AuthorAgeFilesLines
* Log device/hid messages to chrome://device-log.reillyg2015-02-241-8/+9
* Rename HidServiceLinux and HidConnectionLinux helper classes.reillyg2015-01-121-10/+13
* Convert HidDeviceInfo from a struct to a refcounted class.reillyg2015-01-091-6/+6
* Standardize usage of virtual/override/final specifiers in device/.dcheng2014-12-221-1/+1
* Catch HID read errors on Linux and stop listening.reillyg2014-12-181-3/+8
* Fix a race in the creation of HidConnectionLinux::Helper.reillyg2014-12-111-21/+22
* Drop unused base/tuple.h inclusiontzik2014-12-091-1/+0
* Migrate HidServiceLinux and HidConnectionLinux to BrowserThread::UI.reillyg2014-12-041-100/+174
* Linux: Dynamically load libudev.thestig2014-11-221-1/+0
* Fix type truncation warnings in HID code.pkasting2014-10-181-1/+1
* Add HidConnection::Close and register OS X callbacks on the UI thread.reillyg2014-10-071-0/+3
* hid: Don't interpret the report ID from incoming feature reports.reillyg2014-10-041-1/+9
* Don't pass buffers to HidConnection::Read because it knows the size.reillyg2014-08-261-72/+55
* Fix HID input report sizes on Windows for devices without report IDs.reillyg@chromium.org2014-08-181-1/+1
* Support permission_broker for chrome.hid devices.rockot@chromium.org2014-07-261-0/+1
* hid: Linux expects the report ID in the output report buffer.reillyg@chromium.org2014-07-231-5/+8
* Revert 281282 "Revert 281133 "chrome.hid: enrich model with repo..."csharp@chromium.org2014-07-031-55/+69
* Revert 281133 "chrome.hid: enrich model with report IDs"csharp@chromium.org2014-07-031-69/+55
* chrome.hid: enrich model with report IDsjracle@logitech.com2014-07-031-55/+69
* Log errors in Linux HID from read, write and ioctl calls.reillyg@chromium.org2014-06-211-5/+11
* Descriptive log for HID device open failure on Linux.reillyg@chromium.org2014-06-201-8/+9
* Disable compiling Udev HID implementations when use_udev==0dnicoara@chromium.org2014-06-051-1/+0
* HID: Support top-level collection usages in device info.rockot@chromium.org2014-04-251-50/+1
* HID : read-only device access fallback when read/write failsjracle@logitech.com2014-04-241-2/+14
* HID connection matches wrong hidraw devnode to HID device when a bus driver i...jracle@logitech.com2014-04-031-2/+6
* HID device connection now shared on Linuxjracle@logitech.com2014-04-021-3/+1
* Fix IWYU in base/files/file.htnagel@chromium.org2014-03-091-0/+1
* Clean up HID backend and API.rockot@chromium.org2014-02-271-78/+98
* Remove PlatformFile from device/hidrvargas@chromium.org2014-02-211-24/+17
* HID backend.rockot@chromium.org2014-01-311-0/+231
* Revert 247926 "HID backend"nkostylev@chromium.org2014-01-301-231/+0
* HID backendikarienator@chromium.org2014-01-301-0/+231