Skip to content

Commit

Permalink
[HardwareDB]
Browse files Browse the repository at this point in the history
* add vuuno4kse
  • Loading branch information
jbleyel committed Jan 12, 2025
1 parent 476a362 commit 7af9ed3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ AS_IF([test "$BOXTYPE" == "vuultimo4k"],[AC_DEFINE(HWULTIMO4K, 1,[vuultimo4k])])
AS_IF([test "$BOXTYPE" == "vuduo4k"],[AC_DEFINE(HWDUO4K, 1,[vuduo4k])])
AS_IF([test "$BOXTYPE" == "vuduo4kse"],[AC_DEFINE(HWDUO4KSE, 1,[vuduo4kse])])
AS_IF([test "$BOXTYPE" == "vuduo2"],[AC_DEFINE(HWDUO2, 1,[vuduo2])])
AS_IF([test "$BOXTYPE" == "vuuno4kse"],[AC_DEFINE(HWUNO4KSE, 1,[vuuno4kse])])
AS_IF([test "$BOXTYPE" == "h7"],[AC_DEFINE(HWH7, 1,[h7])])
AS_IF([test "$BOXTYPE" == "h17"],[AC_DEFINE(HWH17, 1,[h17])])
AS_IF([test "$BOXTYPE" == "pulse4k"],[AC_DEFINE(HWPULSE4K, 1,[pulse4k])])
Expand Down
6 changes: 6 additions & 0 deletions include/hardwaredb.h
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,12 @@ static std::unordered_map<std::string, std::string> HardwareDB{
{"/devices/f0490600.ohci/usb10/", "Front USB"},
{"/devices/f0480400.ohci/usb7/", "Back, lower USB"},
{"/devices/f0480600.ohci/usb8/", "Back, upper USB"}
#elif HWUNO4KSE
{"/devices/platform/rdb/f045a000.sata/ata1/", "SATA"},
{"/devices/platform/rdb/f0470300.ehci_v2/usb3/3-1/3-1", "Back, lower USB"},
{"/devices/platform/rdb/f0471000.xhci_v2/usb2/2-1/2-1", "Back, lower USB"},
{"/devices/platform/rdb/f0470500.ehci_v2/usb4/4-1/4-1", "Back, upper USB"},
{"/devices/platform/rdb/f0471000.xhci_v2/usb2/2-2/2-2", "Back, upper USB"}
#elif HWDUO2 // CHECKED
{"/devices/platform/strict-ahci.0/ata1/", "eSATA"},
{"/devices/platform/ehci-brcm.2/usb3/", "Front USB"},
Expand Down

0 comments on commit 7af9ed3

Please sign in to comment.