From 11056837000bd3f41bbb82ef98dfcdcda82de3b2 Mon Sep 17 00:00:00 2001 From: Mika Westerberg Date: Fri, 10 Aug 2018 12:30:06 +0300 Subject: [PATCH] Revert "thunderbolt: Add more Titan Ridge IDs" This reverts commit ed7acc7819a17fce3bca626277a18a981eb0e4c2. As pointed out by @YehezkelShB during review the Titan Ridge IDs 0x15E8 and 0x15EB are for the NHI (the host controller). Windows SDK tool uses them to keep track of different controllers but in Linux we don't need them and can use the already existing bridge IDs. There is no harm to have them listed but to avoid possible confusion in future remove them. Signed-off-by: Mika Westerberg --- plugins/thunderbolt/fu-thunderbolt-image.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/plugins/thunderbolt/fu-thunderbolt-image.c b/plugins/thunderbolt/fu-thunderbolt-image.c index bffb0db06..e1f8cc9f2 100644 --- a/plugins/thunderbolt/fu-thunderbolt-image.c +++ b/plugins/thunderbolt/fu-thunderbolt-image.c @@ -58,9 +58,7 @@ get_hw_info (guint16 id) { 0x15DA, 3, 1 }, /* AR-C 2C */ { 0x15E7, 3, 1 }, /* TR 2C */ - { 0x15E8, 3, 1 }, /* TR 2C */ { 0x15EA, 3, 2 }, /* TR 4C */ - { 0x15EB, 3, 2 }, /* TR 4C */ { 0x15EF, 3, 2 }, /* TR 4C device */ { 0 } @@ -482,9 +480,7 @@ get_host_locations (guint16 id) case 0x15C0: return AR_LP; case 0x15E7: - case 0x15E8: case 0x15EA: - case 0x15EB: return TR; default: return NULL;