/* * SPI slave handler controlling system state * * This SPI slave handler allows remote control of system reboot, power off, * halt, and suspend. * * Copyright (C) 2016-2017 Glider bvba * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Usage (assuming /dev/spidev2.0 corresponds to the SPI master on the remote * system): * * # reboot='\x7c\x50' * # poweroff='\x71\x3f' * # halt='\x38\x76' * # suspend='\x1b\x1b' * # spidev_test -D /dev/spidev2.0 -p $suspend # or $reboot, $poweroff, $halt
*/
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.