coolermaster keyboard rescan crash
This commit is contained in:
parent
d1a638e6f0
commit
5df9dcdf9c
4 changed files with 19 additions and 12 deletions
|
|
@ -48,10 +48,7 @@ CMKeyboardAbstractController::CMKeyboardAbstractController(hid_device* dev_handl
|
|||
|
||||
CMKeyboardAbstractController::~CMKeyboardAbstractController()
|
||||
{
|
||||
if(m_pDev)
|
||||
{
|
||||
hid_close(m_pDev);
|
||||
}
|
||||
hid_close(m_pDev);
|
||||
};
|
||||
|
||||
std::string CMKeyboardAbstractController::GetDeviceName()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue