diff mbox series

[RESEND] Input: usbtouchscreen - add support for BonXeon TP

Message ID 20200413184217.55700-1-james.hilliard1@gmail.com (mailing list archive)
State Mainlined
Commit e3b4f94ef52ae1592cbe199bd38dbdc0d58b2217
Headers show
Series [RESEND] Input: usbtouchscreen - add support for BonXeon TP | expand

Commit Message

James Hilliard April 13, 2020, 6:42 p.m. UTC
Based on available information this uses the singletouch irtouch
protocol. This is tested and confirmed to be fully functional on
the BonXeon TP hardware I have.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
no response in over 2 weeks
---
 drivers/input/touchscreen/usbtouchscreen.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Dmitry Torokhov April 19, 2020, 4:17 a.m. UTC | #1
On Mon, Apr 13, 2020 at 12:42:17PM -0600, James Hilliard wrote:
> Based on available information this uses the singletouch irtouch
> protocol. This is tested and confirmed to be fully functional on
> the BonXeon TP hardware I have.
> 
> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>

Applied, thank you.

> ---
> no response in over 2 weeks
> ---
>  drivers/input/touchscreen/usbtouchscreen.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/input/touchscreen/usbtouchscreen.c b/drivers/input/touchscreen/usbtouchscreen.c
> index 16d70201de4a..397cb1d3f481 100644
> --- a/drivers/input/touchscreen/usbtouchscreen.c
> +++ b/drivers/input/touchscreen/usbtouchscreen.c
> @@ -182,6 +182,7 @@ static const struct usb_device_id usbtouch_devices[] = {
>  #endif
>  
>  #ifdef CONFIG_TOUCHSCREEN_USB_IRTOUCH
> +	{USB_DEVICE(0x255e, 0x0001), .driver_info = DEVTYPE_IRTOUCH},
>  	{USB_DEVICE(0x595a, 0x0001), .driver_info = DEVTYPE_IRTOUCH},
>  	{USB_DEVICE(0x6615, 0x0001), .driver_info = DEVTYPE_IRTOUCH},
>  	{USB_DEVICE(0x6615, 0x0012), .driver_info = DEVTYPE_IRTOUCH_HIRES},
> -- 
> 2.20.1
>
diff mbox series

Patch

diff --git a/drivers/input/touchscreen/usbtouchscreen.c b/drivers/input/touchscreen/usbtouchscreen.c
index 16d70201de4a..397cb1d3f481 100644
--- a/drivers/input/touchscreen/usbtouchscreen.c
+++ b/drivers/input/touchscreen/usbtouchscreen.c
@@ -182,6 +182,7 @@  static const struct usb_device_id usbtouch_devices[] = {
 #endif
 
 #ifdef CONFIG_TOUCHSCREEN_USB_IRTOUCH
+	{USB_DEVICE(0x255e, 0x0001), .driver_info = DEVTYPE_IRTOUCH},
 	{USB_DEVICE(0x595a, 0x0001), .driver_info = DEVTYPE_IRTOUCH},
 	{USB_DEVICE(0x6615, 0x0001), .driver_info = DEVTYPE_IRTOUCH},
 	{USB_DEVICE(0x6615, 0x0012), .driver_info = DEVTYPE_IRTOUCH_HIRES},