summaryrefslogtreecommitdiffstats
path: root/device/hid
Commit message (Expand)AuthorAgeFilesLines
* Add API tests for the chrome.hid API.reillyg2014-10-302-1/+10
* Switching profiler instrumentations from ScopedProfile to ScopedTracker. This...vadimt2014-10-291-5/+4
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-298-32/+31
* Cleanup: Merge device/udev_linux/udev.{cc,h} into device/udev_linux/scoped_ud...thestig2014-10-242-3/+3
* Standardize usage of virtual/override/final in device/dcheng2014-10-223-17/+16
* [gcc 4.x] Fix the build failure due to -Werror=char-subscriptsvivek.vg2014-10-201-2/+2
* Fix type truncation warnings in HID code.pkasting2014-10-188-37/+44
* Convert the few remaining ARRAYSIZE_UNSAFE -> arraysize.viettrungluu2014-10-171-5/+5
* Open HID connections asynchronously.reillyg2014-10-168-99/+165
* Read HID report descriptor from sysfs and request permission on connect.reillyg2014-10-113-82/+96
* Use IOService enumeration instead of IOHIDManager in HidServiceMac.reillyg2014-10-0912-262/+282
* Add HidConnection::Close and register OS X callbacks on the UI thread.reillyg2014-10-0712-95/+161
* replace OVERRIDE and FINAL with override and final in device/mostynb2014-10-0614-33/+33
* hid: Don't interpret the report ID from incoming feature reports.reillyg2014-10-043-6/+13
* An internal tool shows that the task created by ObjectWatcher::DoneWaiting is...sergeyu2014-10-011-0/+6
* Remove implicit HANDLE conversions from device.rvargas2014-09-291-3/+3
* Move string descriptor getters from UsbDeviceHandle to UsbDevice.reillyg2014-09-251-1/+1
* Remove implicit conversions from scoped_refptr to T* in device/dcheng2014-09-191-1/+1
* Do not open or close IOHIDManager's IOHIDDeviceRefs.reillyg2014-09-132-9/+23
* Make the device::HidService destructor protected.reillyg2014-09-063-11/+11
* Fix HidService lifetime issuesrockot2014-09-056-18/+49
* Add more generic filters to the chrome.hid.getDevices API.reillyg2014-08-295-0/+252
* Remove implicit conversions from scoped_refptr to T* in device/dcheng2014-08-281-1/+1
* Revert of Adding Select Action Bar Unit test case for input (patchset #3 of h...Albert J. Wong2014-08-284-50/+10
* Fix HidService lifetime issues.rockot2014-08-274-10/+50
* Don't pass buffers to HidConnection::Read because it knows the size.reillyg2014-08-269-405/+403
* Store HID report sizes as uint16_t.reillyg2014-08-244-22/+22
* Find HID report IDs in output and feature reports on Windows.reillyg@chromium.org2014-08-222-43/+89
* Fix HID input report sizes on Windows for devices without report IDs.reillyg@chromium.org2014-08-186-15/+22
* extensions: Add GN version of extensions_shell_and_test_pak and unittests tar...tfarina@chromium.org2014-08-071-0/+53
* [usb_gadget p13] Replace LUFA with UsbTestGadget in HidConnection tests.reillyg@chromium.org2014-08-041-73/+78
* HID: fix missing has_report_id for Windowsjracle@logitech.com2014-07-301-0/+1
* hid: Remove size from receive APIs and return report ID separately.reillyg@chromium.org2014-07-2812-52/+82
* Fix memory leak in HidServiceTest.Create from r285774tapted@chromium.org2014-07-281-1/+3
* Support permission_broker for chrome.hid devices.rockot@chromium.org2014-07-269-72/+99
* hid: Linux expects the report ID in the output report buffer.reillyg@chromium.org2014-07-231-5/+8
* Remove HID devices not found during enumeration on Windows.reillyg@chromium.org2014-07-193-59/+82
* Monitor udev for hidraw devices instead of hid devices.reillyg@chromium.org2014-07-172-59/+12
* Revert 281282 "Revert 281133 "chrome.hid: enrich model with repo..."csharp@chromium.org2014-07-0324-1030/+1205
* Revert 281133 "chrome.hid: enrich model with report IDs"csharp@chromium.org2014-07-0324-1205/+1030
* chrome.hid: enrich model with report IDsjracle@logitech.com2014-07-0324-1030/+1205
* Remove base/platform_file.*rvargas@chromium.org2014-06-241-3/+3
* Log errors in Linux HID from read, write and ioctl calls.reillyg@chromium.org2014-06-212-7/+13
* Descriptive log for HID device open failure on Linux.reillyg@chromium.org2014-06-202-10/+12
* Disable compiling Udev HID implementations when use_udev==0dnicoara@chromium.org2014-06-053-10/+19
* Linux: Unify udev scopers.thestig@chromium.org2014-06-035-58/+7
* chrome.hid (Win): fail to retrieve device info when used concurrentlyjracle@logitech.com2014-05-221-4/+18
* Removed LOG_GETLASTERROR and LOG_ERRNO macros.vitalybuka@chromium.org2014-05-211-1/+1
* Fix Windows HID buffer errors.rockot@chromium.org2014-05-052-28/+21
* chrome.hid: Kill Windows jank on enumeration.rockot@chromium.org2014-05-021-14/+0