-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DellEMC: S6100, S6000 - Enable thermalctld, Platform API implementati…
…on and fixes - Enable 'thermalctld' - Implement DeviceBase methods (presence, status, model, serial) for Fantay and Component - Implement ‘get_position_in_parent’, ‘is_replaceable’ methods for all device types - SFP: Make eeprom read both Python2 and Python3 compatible - SFP: Fix ‘get_tx_disable_channel’ method’s return type - SFP: Implement ‘tx_disable’, ‘tx_disable_channel’ and ‘set_power_override’ methods - S6000: Implement ‘get_status_led’, ‘set_status_led’ methods for Chassis - S6000: Make available the data of both Fans present in each Fantray
- Loading branch information
1 parent
afc87b8
commit daf0457
Showing
18 changed files
with
816 additions
and
270 deletions.
There are no files selected for viewing
3 changes: 1 addition & 2 deletions
3
device/dell/x86_64-dell_s6000_s1220-r0/pmon_daemon_control.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
{ | ||
"skip_ledd": true, | ||
"skip_thermalctld": true | ||
"skip_ledd": true | ||
} |
3 changes: 1 addition & 2 deletions
3
device/dell/x86_64-dell_s6100_c2538-r0/pmon_daemon_control.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
{ | ||
"skip_ledd": true, | ||
"skip_thermalctld": true | ||
"skip_ledd": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.