--- linux-2.6.27-rc6/drivers/ide/ide-cd.c.orig 2008-09-18 23:32:53.000000000 +0200 +++ linux-2.6.27-rc6/drivers/ide/ide-cd.c 2008-09-24 21:18:15.000000000 +0200 @@ -1661,6 +1661,7 @@ static int ide_cdrom_probe_capabilities( cdi->mask &= ~CDC_PLAY_AUDIO; mechtype = buf[8 + 6] >> 5; + printk(KERN_DEBUG "%s:%u: mechtype=%u, drive->id->model=[%s], drive->id->fw_rev=[%s]\n", __FILE__, __LINE__, mechtype, drive->id->model, drive->id->fw_rev); if (mechtype == mechtype_caddy || mechtype == mechtype_popup) cdi->mask |= CDC_CLOSE_TRAY;