Add separate log category for RSPRO protocol

Change-Id: I2e158f5181a24ae2256aae12d26865c4907eabad
diff --git a/src/debug.c b/src/debug.c
index b98ca08..a538697 100644
--- a/src/debug.c
+++ b/src/debug.c
@@ -36,6 +36,11 @@
 		.loglevel = LOGL_INFO,
 		.enabled = 1,
 	},
+	[DRSPRO] = {
+		.name = "DRSPRO",
+		.loglevel = LOGL_INFO,
+		.enabled = 1,
+	},
 };
 
 const struct log_info log_info = {