Fix use of PCI ID

This commit is contained in:
Jeremy Soller 2019-09-19 16:25:10 -06:00
parent ea8658b1d1
commit 7214976b60
No known key found for this signature in database
GPG Key ID: E988B49EE78A7FB1

View File

@ -13,9 +13,9 @@
* GNU General Public License for more details.
*/
#if CONFIG_MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID == 0x1325
#if CONFIG_MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID == 0x1404
#define COLOR_KEYBOARD 1
#elif CONFIG_MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID == 0x1323
#elif CONFIG_MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID == 0x1403
#define COLOR_KEYBOARD 0
#else
#error Unknown Mainboard