Roland Kammerer

Results 7 issues of Roland Kammerer

### Describe the enhancement you're suggesting. With the current version of the ducky script interpreter it is not possible to send [SysRq](https://en.wikipedia.org/wiki/Magic_SysRq_key) keys, which would be a very useful feature....

USB
new feature

# What's new This allows sending of SysRq keys[1]. This then for example allows sending the well known 'reisub' commands to safely reboot a otherwise frozen Linux box. Or obviously...

USB
new feature

Hi guys, For a small project I ported an Arduino/Raspi library to control 433/315MHz devices (https://github.com/sui77/rc-switch) to golang/periph.io. This is the initial version: https://github.com/rck/rcswitch What I would like to know...

This adds a driver for 314/433MHz AM devices. A typical use case is controlling remote controlled power sockets. As there is a wider range of protocols/devices I have access to,...

Hi, if I compile `select` in `_examples` with "GOARCH=ppc64le", and execute it on a POWER machine it does not work as expected and shows the following behavior: - when I...

This adds a '--sort' to the 'server' sub-command. Currently there is only one sort option, which is by create date. I assumed that his is useful in general, compared to...

enhancement

This pull request contains 2 patches. - RefreshInterval was not considered because the default bar was already created before the user could set this public variable. Setting the variable and...