modes to talk to an I2C sensor. The other
transfer modes have not been tested.
Signed-off-by: David Barksdale
---
drivers/hid/Kconfig | 6 +
drivers/hid/Makefile | 1 +
drivers/hid/hid-core.c | 3 +
drivers/hid/hid-cp2112.c | 504 +++
From: David Barksdale
This patch adds support for the Silicon Labs CP2112
"Single-Chip HID USB to SMBus Master Bridge."
I wrote this to support a USB temperature and humidity
sensor I've been working on. It's been tested by using
SMBus byte-read, byte-data-read/write
I sent this to Jiri Kosina and linux-kernel a week ago and
haven't gotten any attention. Maybe linux-usb can tell me
if this driver is any good.
From: David Barksdale
This patch adds support for the Silicon Labs CP2112
"Single-Chip HID USB to SMBus Master Bridge."
I wrote th