Hi, I'm submitting this new driver to the staging tree so it can be reviewed. I didn't write it by myself, but I've tested it and it works just fine (at least with a 3G iPhone). The original maintainers are not very responsive and the codebase has not been updated (apart from minor fixes) since January. Anyway, before submitting it I've fixed (most) checkpatch issues. Only two over-80-characters lines issues are standing, but looking at the code it did make sense for me letting those 3-4 characters to overflow to keep the code readable. More than that, I have no real experience with kernel programming (read LDD, articles, files inside Documentation/ directory and so), so if you see obvious bugs or something that should be fixed, please let me know with a pointer to the documentation that may help me to undertand why it's wrong and how should I fix it. L. Alberto Giménez (1): Staging: Add new driver ipheth drivers/staging/Kconfig | 2 + drivers/staging/Makefile | 1 + drivers/staging/ipheth/Kconfig | 11 + drivers/staging/ipheth/Makefile | 1 + drivers/staging/ipheth/ipheth.c | 573 +++++++++++++++++++++++++++++++++++++++ 5 files changed, 588 insertions(+), 0 deletions(-) create mode 100644 drivers/staging/ipheth/Kconfig create mode 100644 drivers/staging/ipheth/Makefile create mode 100644 drivers/staging/ipheth/ipheth.c _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/devel