[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20100217233547.GD12197@kroah.com>
Date: Wed, 17 Feb 2010 15:35:47 -0800
From: Greg KH <greg@...ah.com>
To: "Hans J. Koch" <hjk@...utronix.de>
Cc: LKML <linux-kernel@...r.kernel.org>,
Greg Kroah-Hartman <gregkh@...e.de>,
Manuel Traut <manut@...utronix.de>
Subject: Re: [PATCH] UIO: Add a driver for Hilscher netX-based fieldbus
cards
> --- linux-2.6.33-rc.orig/include/linux/pci_ids.h 2010-02-09 12:43:51.000000000 +0100
> +++ linux-2.6.33-rc/include/linux/pci_ids.h 2010-02-09 12:44:51.000000000 +0100
> @@ -137,6 +137,11 @@
>
> /* Vendors and devices. Sort key: vendor first, device next. */
>
> +#define PCI_VENDOR_ID_HILSCHER 0x15CF
> +#define PCI_DEVICE_ID_HILSCHER_NETX 0x0000
> +#define PCI_SUBDEVICE_ID_NXSB_PCA 0x3235
> +#define PCI_SUBDEVICE_ID_NXPCA 0x3335
This isn't needed, we don't add new device ids to the file, unless they
are used by more than one driver (see the comment at the top of the
file.)
I've fixed up the patch to not include this anymore.
thanks,
greg k-h
--
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