From c210daf78082eb043c48a692b5a40a2fd3cfdc4a Mon Sep 17 00:00:00 2001 From: Paul Kocialkowski Date: Mon, 23 Apr 2018 15:23:01 +0200 Subject: [PATCH] sunxi_cedrus: Harmonize vendor string Signed-off-by: Paul Kocialkowski --- src/sunxi_cedrus.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sunxi_cedrus.h b/src/sunxi_cedrus.h index 6110853..77fd3da 100644 --- a/src/sunxi_cedrus.h +++ b/src/sunxi_cedrus.h @@ -32,7 +32,7 @@ #include -#define SUNXI_CEDRUS_STR_VENDOR "Sunxi Cedrus Driver 1.0" +#define SUNXI_CEDRUS_STR_VENDOR "Sunxi-Cedrus" #define SUNXI_CEDRUS_MAX_PROFILES 11 #define SUNXI_CEDRUS_MAX_ENTRYPOINTS 5