summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuc Verhaegen <death@death.(none)>2006-04-11 13:21:17 +0200
committerLuc Verhaegen <death@death.(none)>2006-04-11 13:21:17 +0200
commit020715fd12c4b18e8ae0c492861c16c61f994ed1 (patch)
tree7afa4b52b9eac4c5d9efb4ed0a68bc98bb6db86a
parent10a823be3f26e827de07e10bfeb08dbb613849d7 (diff)
Add gitignores, fix via_id.c build after yesterdays commit.
-rw-r--r--.gitignore19
-rw-r--r--ChangeLog9
-rw-r--r--man/.gitignore4
-rw-r--r--src/.gitignore8
-rw-r--r--src/via_id.c2
5 files changed, 41 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..55b2787
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,19 @@
+Makefile
+Makefile.in
+aclocal.m4
+autom4te.cache
+config.guess
+config.h
+config.h.in
+config.log
+config.status
+config.sub
+configure
+depcomp
+install-sh
+libtool
+ltmain.sh
+missing
+mkinstalldirs
+stamp-h.in
+stamp-h1
diff --git a/ChangeLog b/ChangeLog
index 4c72197..6cfbb17 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2006-04-11 Luc Verhaegen <libv@skynet.be>
+
+ * .gitignore:
+ * man/.gitignore:
+ * src/.gitignore:
+ * src/via_id.c:
+
+ Add gitignores, fix via_id.c build after yesterdays commit.
+
2006-04-10 Luc Verhaegen <libv@skynet.be>
* src/via_id.c:
diff --git a/man/.gitignore b/man/.gitignore
new file mode 100644
index 0000000..ff1fa36
--- /dev/null
+++ b/man/.gitignore
@@ -0,0 +1,4 @@
+Makefile
+Makefile.in
+*.4
+*._man
diff --git a/src/.gitignore b/src/.gitignore
new file mode 100644
index 0000000..64e4852
--- /dev/null
+++ b/src/.gitignore
@@ -0,0 +1,8 @@
+.deps
+.libs
+Makefile
+Makefile.in
+*.loT
+*.lo
+*.la
+*.o
diff --git a/src/via_id.c b/src/via_id.c
index 4a8632d..3f43d28 100644
--- a/src/via_id.c
+++ b/src/via_id.c
@@ -163,7 +163,7 @@ static struct ViaCardId ViaCardIds[] = {
{"Mitac 8965", VT3118, 0x1071, 0x8965, TRUE }, /* aka "Medion MIM2080"; could very well be the "*/
{"Clevo M5xxV", VT3118, 0x1558, 0x5402, TRUE }, /* M540V/M550V/M541V/M551V/M545V/M555V aka "MaxSelect Optima C4" == M55[05]V */
{"Biostar P4VMA-M", VT3118, 0x1565, 0x1202, FALSE },
- {"Sotec Winbook WA2330S5" VT3118, 0x161F, 0x2037, TRUE },
+ {"Sotec Winbook WA2330S5", VT3118, 0x161F, 0x2037, TRUE },
{"Packard Bell Easynote R1100", VT3118, 0x1631, 0xC015, TRUE },
{"Fujitsu/Siemens Amilo Pro V2010", VT3118, 0x1734, 0x1078, TRUE },
{"Asrock P4VM8", VT3118, 0x1849, 0x3118, FALSE },