From 8b38ae039d55b86f25819b8dda992e1961b9dfcc Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 14 Mar 2005 15:09:23 +0000 Subject: add dmitable --- lst/Makefile | 2 +- lst/dmitable | 112 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 113 insertions(+), 1 deletion(-) create mode 100644 lst/dmitable (limited to 'lst') diff --git a/lst/Makefile b/lst/Makefile index 87cc3b59..f5623373 100644 --- a/lst/Makefile +++ b/lst/Makefile @@ -4,7 +4,7 @@ ARCH := $(patsubst i%86,i386,$(shell uname -m)) ARCH := $(patsubst sparc%,sparc,$(ARCH)) TABLES1 = pcitable usbtable -TABLES2 = isatable pcmciatable +TABLES2 = isatable pcmciatable dmitable TABLES3 = ScannerDB.gz TABLES4 = scannerconfigs TABLES = $(TABLES1) $(TABLES2) diff --git a/lst/dmitable b/lst/dmitable new file mode 100644 index 00000000..918218fe --- /dev/null +++ b/lst/dmitable @@ -0,0 +1,112 @@ +# regexps are not allowed +# only .* at the end is allowed, its means non anchored + + +System/Manufacturer: ACER + + System/Product Name: TravelMate 610 + => Resolution: 1024x768 + => Diagonal_size: 14.1 + + +Base Board/Manufacturer: COMPAL + + Base Board/Product Name: ACL10 + => Resolution: 1400x1050 + + +System/Manufacturer: Dell Computer .* + + System/Product Name: Inspiron 8600 + => Resolution: 1280x800 + + +System/Manufacturer: Dell Computer .* + + System/Product Name: Inspiron.* + => Module: i8k + => Pkg: i8kutils + + System/Product Name: Latitude.* + => Module: i8k + => Pkg: i8kutils + + +System/Manufacturer: IBM + + System/Product Name: 2626JNG + => Resolution: 1024x768 + + System/Product Name: 2722DG1 + => Resolution: 1400x1050 + + System/Version: ThinkPad T41p + => Resolution: 1400x1050 + + +System/Manufacturer: MAXDATA + + System/Product Name: Pro 6100X + => Resolution: 1024x768 + => Diagonal_size: 15 + + System/Product Name: Pro 7000X + => Resolution: 1024x768 + => Diagonal_size: 15 + + +System/Manufacturer: Hewlett-Packard + + System/Product Name: Compaq nx7010 (DJ342A#ABB) + => XkbModel: hp5185 + + System/Product Name: HP Pavilion dv1000 (PS600EA#ABF) + => Diagonal_size: 14.1 + => Resolution: 1280x768 + + System/Product Name: HP nx9010.* + => Resolution: 1024x768 + => Diagonal_size: 15 + + System/Version: HP OmniBook 6000 EA + => Resolution: 1024x768 + + +System/Manufacturer: Sony .* + + System/Product Name: PCG-C1X.* + # especially PCG-C1XD(GB) + => Resolution: 1024x480 + + System/Product Name: PCG-C1V.* + => Resolution: 1024x480 + + System/Product Name: PCG-C1M.* + => Resolution: 1280x600 + + System/Product Name: PCG-GR214MP.* + => Resolution: 1024x768 + => Diagonal_size: 14.1 + + System/Product Name: PCG-GRX316MP.* + # including PCG-GRX316MP(IT) + => Diagonal_size: 16.1 + => Resolution: 1600x1200 + + System/Product Name: PCG-NV105.* + => Resolution: 1024x768 + + System/Product Name: PCG-NV109M.* + => Resolution: 1024x768 + => Diagonal_size: 15 + + System/Product Name: VGN-S2XP.* + => Diagonal_size: 13.3 + => Resolution: 1280x800 + + +System/Manufacturer: TOSHIBA + + BIOS/Vendor: TOSHIBA + => Module: toshiba + => Pkg: toshutils -- cgit v1.2.1