lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Fri, 20 Jun 2008 19:23:45 +0200
From:	Bartlomiej Zolnierkiewicz <bzolnier@...il.com>
To:	Philippe De Muyter <phdm@...qel.be>
Cc:	linux-kernel@...r.kernel.org,
	Dominik Brodowski <linux@...inikbrodowski.net>,
	Alan Cox <alan@...rguk.ukuu.org.uk>
Subject: Re: [PATCH] pcmcia ide kingston compactflash's have a new manufacturer id


On Thursday 19 June 2008, Philippe De Muyter wrote:
> Hi everybody,
> 
> Up to now, Kingston compactflash cards (ab)used the Toshiba Manufacturer's ID,
> In their new CF cards, they use a new one.  Let's the ide subsystem
> recognize CF cards with the new id.
> 
> Signed-off-by: Christophe Niclaes <cniclaes@...eltech.com>
> Acked-by: Philippe De Muyter <phdm@...qel.be>

applied, thanks

> diff -r 60ebd5153c48 drivers/ide/legacy/ide-cs.c
> --- a/drivers/ide/legacy/ide-cs.c	Wed Jun 18 22:12:50 2008 -0700
> +++ b/drivers/ide/legacy/ide-cs.c	Thu Jun 19 16:35:29 2008 +0200
> @@ -410,6 +410,7 @@ static struct pcmcia_device_id ide_ids[]
>  	PCMCIA_DEVICE_MANF_CARD(0x001c, 0x0001),	/* Mitsubishi CFA */
>  	PCMCIA_DEVICE_MANF_CARD(0x0032, 0x0704),
>  	PCMCIA_DEVICE_MANF_CARD(0x0045, 0x0401),	/* SanDisk CFA */
> +	PCMCIA_DEVICE_MANF_CARD(0x004f, 0x0000),	/* Kingston */
>  	PCMCIA_DEVICE_MANF_CARD(0x0098, 0x0000),	/* Toshiba */
>  	PCMCIA_DEVICE_MANF_CARD(0x00a4, 0x002d),
>  	PCMCIA_DEVICE_MANF_CARD(0x00ce, 0x0000),	/* Samsung */
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ