aboutsummaryrefslogtreecommitdiffstats
path: root/o3000.c
diff options
context:
space:
mode:
Diffstat (limited to 'o3000.c')
-rw-r--r--o3000.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/o3000.c b/o3000.c
index 89e6299..dd99f97 100644
--- a/o3000.c
+++ b/o3000.c
@@ -1313,6 +1313,8 @@ int __stdcall o3000_init(int vid, int pid, unsigned int video_cache_size,
new_session->video_cb = video_cb;
new_session->log_cb = log_cb;
+ o3000_log(new_session, O3000_LOG_INFO, "%s: O-3000 driver version %s\n", __func__, O3000_VERSION);
+
// open libusb context
ret = libusb_init(&(new_session->libusb_ctx));