Skip to content

Commit dcc4b85

Browse files
authored
Add new DG2 device IDs (#194)
1 parent ac964bd commit dcc4b85

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Source/inc/common/igfxfmid.h

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1934,6 +1934,8 @@ typedef enum __NATIVEGTTYPE
19341934
#define DEV_ID_56BB 0x56BB
19351935
#define DEV_ID_56BC 0x56BC
19361936
#define DEV_ID_56BD 0x56BD
1937+
#define DEV_ID_56BE 0x56BE
1938+
#define DEV_ID_56BF 0x56BF
19371939
#define DEV_ID_56C0 0x56C0
19381940
#define DEV_ID_56C1 0x56C1
19391941
#define DEV_ID_56C2 0x56C2
@@ -2001,7 +2003,9 @@ typedef enum __NATIVEGTTYPE
20012003
( d == DEV_ID_5690 ) || \
20022004
( d == DEV_ID_5691 ) || \
20032005
( d == DEV_ID_5692 ) || \
2004-
( d == DEV_ID_56C0 ) || \
2006+
( d == DEV_ID_56BE ) || \
2007+
( d == DEV_ID_56BF ) || \
2008+
( d == DEV_ID_56C0 ) || \
20052009
( d == DEV_ID_56C2 ) || \
20062010
( d == DEV_ID_4F80 ) || \
20072011
( d == DEV_ID_4F81 ) || \

0 commit comments

Comments
 (0)