mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-30 11:03:07 -04:00
net: sfp: add quirk for HORACO copper SFP+ module
Add quirk for a copper SFP+ module that identifies itself as "OEM" "HC-10GE-113C". It uses RollBall protocol to talk to the PHY. Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Link: https://patch.msgid.link/20260719100158.874882-1-olek2@wp.pl Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
committed by
Jakub Kicinski
parent
c86cfc9829
commit
1bb028baab
@@ -594,6 +594,9 @@ static const struct sfp_quirk sfp_quirks[] = {
|
||||
|
||||
SFP_QUIRK_F("YV", "SFP+ONU-XGSPON", sfp_fixup_potron),
|
||||
|
||||
// HORACO HC-10GE-113C uses Rollball protocol to talk to the PHY.
|
||||
SFP_QUIRK_F("OEM", "HC-10GE-113C", sfp_fixup_rollball),
|
||||
|
||||
// OEM SFP-GE-T is a 1000Base-T module with broken TX_FAULT indicator
|
||||
SFP_QUIRK_F("OEM", "SFP-GE-T", sfp_fixup_ignore_tx_fault),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user