This is the errno for "Inappropriate ioctl for device". It is similar to ENODEV, however it means that along the ioctl call stack, one of the layers reported that this is not a correct ioctl for the device. If, instead, an ioctl gets to the end of the call stack and is not supported by any layer, it will also return this error.

Log in or register to write something here or to contact authors.