Skip to content

Commit

Permalink
fix typo in R10 drive mapping (#14720)
Browse files Browse the repository at this point in the history
(cherry picked from commit e57f2c1)

Co-authored-by: caleb <yocalebo@gmail.com>
  • Loading branch information
bugclerk and yocalebo authored Oct 18, 2024
1 parent 7e8b043 commit 33901d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ def get_slot_info(enc):
enc.model: {
1: {SYSFS_SLOT_KEY: 0, MAPPED_SLOT_KEY: 1, SUPPORTS_IDENTIFY_KEY: False},
5: {SYSFS_SLOT_KEY: 4, MAPPED_SLOT_KEY: 2, SUPPORTS_IDENTIFY_KEY: False},
9: {SYSFS_SLOT_KEY: 5, MAPPED_SLOT_KEY: 3, SUPPORTS_IDENTIFY_KEY: False},
9: {SYSFS_SLOT_KEY: 8, MAPPED_SLOT_KEY: 3, SUPPORTS_IDENTIFY_KEY: False},
13: {SYSFS_SLOT_KEY: 12, MAPPED_SLOT_KEY: 4, SUPPORTS_IDENTIFY_KEY: False},
2: {SYSFS_SLOT_KEY: 1, MAPPED_SLOT_KEY: 5, SUPPORTS_IDENTIFY_KEY: False},
6: {SYSFS_SLOT_KEY: 5, MAPPED_SLOT_KEY: 6, SUPPORTS_IDENTIFY_KEY: False},
Expand Down

0 comments on commit 33901d2

Please sign in to comment.