mirror of
https://github.com/akuker/RASCSI.git
synced 2024-12-21 08:29:59 +00:00
Added missing command mapping for DEVICES_INFO (#947)
This commit is contained in:
parent
2cecf4b35c
commit
c1f63c6745
@ -30,9 +30,10 @@ private:
|
||||
unordered_map<int, PbOperation> operations = {
|
||||
{ 'a', ATTACH },
|
||||
{ 'd', DETACH },
|
||||
{ 'i', INSERT },
|
||||
{ 'e', EJECT },
|
||||
{ 'i', INSERT },
|
||||
{ 'p', PROTECT },
|
||||
{ 's', DEVICES_INFO },
|
||||
{ 'u', UNPROTECT }
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user