On Sat, Apr 18, 2009 at 12:43 PM, Peter Holik <peter@xxxxxxxx> wrote: > usb driver for intellon int51x1 based PLC like devolo dlan duo > with improvements suggested by the guys of the mailinglist: > - name and prefix with int51x1 (Florian Fainelli) > - use conversion functions cpu_to_le16 / le16_to_cpu (Oliver Neukum) > - use pskb_may_pull instead of skb->len (Ilpo Järvinen) > - better code in tx_fixup (Ilpo Järvinen) > - use gotos for error handling (Ilpo Järvinen) > > Signed-off-by: Peter Holik <peter@xxxxxxxx> > --- > drivers/net/usb/Kconfig | 8 ++ > drivers/net/usb/Makefile | 1 + > drivers/net/usb/int51x1.c | 253 +++++++++++++++++++++++++++++++++++++++++++++ > 3 files changed, 262 insertions(+), 0 deletions(-) > create mode 100644 drivers/net/usb/int51x1.c > > diff --git a/drivers/net/usb/Kconfig b/drivers/net/usb/Kconfig > index 8ee2103..86c9e86 100644 > --- a/drivers/net/usb/Kconfig > +++ b/drivers/net/usb/Kconfig > @@ -345,4 +345,12 @@ config USB_HSO > To compile this driver as a module, choose M here: the > module will be called hso. > > +config USB_NET_INT51X1 > + tristate "Intellon PLC based usb adapter" > + depends on USB_USBNET > + help > + Choose this option if you're using a USB-based PLC > + (Powerline Communications) solution with an Intellon > + int51x1 chip, like the "devolo dLan duo". A few more details... + Choose this option if you're using a 14Mb USB-based PLC + (Powerline Communications) solution with an Intellon + INT51x1/INT5200 chip, like the "devolo dLan duo". Is Homeplug a valid name too for this device? There are so many Home... "standards" I get them confused. -- Jon Smirl jonsmirl@xxxxxxxxx -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html