lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Sat, 18 Apr 2009 12:51:43 -0400
From:	Jon Smirl <jonsmirl@...il.com>
To:	Peter Holik <peter@...ik.at>
Cc:	LKML <linux-kernel@...r.kernel.org>,
	Netdev <netdev@...r.kernel.org>, linux-usb@...r.kernel.org
Subject: Re: [PATCH 2/2] usb driver for intellon int51x1 based PLC like devolo 
	dlan duo

On Sat, Apr 18, 2009 at 12:43 PM, Peter Holik <peter@...ik.at> 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@...ik.at>
> ---
>  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@...il.com
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ