[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: xircom cf ethernet



wsconsio.h で WSMOUSEIO_SCALIBCOORDS が _IOR になっているから, kernel 
にちゃんと parameter が渡っていないんじゃないのかなあ.

#define	WSMOUSEIO_SCALIBCOORDS	_IOR('W', 36, struct wsmouse_calibcoords)
#define	WSMOUSEIO_GCALIBCOORDS	_IOR('R', 37, struct wsmouse_calibcoords)

enami.