This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cat > /etc/opkg/intel-iotdk.conf <<EOF | |
src intel-iotdk http://iotdk.intel.com/repos/1.1/intelgalactic | |
src intel-all http://iotdk.intel.com/repos/1.1/iotdk/all | |
src intel-quark http://iotdk.intel.com/repos/1.1/iotdk/quark | |
src intel-i586 http://iotdk.intel.com/repos/1.1/iotdk/i586 | |
src intel-x86 http://iotdk.intel.com/repos/1.1/iotdk/x86 | |
EOF | |
opkg update | |
opkg install liblzo2-dev |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* hid.c -- HID Composite driver | |
* | |
* Based on multi.c | |
* | |
* Copyright (C) 2010 Fabien Chouteau <[email protected]> | |
* | |
* 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 | |
* the Free Software Foundation; either version 2 of the License, or |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%% Not work out document environment | |
\newenvironment{region}[1][]{}{} |