mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-04-26 08:48:59 -04:00
Update OpenRazer-win32 to OpenRazer commit 1316cb9
This commit is contained in:
BIN
dependencies/openrazer-win32/OpenRazer.dll
vendored
BIN
dependencies/openrazer-win32/OpenRazer.dll
vendored
Binary file not shown.
BIN
dependencies/openrazer-win32/OpenRazer64.dll
vendored
BIN
dependencies/openrazer-win32/OpenRazer64.dll
vendored
Binary file not shown.
13
dependencies/openrazer-win32/linux/module.h
vendored
13
dependencies/openrazer-win32/linux/module.h
vendored
@@ -31,12 +31,13 @@ struct usb_host_interface {
|
||||
};
|
||||
|
||||
struct device {
|
||||
struct device *parent;
|
||||
void *p;
|
||||
const char *init_name;
|
||||
void *driver_data;
|
||||
unsigned int attr_count;
|
||||
struct device_attribute * attr_list[64];
|
||||
struct device *parent;
|
||||
void *p;
|
||||
const char *init_name;
|
||||
struct bus_type* bus;
|
||||
void *driver_data;
|
||||
unsigned int attr_count;
|
||||
struct device_attribute * attr_list[64];
|
||||
struct usb_interface *parent_usb_interface;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user