-
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.
[devices]: Bump sonic-platform-modules-arista submodule (#924)
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sonic-platform-modules-arista
updated
16 files
+3 −11 | README.md | |
+1 −1 | arista/core/component.py | |
+15 −0 | arista/core/inventory.py | |
+23 −26 | arista/core/platform.py | |
+4 −1 | arista/core/utils.py | |
+8 −2 | arista/platforms/a7050qx32.py | |
+11 −3 | arista/platforms/a7050qx32s.py | |
+16 −11 | arista/platforms/a7060cx32s.py | |
+6 −2 | arista/platforms/a7260cx364.py | |
+83 −0 | arista/utils/sonic_leds.py | |
+2 −2 | confs/arista-drivers-init.service | |
+2 −2 | debian/sonic-platform-arista.init | |
+195 −67 | src/crow-fan-driver.c | |
+149 −42 | src/raven-fan-driver.c | |
+70 −8 | src/rook-fan-cpld.c | |
+60 −20 | utils/arista |