mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-21 04:31:26 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user