Re: [PATCH] Add tw5864 driver

From: Greg Kroah-Hartman
Date: Sun Mar 13 2016 - 22:25:44 EST


On Mon, Mar 14, 2016 at 03:55:14AM +0200, Andrey Utkin wrote:
> --- a/include/linux/pci_ids.h
> +++ b/include/linux/pci_ids.h
> @@ -2333,6 +2333,7 @@
> #define PCI_VENDOR_ID_CAVIUM 0x177d
>
> #define PCI_VENDOR_ID_TECHWELL 0x1797
> +#define PCI_DEVICE_ID_TECHWELL_5864 0x5864
> #define PCI_DEVICE_ID_TECHWELL_6800 0x6800
> #define PCI_DEVICE_ID_TECHWELL_6801 0x6801
> #define PCI_DEVICE_ID_TECHWELL_6804 0x6804

Please read the comments at the top of this file for why you don't need
to put any new ids into it.

thanks,

greg k-h