usb_id: MassStorage SubClass 6 is "scsi" not "disk"

This commit is contained in:
Kay Sievers 2008-11-05 19:02:56 +01:00
parent 77b852f333
commit b467444884

View file

@ -141,8 +141,10 @@ static int set_usb_mass_storage_ifsubtype(char *to, const char *from, size_t len
type = "floppy";
break;
case 1: /* RBC devices */
type = "rbc";
break;
case 6: /* Transparent SPC-2 devices */
type = "disk";
type = "scsi";
break;
default:
break;