mirror of
https://github.com/akuker/RASCSI.git
synced 2024-12-21 23:29:39 +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 = {
|
unordered_map<int, PbOperation> operations = {
|
||||||
{ 'a', ATTACH },
|
{ 'a', ATTACH },
|
||||||
{ 'd', DETACH },
|
{ 'd', DETACH },
|
||||||
{ 'i', INSERT },
|
|
||||||
{ 'e', EJECT },
|
{ 'e', EJECT },
|
||||||
|
{ 'i', INSERT },
|
||||||
{ 'p', PROTECT },
|
{ 'p', PROTECT },
|
||||||
|
{ 's', DEVICES_INFO },
|
||||||
{ 'u', UNPROTECT }
|
{ 'u', UNPROTECT }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user