Re: PCI: increase the size of the pci.ids strings

2005-04-04 Thread Giuseppe Bilotta
On Fri, 1 Apr 2005 15:47:48 -0800, Greg KH wrote: > -#define PCI_NAME_SIZE96 > +#define PCI_NAME_SIZE255 > #define PCI_NAME_HALF__stringify(43) /* less than half to handle > slop */ Shouldn't PCI_NAME_HALF be changed too? To something like 109 or 113? -- Giuseppe

Re: PCI: increase the size of the pci.ids strings

2005-04-04 Thread Giuseppe Bilotta
On Fri, 1 Apr 2005 15:47:48 -0800, Greg KH wrote: -#define PCI_NAME_SIZE96 +#define PCI_NAME_SIZE255 #define PCI_NAME_HALF__stringify(43) /* less than half to handle slop */ Shouldn't PCI_NAME_HALF be changed too? To something like 109 or 113? -- Giuseppe Oblomov

PCI: increase the size of the pci.ids strings

2005-04-01 Thread Greg KH
ChangeSet 1.2181.16.1, 2005/03/16 23:55:56-08:00, [EMAIL PROTECTED] PCI: increase the size of the pci.ids strings If we are going to waste memory, might as well do it right... Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> drivers/pci/gen-devlist.c |2 +- include/linux

PCI: increase the size of the pci.ids strings

2005-04-01 Thread Greg KH
ChangeSet 1.2181.16.1, 2005/03/16 23:55:56-08:00, [EMAIL PROTECTED] PCI: increase the size of the pci.ids strings If we are going to waste memory, might as well do it right... Signed-off-by: Greg Kroah-Hartman [EMAIL PROTECTED] drivers/pci/gen-devlist.c |2 +- include/linux/pci.h