summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2012-05-29 16:35:32 +0100
committerRichard Hughes <richard@hughsie.com>2012-05-29 16:35:32 +0100
commit086b53d7c8fe7643805c31c70a9b5a75db9a3369 (patch)
tree3acdb44e15ef875f6a67deaf6afed1f53e95a78f
parent1f80c4300a837a40ad758c4089af5adb1d53215a (diff)
downloadcolord-086b53d7c8fe7643805c31c70a9b5a75db9a3369.tar.gz
trivial: Add 'samsung'->'Samsung' title fix
-rw-r--r--src/cd-device.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cd-device.c b/src/cd-device.c
index 5972fea..78ea420 100644
--- a/src/cd-device.c
+++ b/src/cd-device.c
@@ -781,6 +781,7 @@ struct {
{ "Hewlett-Packard", "Hewlett Packard" },
{ "LENOVO", "Lenovo" },
{ "NIKON", "Nikon" },
+ { "samsung", "Samsung" },
{ NULL, NULL }
};