Re: [ patch 6/7] drivers/serial/jsm: new serial device driver

From: Greg KH
Date: Wed Mar 09 2005 - 11:39:15 EST


On Wed, Mar 09, 2005 at 10:50:04AM -0500, Wen Xiong wrote:
> +/* Ioctls needed for dpa operation */
> +#define DIGI_GETDD ('d'<<8) | 248 /* get driver info */
> +#define DIGI_GETBD ('d'<<8) | 249 /* get board info */
> +#define DIGI_GET_NI_INFO ('d'<<8) | 250 /* nonintelligent state snfo */

Hm, new ioctls still?...

And the structures you are attempting to access through these ioctls are
incorrect, so if you are still insisting you need them, at least make
the code work properly :(

thanks,

greg k-h
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/