On Thu, Nov 26, 2009 at 07:40:01PM +0100, Krzysztof Halasa wrote: > Dmitry Torokhov <dmitry.torokhov@xxxxxxxxx> writes: > > > Why would sysfs write be slower than ioctl? > > Sysfs is generally one-value, one-file. open, read/write, close. > ioctl() OTOH does everything (e.g. a whole key table) in one syscall. There are binary sysfs attributes. For ioctl you also need to open and close the device. Plus, how often do you expect to perform this operation? Don't you think you are trying to optimize something that does not have any real performavnce impact here? -- Dmitry -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html