View | Details | Raw Unified
Collapse All | Expand All

(-) pcmcia-cs-3.2.7.orig/debug-tools/Makefile (-1 / +1 lines)
 Lines 66-72    Link Here 
ifdef CONFIG_PNP_BIOS
ifdef CONFIG_PNP_BIOS
	cp -f lspnp setpnp $(PREFIX)/sbin
	cp -f lspnp setpnp $(PREFIX)/sbin
	@mkdir -p $(PREFIX)/usr/share
	@mkdir -p $(PREFIX)/usr/share
	cp -f pnp.ids $(PREFIX)/usr/share
	cp -f pnp.ids $(PREFIX)/usr/share/misc
endif
endif
include ../rules.mk
include ../rules.mk
(-) pcmcia-cs-3.2.7.orig/debug-tools/lspnp.c (-1 / +1 lines)
 Lines 154-160    Link Here 
    char s[133], *t;
    char s[133], *t;
    int n;
    int n;
    struct eisa_id *id;
    struct eisa_id *id;
    FILE *f = fopen("/usr/share/pnp.ids", "r");
    FILE *f = fopen("/usr/share/misc/pnp.ids", "r");
    
    
    if (f == NULL)
    if (f == NULL)
	return;
	return;
(-) pcmcia-cs-3.2.7.orig/man/lspnp.8 (-2 / +2 lines)
 Lines 36-43    Link Here 
.B \-v
.B \-v
Selects more verbose output.  Can be used more than once.
Selects more verbose output.  Can be used more than once.
.SH FILES
.SH FILES
.TP \w'/usr/share/pnp.ids\ \ \ \ |\|'u
.TP \w'/usr/share/misc/pnp.ids\ \ \ \ |\|'u
/usr/share/pnp.ids
/usr/share/misc/pnp.ids
A database of known Plug and Play device ID's.
A database of known Plug and Play device ID's.
.TP
.TP
/proc/bus/pnp/...
/proc/bus/pnp/...