diff mbox

[PATCHv2,1/2] serio.h: add SERIO_RAINSHADOW_CEC ID

Message ID 20170203152633.33323-2-hverkuil@xs4all.nl (mailing list archive)
State New, archived
Headers show

Commit Message

Hans Verkuil Feb. 3, 2017, 3:26 p.m. UTC
From: Hans Verkuil <hans.verkuil@cisco.com>

Add a new serio ID for the RainShadow Tech USB HDMI CEC adapter.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
---
 include/uapi/linux/serio.h | 1 +
 1 file changed, 1 insertion(+)

Comments

Hans Verkuil March 6, 2017, 2:31 p.m. UTC | #1
Dmitry,

Can I have your Ack for this patch? I'd like to get this driver in for 4.12.

You can also take this for 4.12 yourself, but serio.h doesn't change often
so the chance of conflicts is small.

Regards,

	Hans

On 03/02/17 16:26, Hans Verkuil wrote:
> From: Hans Verkuil <hans.verkuil@cisco.com>
>
> Add a new serio ID for the RainShadow Tech USB HDMI CEC adapter.
>
> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
> ---
>  include/uapi/linux/serio.h | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/include/uapi/linux/serio.h b/include/uapi/linux/serio.h
> index f2447a8..f42e919 100644
> --- a/include/uapi/linux/serio.h
> +++ b/include/uapi/linux/serio.h
> @@ -79,5 +79,6 @@
>  #define SERIO_WACOM_IV	0x3e
>  #define SERIO_EGALAX	0x3f
>  #define SERIO_PULSE8_CEC	0x40
> +#define SERIO_RAINSHADOW_CEC	0x41
>
>  #endif /* _UAPI_SERIO_H */
>

--
To unsubscribe from this list: send the line "unsubscribe linux-input" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Hans Verkuil March 30, 2017, 7:56 a.m. UTC | #2
Ping?

	Hans

On 06/03/17 15:31, Hans Verkuil wrote:
> Dmitry,
> 
> Can I have your Ack for this patch? I'd like to get this driver in for 4.12.
> 
> You can also take this for 4.12 yourself, but serio.h doesn't change often
> so the chance of conflicts is small.
> 
> Regards,
> 
>     Hans
> 
> On 03/02/17 16:26, Hans Verkuil wrote:
>> From: Hans Verkuil <hans.verkuil@cisco.com>
>>
>> Add a new serio ID for the RainShadow Tech USB HDMI CEC adapter.
>>
>> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
>> ---
>>  include/uapi/linux/serio.h | 1 +
>>  1 file changed, 1 insertion(+)
>>
>> diff --git a/include/uapi/linux/serio.h b/include/uapi/linux/serio.h
>> index f2447a8..f42e919 100644
>> --- a/include/uapi/linux/serio.h
>> +++ b/include/uapi/linux/serio.h
>> @@ -79,5 +79,6 @@
>>  #define SERIO_WACOM_IV    0x3e
>>  #define SERIO_EGALAX    0x3f
>>  #define SERIO_PULSE8_CEC    0x40
>> +#define SERIO_RAINSHADOW_CEC    0x41
>>
>>  #endif /* _UAPI_SERIO_H */
>>
> 

--
To unsubscribe from this list: send the line "unsubscribe linux-input" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Dmitry Torokhov April 5, 2017, 12:20 a.m. UTC | #3
On Fri, Feb 03, 2017 at 04:26:32PM +0100, Hans Verkuil wrote:
> From: Hans Verkuil <hans.verkuil@cisco.com>
> 
> Add a new serio ID for the RainShadow Tech USB HDMI CEC adapter.
> 
> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>

Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>

> ---
>  include/uapi/linux/serio.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/include/uapi/linux/serio.h b/include/uapi/linux/serio.h
> index f2447a8..f42e919 100644
> --- a/include/uapi/linux/serio.h
> +++ b/include/uapi/linux/serio.h
> @@ -79,5 +79,6 @@
>  #define SERIO_WACOM_IV	0x3e
>  #define SERIO_EGALAX	0x3f
>  #define SERIO_PULSE8_CEC	0x40
> +#define SERIO_RAINSHADOW_CEC	0x41
>  
>  #endif /* _UAPI_SERIO_H */
> -- 
> 2.10.2
>
diff mbox

Patch

diff --git a/include/uapi/linux/serio.h b/include/uapi/linux/serio.h
index f2447a8..f42e919 100644
--- a/include/uapi/linux/serio.h
+++ b/include/uapi/linux/serio.h
@@ -79,5 +79,6 @@ 
 #define SERIO_WACOM_IV	0x3e
 #define SERIO_EGALAX	0x3f
 #define SERIO_PULSE8_CEC	0x40
+#define SERIO_RAINSHADOW_CEC	0x41
 
 #endif /* _UAPI_SERIO_H */