On Sun, Nov 19, 2006 at 11:38:51AM -0500, Dominik Brodowski wrote: > > From: Matt Reimer <mattjreimer@xxxxxxxxx> > Date: Thu, 26 Oct 2006 15:56:00 -0700 > Subject: [PATCH] pcmcia: Add an id to ide-cs.c > > Add an ID entry for: > > product info: "TRANSCEND", "TS1GCF80", "", "" > manfid: 0x000a, 0x0000 > function: 4 (fixed disk) Erm, silly question: isn't this supposed to be matched by the following: static struct pcmcia_device_id ide_ids[] = { PCMCIA_DEVICE_FUNC_ID(4), or are we going to be ignoring the function ID and only matching using the manfid and product info strings? -- Russell King Linux kernel 2.6 ARM Linux - http://www.arm.linux.org.uk/ maintainer of: 2.6 Serial core - To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html