linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jens Axboe <axboe@suse.de>
To: Andrey Borzenkov <arvidjaar@mail.ru>
Cc: linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH]trivial: add CDC_RAM to ide-cd capabilities mask
Date: Tue, 10 Jan 2006 11:13:46 +0100	[thread overview]
Message-ID: <20060110101346.GO3389@suse.de> (raw)
In-Reply-To: <200601092316.47938.arvidjaar@mail.ru>

On Mon, Jan 09 2006, Andrey Borzenkov wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Add CDC-RAM to capability mask. This prevents udev incorrectly reporting RAM 
> capabilities for device.
> 
> Signed-off-by: Andrey Borzenkov <arvidjaar@mail.ru>
> 
> - ---
> 
> - --- linux-2.6.15/drivers/ide/ide-cd.c.orig	2006-01-03 06:21:10.000000000 +0300
> +++ linux-2.6.15/drivers/ide/ide-cd.c	2006-01-09 00:31:32.000000000 +0300
> @@ -2905,6 +2905,8 @@ static int ide_cdrom_register (ide_drive
>  		devinfo->mask |= CDC_CLOSE_TRAY;
>  	if (!CDROM_CONFIG_FLAGS(drive)->mo_drive)
>  		devinfo->mask |= CDC_MO_DRIVE;
> +	if (!CDROM_CONFIG_FLAGS(drive)->ram)
> +		devinfo->mask |= CDC_RAM;
>  
>  	devinfo->disk = info->disk;
>  	return register_cdrom(devinfo);

Thanks, patch is correct.

-- 
Jens Axboe


      reply	other threads:[~2006-01-10 10:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-09 20:16 [PATCH]trivial: add CDC_RAM to ide-cd capabilities mask Andrey Borzenkov
2006-01-10 10:13 ` Jens Axboe [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20060110101346.GO3389@suse.de \
    --to=axboe@suse.de \
    --cc=arvidjaar@mail.ru \
    --cc=linux-ide@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).