diff options
author | David S. Miller <davem@davemloft.net> | 2017-12-15 13:23:22 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-12-15 13:23:22 -0500 |
commit | f3ac01534613e91d89b4cfcea5b3dde268121ae2 (patch) | |
tree | 5a9e78ff7b6afd08433d7affa62740e5b88ec84e /include/linux/sfp.h | |
parent | b4cf6a0a23bcf847def38f8e5220030b36dfabcf (diff) | |
parent | 259c8618b0099bfa613997b43857752167cddc20 (diff) |
Merge branch 'sfp-SFF-module-support'
Russell King says:
====================
Add SFF module support
Add support for SFF modules. SFF modules are similar to SFP modules,
but they have fewer control signals, and are soldered down rather than
pluggable.
They also have different IDs in the EEPROM to identify as soldered down
SFF modules.
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/sfp.h')
-rw-r--r-- | include/linux/sfp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sfp.h b/include/linux/sfp.h index 47ea32d3e816..0c5c5f6ae1ec 100644 --- a/include/linux/sfp.h +++ b/include/linux/sfp.h @@ -231,6 +231,7 @@ enum { SFP_SFF8472_COMPLIANCE = 0x5e, SFP_CC_EXT = 0x5f, + SFP_PHYS_ID_SFF = 0x02, SFP_PHYS_ID_SFP = 0x03, SFP_PHYS_EXT_ID_SFP = 0x04, SFP_CONNECTOR_UNSPEC = 0x00, |