summaryrefslogtreecommitdiffstats
path: root/device/hid/hid_service_mac.cc
Commit message (Expand)AuthorAgeFilesLines
* Pass reference to matching dictionary in device::HidServiceMac::Connect.reillyg2015-04-131-2/+10
* Switch HidDeviceId from IORegistry path to IORegistry entry ID.reillyg2015-03-231-17/+15
* Log device/hid messages to chrome://device-log.reillyg2015-02-241-13/+17
* Include raw HID report descriptor in HID device info.reillyg2015-01-131-94/+20
* Convert HidDeviceInfo from a struct to a refcounted class.reillyg2015-01-091-87/+94
* Catch failure to capture collection information from IOHIDDevice.reillyg2014-12-161-9/+22
* Return result from HidService::GetDevices asynchronously.reillyg2014-12-091-0/+1
* Check for failure to create an IOHIDDevice object.reillyg2014-11-241-0/+11
* Fix type truncation warnings in HID code.pkasting2014-10-181-2/+5
* Open HID connections asynchronously.reillyg2014-10-161-7/+13
* Use IOService enumeration instead of IOHIDManager in HidServiceMac.reillyg2014-10-091-131/+143
* Add HidConnection::Close and register OS X callbacks on the UI thread.reillyg2014-10-071-12/+15
* Remove implicit conversions from scoped_refptr to T* in device/dcheng2014-09-191-1/+1
* hid: Remove size from receive APIs and return report ID separately.reillyg@chromium.org2014-07-281-8/+27
* Support permission_broker for chrome.hid devices.rockot@chromium.org2014-07-261-0/+1
* Revert 281282 "Revert 281133 "chrome.hid: enrich model with repo..."csharp@chromium.org2014-07-031-26/+93
* Revert 281133 "chrome.hid: enrich model with report IDs"csharp@chromium.org2014-07-031-93/+26
* chrome.hid: enrich model with report IDsjracle@logitech.com2014-07-031-26/+93
* HID: Support top-level collection usages in device info.rockot@chromium.org2014-04-251-4/+18
* Clean up HID backend and API.rockot@chromium.org2014-02-271-188/+116
* HID backend.rockot@chromium.org2014-01-311-0/+250
* Revert 247926 "HID backend"nkostylev@chromium.org2014-01-301-250/+0
* HID backendikarienator@chromium.org2014-01-301-0/+250