[PATCH 1/2] mountmgr: Populate HKLM\HARDWARE\DEVICEMAP\Scsi here instead of in kernel32. (try 4)

Alexandre Julliard julliard at winehq.org
Thu May 5 07:42:01 CDT 2011


Charles Davis <cdavis at mymail.mines.edu> writes:

> +    case 0x05:
> +        data = "CdRomPeripheral";
> +        snprintf(buffer, sizeof(buffer), "Cdrom%d", cdrom_no++);
> +        break;

This needs to be set to the device name that mountmgr has assigned to
it. That's the point of doing this in mountmgr: making sure that all the
information derives from a single source.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list