public inbox for linux-ide@vger.kernel.org
 help / color / mirror / Atom feed
From: Niklas Cassel <cassel@kernel.org>
To: "René Rebe" <rene@exactco.de>
Cc: linux-ide@vger.kernel.org, Damien Le Moal <dlemoal@kernel.org>
Subject: Re: [PATCH] fix PCMCIA Iomega Clik!
Date: Tue, 18 Nov 2025 15:56:07 +0100	[thread overview]
Message-ID: <aRyJB2j4MDNIARIM@ryzen> (raw)
In-Reply-To: <20251117.134321.1327313572065130952.rene@exactco.de>

Hello René,

On Mon, Nov 17, 2025 at 01:43:21PM +0100, René Rebe wrote:

Please change the subject to include: "ata: pata_pcmcia: " prefix.

I.e. something like:

ata: pata_pcmcia: Add Iomega Clik! PCMCIA ATA/ATAPI Adapter

Looking at:
https://en.wikipedia.org/wiki/PocketZip

It seems like this device was renamed to PocketZip.

So perhaps:
ata: pata_pcmcia: Add Iomega PocketZip Drive


> Add PCMCIA Iomega Clik! ID to pata_pcmcia.

Perhaps:
Add Iomega PocketZip Drive ID to pata_pcmcia.


> 
> -- Signed-off-by: René Rebe <rene@exactco.de>

There should be no "-- " before the Signed-off-by, see:
https://docs.kernel.org/process/submitting-patches.html#developer-s-certificate-of-origin-1-1


> 
> --- a/drivers/ata/pata_pcmcia.c	2025-02-27 18:51:20.641993816 +0100
> +++ b/drivers/ata/pata_pcmcia.c	2025-02-27 18:56:22.022992807 +0100
> @@ -362,6 +362,7 @@
>  	PCMCIA_DEVICE_PROD_ID12("STI", "Flash 5.0", 0xbf2df18d, 0x8cb57a0e),
>  	PCMCIA_MFC_DEVICE_PROD_ID12(1, "SanDisk", "ConnectPlus", 0x7a954bd9, 0x74be00c6),
>  	PCMCIA_DEVICE_PROD_ID2("Flash Card", 0x5a362506),
> +	PCMCIA_DEVICE_PROD_ID2("PCMCIA ATA/ATAPI Adapter", 0x888D7B73),

I think this should be something like:
PCMCIA_DEVICE_PROD_ID2("Iomega PocketZip Drive", 0x888D7B73),

Also, make sure that you add this entry at the correct place, i.e. in
alphabetical order (Iomega, before IBM), please also make the hex ID
string in lower case letters to match the existing entries.


Kind regards,
Niklas

  reply	other threads:[~2025-11-18 14:56 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-11-17 12:43 [PATCH] fix PCMCIA Iomega Clik! René Rebe
2025-11-18 14:56 ` Niklas Cassel [this message]
2025-11-18 15:13   ` René Rebe
2025-11-18 15:22     ` Niklas Cassel

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=aRyJB2j4MDNIARIM@ryzen \
    --to=cassel@kernel.org \
    --cc=dlemoal@kernel.org \
    --cc=linux-ide@vger.kernel.org \
    --cc=rene@exactco.de \
    /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