Re: Adding an ioctl or three

From: Peter Stuge
Date: Sun Oct 18 2009 - 18:56:47 EST


Randy Dunlap wrote:
> > Documentation/ioctl/ioctl-number.txt seems out of date. I picked
> > a number that was used (by linux/toshiba.h) but not listed. Do I
> > have to grep it out?
>
> Can you at least list what files/drivers need to be added to
> Documentation/ioctl/ioctl-number.txt, please?

Linus' include/linux/toshiba.h has a single ioctl:

#define TOSH_SMM _IOWR('t', 0x90, int) /* broken: meant 24 bytes */

Maybe I picked the only unlisted number? :)


//Peter
--
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/