[PATCH v2 2/3] rc: Introduce hix5hd2 IR transmitter driver
From: sean@mess.org (Sean Young)
Date: 2014-08-27 09:51:06
Also in:
linux-devicetree, linux-media
From: sean@mess.org (Sean Young)
Date: 2014-08-27 09:51:06
Also in:
linux-devicetree, linux-media
On Wed, Aug 27, 2014 at 04:49:59PM +0800, zhangfei wrote:
On 08/21/2014 06:07 PM, Sean Young wrote:quoted
On Thu, Aug 21, 2014 at 05:24:44PM +0800, Zhangfei Gao wrote: It would be useful is rdev->input_phys, rdev->input_id, rdev->timeout, rdev->rx_resolution are set correctly.OK, will set rdev->timeout, rdev->rx_resolution Not sure the usage of rdev->input_id, why is it required?
This is for the EVIOCGID ioctl on the input device which will be created for the rc device. This is used for delivering input events from decoded IR. There is be no reason to run lircd if you use this method. Sean