Re: [PATCH 1/2] mountmgr: Populate HKLM\HARDWARE\DEVICEMAP\Scsi here instead of in kernel32. (try 4)
May 5, 2011
12:42 p.m.
Charles Davis <cdavis(a)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(a)winehq.org
5439
Age (days ago)
5439
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard