Our vcdrom implementation is pretty minimalistic and doesn't support all mandatory commands, so it's better to not claim any standard confirmance.

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3327 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Vladislav Bolkhovitin
2011-03-30 18:54:55 +00:00
parent fae29aba88
commit a8ba76a527

View File

@@ -3751,7 +3751,13 @@ static ssize_t __vcdrom_add_device(const char *device_name, char *params)
if (res != 0)
goto out;
#if 0 /*
* Our implementation is pretty minimalistic and doesn't support all
* mandatory commands, so it's better to not claim any standard
* confirmance.
*/
virt_dev->command_set_version = 0x02A0; /* MMC-3 */
#endif
virt_dev->rd_only = 1;
virt_dev->removable = 1;