Subject: Re: new ioctl for touch panel calibration
To: TAKEMURA Shin <takemura@netbsd.org>
From: Jason R Thorpe <thorpej@wasabisystems.com>
List: tech-kern
Date: 12/24/2002 09:54:56
On Mon, Dec 23, 2002 at 09:49:12PM +0900, TAKEMURA Shin wrote:
> Index: dev/wscons/wsconsio.h
> ===================================================================
> RCS file: /cvsroot/src/sys/dev/wscons/wsconsio.h,v
> retrieving revision 1.53
> diff -r1.53 wsconsio.h
> 209a210,219
> > /* get device id for calibration */
> > struct wsmouse_id {
> > u_int type;
> > u_int length;
> > u_char data[WSMOUSE_ID_MAXLEN];
> > };
> > #define WSMOUSE_ID_TYPE_UIDSTR 0
> > #define WSMOUSE_ID_MAXLEN 256
> > #define WSMOUSEIO_GETID _IOWR('W', 38, struct wsmouse_id)
>
> I will do the change next week if no one objects.
> Any comments?
Seems okay to me.
--
-- Jason R. Thorpe <thorpej@wasabisystems.com>