|
@@ -1,8 +1,8 @@
|
|
|
/*
|
|
|
* uvc_driver.c -- USB Video Class driver
|
|
|
*
|
|
|
- * Copyright (C) 2005-2009
|
|
|
- * Laurent Pinchart (laurent.pinchart@skynet.be)
|
|
|
+ * Copyright (C) 2005-2010
|
|
|
+ * Laurent Pinchart (laurent.pinchart@ideasonboard.com)
|
|
|
*
|
|
|
* This program is free software; you can redistribute it and/or modify
|
|
|
* it under the terms of the GNU General Public License as published by
|
|
@@ -38,7 +38,8 @@
|
|
|
|
|
|
#include "uvcvideo.h"
|
|
|
|
|
|
-#define DRIVER_AUTHOR "Laurent Pinchart <laurent.pinchart@skynet.be>"
|
|
|
+#define DRIVER_AUTHOR "Laurent Pinchart " \
|
|
|
+ "<laurent.pinchart@ideasonboard.com>"
|
|
|
#define DRIVER_DESC "USB Video Class driver"
|
|
|
#ifndef DRIVER_VERSION
|
|
|
#define DRIVER_VERSION "v0.1.0"
|