Hello, 2014-12-12 16:07 GMT+01:00 Bartosz Gołaszewski <[email protected]>: > I can't seem to find the exact kernel version at which the filename > pattern changed. Unless we can find it, both names have to be checked. > For now I can just go back to the initial version of this function. > > Bart
Does this help? commit: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/drivers/i2c/i2c-dev.c?id=0dc9a32d9a975ccd25b9f531451165c93e1c7313 v2.6.14 vs. v2.6.15: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/diff/drivers/i2c/i2c-dev.c?id=v2.6.15&id2=v2.6.14 Seems that period was when "i2c/%d" support was dropped. Don't know when did "i2c-%d" appear, however... HTH, Xabier Oneca_,,_ _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
