[PATCH] input: Report vendor and product IDs for elan_i2c

2015-12-15 Thread Charlie Mooney
/sys/bus/i2c/devices/i2c-ELAN\:00/input/input6/id/{vendor,product} 04f3 007f Before this patch it simply returned for both values. Note that 007F is the product ID that this device will return through its custom sysfs entry "product_id" as well. Signed-off-by: Charl

[PATCH] Input: Add MT_TOOL_PALM

2015-03-18 Thread Charlie Mooney
h a device to share its findings with the kernel. Signed-off-by: Charlie Mooney --- Documentation/input/multi-touch-protocol.txt | 9 ++--- include/uapi/linux/input.h | 3 ++- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Documentation/input/multi-touch-proto

[PATCH] firmware_class: Add firmware filename overrides

2015-03-04 Thread Charlie Mooney
7; > /sys/class/firmware/fw_override Note: To make this feature usable even when CONFIG_FW_LOADER_USER_HELPER is not set, the firmware class is brought back. However, "timeout" and the other functionality remain disabled. Signed-off-by: Charlie Mooney --- drivers/base/firmware_class.