Yes that works. I see a constant stream of messages from the w83792d sensor chip on the serial port and in syslog reporting sensor values. Maybe the chip is being polled now at 100ms but anyway it's bogging down the cpu. I built-in the I2C Support>I2C debugging messages support in the kernel so it could be that too.
It would be nice if there was a way to turn these on/off without rebuilding the kernel. Chris -----Original Message----- From: Arnaud Patard (Rtp) [mailto:[email protected]] Sent: Sunday, March 31, 2013 3:53 AM To: Chris Wilkinson Cc: [email protected] Subject: Re: SS4000E LEDS and Power/Reset Buttons "Chris Wilkinson" <[email protected]> writes: Hi, > Presumably this just sets up the polling for the buttons. How does one read > the state? yeah, this sets the polling but without it, the driver is refusing to register the input device, so, actually it makes things working. Once booted, you should get a /dev/input/event0 (for instance) and also you should get some key press event through normal keyboard stuff. To get the name of the event file, look at /proc/bus/input/devices (oh, you need evdev to get the event file). Arnaud -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected] -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/000601ce2f07$8c6292f0$a527b8d0$@net

