Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add input HAL methods for getting device properties. | Tim Kilbourn | 2015-04-16 | 1 | -0/+59 |
| | | | | | | | | | | A property map holds the collection of the properties for a given device identifier. HAL modules allocate and release these property maps to control the lifetime of the data. The host will typically open and read the corresponding idc file on allocation, and release these resources when it is freed. Change-Id: Ia13ec7b7abf1a79eeed87dc744c174a37f1fb8a9 | ||||
* | Input event hub for evdev input HAL module. | Tim Kilbourn | 2015-03-30 | 1 | -0/+133 |
InputHub monitors paths for device changes and input events. InputDeviceManager creates InputDevices and routes input events to them. InputDevices currently just log these events during development. InputHost represents a wrapper around the HAL interface. Change-Id: Ic47d574498eb07bcdcd17812a648539fdf1c69d6 |