Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

net: sfp: add potron quirk to the H-COM SPP425H-GAB4 SFP+ Stick

This is another one of those XGSPON ONU sticks that's using the
X-ONU-SFPP internally, thus it also requires the potron quirk to avoid tx
faults. So, add an entry for it in sfp_quirks[].

Cc: stable@vger.kernel.org
Signed-off-by: Hamza Mahfooz <someguy@effective-light.com>
Link: https://patch.msgid.link/20260113232957.609642-1-someguy@effective-light.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Hamza Mahfooz and committed by
Jakub Kicinski
a92a6c50 b47adaab

+2
+2
drivers/net/phy/sfp.c
··· 519 519 520 520 SFP_QUIRK_F("HALNy", "HL-GSFP", sfp_fixup_halny_gsfp), 521 521 522 + SFP_QUIRK_F("H-COM", "SPP425H-GAB4", sfp_fixup_potron), 523 + 522 524 // HG MXPD-483II-F 2.5G supports 2500Base-X, but incorrectly reports 523 525 // 2600MBd in their EERPOM 524 526 SFP_QUIRK_S("HG GENUINE", "MXPD-483II", sfp_quirk_2500basex),