summaryrefslogtreecommitdiffstats
path: root/device/hid
Commit message (Expand)AuthorAgeFilesLines
* 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
* Devices without devnode are filtered out.ygorshenin@chromium.org2014-04-282-15/+27
* Block some HID devices from chrome.hid.rockot@chromium.org2014-04-281-0/+73
* HID: Support top-level collection usages in device info.rockot@chromium.org2014-04-2516-72/+1208
* HID : read-only device access fallback when read/write failsjracle@logitech.com2014-04-243-3/+27
* Added device types (bluetooth, usb, serio) to InputDeviceInfo.ygorshenin@chromium.org2014-04-222-5/+25
* Added InputServiceProxy, which lives on the UI thread and forwards all calls ...ygorshenin@chromium.org2014-04-172-63/+106
* Added InputServiceLinux, which monitors all devices from hid or input subsyst...ygorshenin@chromium.org2014-04-127-9/+328
* Udev-related methods are extracted from HidServiceLinux into an individual se...ygorshenin@chromium.org2014-04-107-154/+280
* HID devices : compute has_report_id when device reports HID buttons on Windowsjracle@logitech.com2014-04-041-11/+23
* HID connection matches wrong hidraw devnode to HID device when a bus driver i...jracle@logitech.com2014-04-031-2/+6
* Handle HID report ID correctly on Mac OSjracle@logitech.com2014-04-031-14/+16
* 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
* Fix HID device removal handling on Linux.rockot@chromium.org2014-02-281-9/+1
* Clean up HID backend and API.rockot@chromium.org2014-02-2722-916/+816
* Convert scoped_ptr_malloc -> scoped_ptr, part 2.viettrungluu@chromium.org2014-02-262-3/+3
* Remove PlatformFile from device/hidrvargas@chromium.org2014-02-212-26/+19
* Fix compilation error on Fedora 20.costan@gmail.com2014-02-031-4/+16
* HID backend.rockot@chromium.org2014-01-3124-0/+2425
* Revert 247926 "HID backend"nkostylev@chromium.org2014-01-3024-2456/+0
* HID backendikarienator@chromium.org2014-01-3024-0/+2456