![]() | ||||||||||
Messages in this thread Patch in this message |
Greetings, This patch updates kernel copy of pci.ids from 2003-05-30 03:13:05 to current version dated 2005-05-27 07:00:10. Also changed is an increase from 79 to 160 string length (current longest line is 142) Part 2of2 is 73KB gzip'd diff of the old/new pci.ids, not to list :) Compile / boot tested. --Grant. Signed-off-by: Grant Coady <gcoady@gmail.com> --- gen-devlist.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) --- linux-2.4.31/drivers/pci/gen-devlist.c 2002-08-03 10:39:44.000000000 +1000 +++ linux-2.4.31-sp-a/drivers/pci/gen-devlist.c 2005-06-01 15:48:16.000000000 +1000 @@ -7,7 +7,7 @@ #include <stdio.h> #include <string.h> -#define MAX_NAME_SIZE 79 +#define MAX_NAME_SIZE 160 static void pq(FILE *f, const char *c) - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ | |||||||||
| Last update: 2005-06-01 06:55 [from the cache] ©2003-2008 | ||||||||||