Messages in this thread |  | | Date | Tue, 17 Feb 2015 15:34:36 +0300 | From | Sergei Shtylyov <> | Subject | Re: [PATCH] usb: move definition of PCI_VENDOR_ID_SYNOPSYS to linux/pci_ids.h |
| |
On 2/17/2015 3:20 PM, Sergei Shtylyov 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...
Actually no, it's only Cenatek ID that uses upper case, so disregard the second comment.
> [...]
WBR, Sergei
|  |