On Sat, 19 Jul 2008 20:16:02 +0200 Albert Pauw <albert.pauw at gmail.com> wrote: > --- ssc.c 2008-07-19 19:29:58.000000000 +0200 > +++ ssc.c.new 2008-07-19 20:13:29.000000000 +0200 > @@ -102,6 +102,7 @@ > lu->attrs.version_desc[0] = 0x0200; /* SSC no version claimed */ > lu->attrs.version_desc[1] = 0x0960; /* iSCSI */ > lu->attrs.version_desc[2] = 0x0300; /* SPC-3 */ > + lu->attrs.removable = 1; /* Default to removable media */ Applied, thanks. Next time, please send a patch with your signed-off-by. And I would really appreciate if you could generate a patch with git. That saves me time. |