[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1214501094.7150.29.camel@cunning>
Date: Thu, 26 Jun 2008 13:24:53 -0400
From: Ben Collins <ben.collins@...onical.com>
To: v4l-dvb-maintainer@...uxtv.org
Cc: kernel list <linux-kernel@...r.kernel.org>
Subject: saa7134 duplicate device in module, but different device_data?
In the saa7134 module, there are these two entries in
MODULE_DEVICE_TABLE():
},{
.vendor = PCI_VENDOR_ID_PHILIPS,
.device = PCI_DEVICE_ID_PHILIPS_SAA7133,
.subvendor = 0x185b,
.subdevice = 0xc100,
.driver_data = SAA7134_BOARD_VIDEOMATE_TV,
},{
.vendor = PCI_VENDOR_ID_PHILIPS,
.device = PCI_DEVICE_ID_PHILIPS_SAA7133,
.subvendor = 0x185b,
.subdevice = 0xc100,
.driver_data = SAA7134_BOARD_VIDEOMATE_TV_GOLD_PLUS,
},{
Both will exactly match, and I assume only the first one will ever be
used, hence the second is just a wasted dupe. At least, I would assume
if not for the differing driver_data. Anyway to clear up this ambiguity?
--
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