Re: Input driver for Twinhan USB 6253:0100 remote control

From: Jiri Kosina
Date: Wed Apr 15 2009 - 04:24:14 EST


On Tue, 14 Apr 2009, Mark Lord wrote:

> > I think if you take drivers/hid/hid-belkin.c as a template the
> > conversion will take you no time.
> Okay, I can have a look at that one. Thanks.

Yes, hid-belking is a good example of trivial driver that sits on a HID
bus for you, as it utilizes the ->input_mapping() callback, which is
probably the only callback from HID core you'd need.

If you encounter any difficulties implementing your driver as a HID bus
driver, please let me know.

--
Jiri Kosina
SUSE Labs
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/