Messages in this thread |  | | Date | Tue, 17 Feb 2015 15:20:02 +0300 | From | Sergei Shtylyov <> | Subject | Re: [PATCH] usb: move definition of PCI_VENDOR_ID_SYNOPSYS to linux/pci_ids.h |
| |
Hello.
On 2/17/2015 4:45 AM, Joseph Kogut wrote:
> Signed-off-by: Joseph Kogut <joseph.kogut@gmail.com>
[...]
> diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h > index e63c02a..38cff8f 100644 > --- a/include/linux/pci_ids.h > +++ b/include/linux/pci_ids.h > @@ -2315,6 +2315,8 @@ > #define PCI_VENDOR_ID_CENATEK 0x16CA > #define PCI_DEVICE_ID_CENATEK_IDE 0x0001 > > +#define PCI_VENDOR_ID_SYNOPSYS 0x16c3
0x16c3 goes before 0x16ca. And the file seems to use uppercase for hex numbers...
[...]
WBR, Sergei
|  |