Skip to content

Commit 69b5b02

Browse files
effective-lightgregkh
authored andcommitted
net: sfp: add potron quirk to the H-COM SPP425H-GAB4 SFP+ Stick
commit a92a6c5 upstream. 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> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 326470b commit 69b5b02

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

drivers/net/phy/sfp.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -519,6 +519,8 @@ static const struct sfp_quirk sfp_quirks[] = {
519519

520520
SFP_QUIRK_F("HALNy", "HL-GSFP", sfp_fixup_halny_gsfp),
521521

522+
SFP_QUIRK_F("H-COM", "SPP425H-GAB4", sfp_fixup_potron),
523+
522524
// HG MXPD-483II-F 2.5G supports 2500Base-X, but incorrectly reports
523525
// 2600MBd in their EERPOM
524526
SFP_QUIRK_S("HG GENUINE", "MXPD-483II", sfp_quirk_2500basex),

0 commit comments

Comments
 (0)