Store name in AsusAuraUSBControllers to avoid setting it in detectors
This commit is contained in:
parent
a0726dc065
commit
c82a6052a2
40 changed files with 662 additions and 582 deletions
|
|
@ -58,7 +58,7 @@ enum
|
|||
class AsusROGStrixLCController : public AuraUSBController
|
||||
{
|
||||
public:
|
||||
AsusROGStrixLCController(hid_device* dev_handle, const char* path);
|
||||
AsusROGStrixLCController(hid_device* dev_handle, const char* path, std::string dev_name);
|
||||
~AsusROGStrixLCController();
|
||||
|
||||
std::string GetLocation();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue