Revert "thunderbolt: Add more Titan Ridge IDs"

This reverts commit ed7acc7819.

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 <mika.westerberg@linux.intel.com>
This commit is contained in:
Mika Westerberg 2018-08-10 12:30:06 +03:00 committed by Richard Hughes
parent d4e443e8e2
commit 1105683700

View File

@ -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;