[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <ZZbEMbNb7LHXiWKN@pidgin.makrotopia.org>
Date: Thu, 4 Jan 2024 15:53:14 +0100
From: Daniel Golle <daniel@...rotopia.org>
To: Sergio Palumbo <palumbo.ser@...look.it>
Cc: netdev@...r.kernel.org
Subject: Re: sfp module DFP-34X-2C2 at 2500
On Thu, Jan 04, 2024 at 02:10:43PM +0100, Sergio Palumbo wrote:
>
Please use `git format-patch` and send your patch to all receipients
listed by `scripts/get_maintainer.pl`. Please also write a meaningful
patch description and patch title prefixed similar to other commits
adding similar changes to the kernel.
> diff --git a/drivers/net/phy/sfp.c b/drivers/net/phy/sfp.c
> index 2abc155dc5cf8..a14f61bab256f 100644
> --- a/drivers/net/phy/sfp.c
> +++ b/drivers/net/phy/sfp.c
> @@ -495,6 +495,9 @@ static const struct sfp_quirk sfp_quirks[] = {
> // 2500MBd NRZ in their EEPROM
> SFP_QUIRK_M("Lantech", "8330-262D-E", sfp_quirk_2500basex),
>
> + // DFP-34X-2C2 GPON ONU supports 2500base-X
> + SFP_QUIRK_M("OEM", "DFP-34X-2C2", sfp_quirk_2500basex),
> +
> SFP_QUIRK_M("UBNT", "UF-INSTANT", sfp_quirk_ubnt_uf_instant),
>
> // Walsun HXSX-ATR[CI]-1 don't identify as copper, and use the
>
Powered by blists - more mailing lists