Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions FrameworkArgb/Device.h
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ RequestGetHidXferPacket_ToWriteToDevice(
//
#define FWK_ARGB_HID_VID 0x32AC
#define FWK_ARGB_HID_PID 0x0033
#define FWK_ARGB_HID_VERSION 0x0101
#define FWK_ARGB_HID_VERSION 0x0100

//
// Custom control codes are defined here. They are to be used for sideband
Expand All @@ -202,9 +202,9 @@ RequestGetHidXferPacket_ToWriteToDevice(

#define MAXIMUM_STRING_LENGTH (126 * sizeof(WCHAR))
#define FWK_ARGB_MANUFACTURER_STRING L"Framework"
#define FWK_ARGB_PRODUCT_STRING L"Desktop UMDF ARGB Driver"
#define FWK_ARGB_SERIAL_NUMBER_STRING L"FRAMPBCP00"
#define FWK_ARGB_DEVICE_STRING L"Desktop UMDF ARGB Device"
#define FWK_ARGB_PRODUCT_STRING L"ARGB Driver"
#define FWK_ARGB_SERIAL_NUMBER_STRING L""
#define FWK_ARGB_DEVICE_STRING L"ARGB Device"
#define FWK_ARGB_DEVICE_STRING_INDEX 5

//
Expand Down
8 changes: 3 additions & 5 deletions FrameworkArgb/FrameworkArgb.inf
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,6 @@ FrameworkArgb.dll
; =================== Generic ==================================

[Strings]
ManufacturerName="Framework Computer Inc"
DiskName = "FrameworkArgb Installation Disk"
DeviceName ="FrameworkArgb Device"
ClassName ="Sample Device"
WudfRdDisplayName ="Windows Driver Foundation - User-mode Driver Framework Reflector"
ManufacturerName="Framework Computer"
DiskName = "Framework ARGB Installation Disk"
DeviceName ="Framework ARGB Device"