Add new Xe_HP Device IDs (#190)

This commit is contained in:
John Machado 2024-02-21 18:26:05 +05:30 committed by GitHub
parent 47185b62e7
commit 0d744fbcd2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -1936,6 +1936,7 @@ typedef enum __NATIVEGTTYPE
#define DEV_ID_56BD 0x56BD
#define DEV_ID_56C0 0x56C0
#define DEV_ID_56C1 0x56C1
#define DEV_ID_56C2 0x56C2
// RPL-P/U
#define DEV_ID_A7A0 0xA7A0
@ -2001,6 +2002,7 @@ typedef enum __NATIVEGTTYPE
( d == DEV_ID_5691 ) || \
( d == DEV_ID_5692 ) || \
( d == DEV_ID_56C0 ) || \
( d == DEV_ID_56C2 ) || \
( d == DEV_ID_4F80 ) || \
( d == DEV_ID_4F81 ) || \
( d == DEV_ID_4F82 ) || \