Skip to content

Commit f594362

Browse files
authored
Update DG2 device ID macro (#183)
1 parent c9ca417 commit f594362

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
@@ -1979,7 +1979,11 @@ typedef enum __NATIVEGTTYPE
19791979
( d == DEV_ID_5695 ) || \
19801980
( d == DEV_ID_56B0 ) || \
19811981
( d == DEV_ID_56B1 ) || \
1982-
( d == DEV_ID_56C1 ) || \
1982+
( d == DEV_ID_56BA ) || \
1983+
( d == DEV_ID_56BB ) || \
1984+
( d == DEV_ID_56BC ) || \
1985+
( d == DEV_ID_56BD ) || \
1986+
( d == DEV_ID_56C1 ) || \
19831987
( d == DEV_ID_4F87 ) || \
19841988
( d == DEV_ID_4F88 ))
19851989

0 commit comments

Comments
 (0)