Re: [PATCH] [resend] IRTOUCHSYSTEMS support for usbtouchscreen

2007-07-02 Thread Oliver Neukum
Am Montag, 2. Juli 2007 schrieb Ondrej Zary: > + * IRTOUCH Part > + */ > +#ifdef CONFIG_TOUCHSCREEN_USB_IRTOUCH > +static int irtouch_read_data(struct usbtouch_usb *dev, unsigned char *pkt) > +{ > + dev->x = (pkt[3] << 8) | pkt[2]; > + dev->y = (pkt[5] << 8) | pkt[4]; > + dev->tou

[PATCH] [resend] IRTOUCHSYSTEMS support for usbtouchscreen

2007-07-02 Thread Ondrej Zary
Hello, this patch adds support for IRTOUCHSYSTEMS (or UNITOP) infrared touchscreens. The manufacturer (http://www.irtouch.com) provides only closed source drivers for specific kernel versions (looks like GPL violation, btw.) which I haven't even tried (as there's no chance that any of the modul