Brand string update
Updating device brand strings Based on public support in Windows driver 31.0.101.3222 https://www.intel.com/content/www/us/en/download/19344 Signed-off-by: ocldev <ocldev@intel.com>
This commit is contained in:
parent
c3f7e40a8d
commit
6e5c0141b5
|
@ -59,8 +59,8 @@ DEVICE( 0x4C9A, RklHwConfig )
|
|||
#ifdef SUPPORT_ADLS
|
||||
NAMEDDEVICE( 0x4680, AdlsHwConfig, "Intel(R) UHD Graphics 770" )
|
||||
NAMEDDEVICE( 0x4682, AdlsHwConfig, "Intel(R) UHD Graphics 730" )
|
||||
DEVICE( 0x4688, AdlsHwConfig )
|
||||
DEVICE( 0x468A, AdlsHwConfig )
|
||||
NAMEDDEVICE( 0x4688, AdlsHwConfig, "Intel(R) UHD Graphics" )
|
||||
NAMEDDEVICE( 0x468A, AdlsHwConfig, "Intel(R) UHD Graphics" )
|
||||
NAMEDDEVICE( 0x4690, AdlsHwConfig, "Intel(R) UHD Graphics 770" )
|
||||
NAMEDDEVICE( 0x4692, AdlsHwConfig, "Intel(R) UHD Graphics 730" )
|
||||
NAMEDDEVICE( 0x4693, AdlsHwConfig, "Intel(R) UHD Graphics 710" )
|
||||
|
|
Loading…
Reference in New Issue