Re: [ptxdist] [PATCH v2] beep: new package

2017-10-10 Thread Bastian Stender
On 10/10/2017 12:06 PM, Bastian Stender wrote: Extended beep utility that does pretty much the same as busybox' beep, but allows reading stdin and specifying an alternative console device. This is especially useful to test the kernel drivers "pwm-beeper" and "gpio-beeper". To do so enable

[ptxdist] [PATCH v3] beep: new package

2017-10-10 Thread Bastian Stender
Extended beep utility that does pretty much the same as busybox' beep, but allows reading stdin and specifying an alternative console device. This is especially useful to test the kernel drivers "pwm-beeper" and "gpio-beeper". To do so enable CONFIG_INPUT_EVDEV and specify the input device with

[ptxdist] [PATCH v2] beep: new package

2017-10-10 Thread Bastian Stender
Extended beep utility that does pretty much the same as busybox' beep, but allows reading stdin and specifying an alternative console device. This is especially useful to test the kernel drivers "pwm-beeper" and "gpio-beeper". To do so enable CONFIG_INPUT_EVDEV and specify the input device with

Re: [ptxdist] [PATCH] beep: new package

2017-10-10 Thread Bastian Stender
On 10/10/2017 09:22 AM, Michael Olbrich wrote: On Mon, Oct 09, 2017 at 07:02:36PM +0200, Bastian Stender wrote: Extended beep utility that does pretty much the same as busybox' beep, but allows reading stdin and specifying an alternative console device. This is especially useful to test the

Re: [ptxdist] [PATCH] beep: new package

2017-10-10 Thread Michael Olbrich
On Mon, Oct 09, 2017 at 07:02:36PM +0200, Bastian Stender wrote: > Extended beep utility that does pretty much the same as busybox' beep, > but allows reading stdin and specifying an alternative console device. > > This is especially useful to test the kernel drivers "pwm-beeper" and >