* [PATCH 1/1] Input: usbtouchscreen - add support for BonXeon TP
@ 2020-02-21 19:58 James Hilliard
2020-03-08 1:52 ` James Hilliard
0 siblings, 1 reply; 2+ messages in thread
From: James Hilliard @ 2020-02-21 19:58 UTC (permalink / raw)
To: linux-input; +Cc: Lars Poeschel, Ondrej Zary, James Hilliard
Based on available information this uses the singletouch irtouch
protocol.
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 1/1] Input: usbtouchscreen - add support for BonXeon TP
2020-02-21 19:58 [PATCH 1/1] Input: usbtouchscreen - add support for BonXeon TP James Hilliard
@ 2020-03-08 1:52 ` James Hilliard
0 siblings, 0 replies; 2+ messages in thread
From: James Hilliard @ 2020-03-08 1:52 UTC (permalink / raw)
To: linux-input; +Cc: Lars Poeschel, Ondrej Zary
Is there any additional info needed to get this patch merged?
I've tested and confirmed it works properly with the hardware.
On Fri, Feb 21, 2020 at 12:59 PM James Hilliard
<james.hilliard1@gmail.com> wrote:
>
> Based on available information this uses the singletouch irtouch
> protocol.
>
> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
> ---
> 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
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-03-08 1:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-21 19:58 [PATCH 1/1] Input: usbtouchscreen - add support for BonXeon TP James Hilliard
2020-03-08 1:52 ` James Hilliard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).