diff options
author | Andreas Auras <yak54@gmx.net> | 2010-03-06 21:27:35 +0100 |
---|---|---|
committer | Andreas Auras <yak54@gmx.net> | 2010-03-06 21:27:35 +0100 |
commit | d7d6b54a080ff971fa3193ce0b630b12feac7e55 (patch) | |
tree | 7590bb88180bb4fded1315c9ae50e605c0512e0e | |
parent | f243551b1cd3bccef9fdacc60b5b34687f88fed7 (diff) | |
download | df10ch-atmolight-controller-d7d6b54a080ff971fa3193ce0b630b12feac7e55.tar.gz df10ch-atmolight-controller-d7d6b54a080ff971fa3193ce0b630b12feac7e55.tar.bz2 |
Prepare for public use
-rw-r--r-- | test_appl/df10ch_test.c | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/test_appl/df10ch_test.c b/test_appl/df10ch_test.c index 0d07b85..adfe351 100644 --- a/test_appl/df10ch_test.c +++ b/test_appl/df10ch_test.c @@ -1,14 +1,14 @@ /* - * Copyright (C) 2009, 2010 Andreas Auras + * Copyright (C) 2010 Andreas Auras * - * This file is part of the atmo post plugin, a plugin for the free xine video player. + * This file is part of the DF10CH Atmolight controller project. * - * atmo post plugin is free software; you can redistribute it and/or modify + * DF10CH Atmolight controller is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * - * atmo post plugin is distributed in the hope that it will be useful, + * DF10CH Atmolight controller is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. @@ -18,6 +18,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA * */ + #include <stdio.h> #include <stdint.h> #include <stdlib.h> @@ -26,13 +27,8 @@ #include <string.h> #include <errno.h> #include <sys/time.h> - - -/*************************************************************************************************** - * DF10CH output driver for my own designed "next generation" 10ch RGB Controller - ***************************************************************************************************/ - #include <libusb.h> + #include "../df10ch_usb_proto.h" #define DF10CH_USB_CFG_VENDOR_ID 0x16c0 |