Lines Matching +full:button +full:- +full:enter
2 Driver documentation for yealink usb-p1k phones
10 - keyboard full support, yealink.ko / input event API
11 - LCD full support, yealink.ko / sysfs API
12 - LED full support, yealink.ko / sysfs API
13 - dialtone full support, yealink.ko / sysfs API
14 - ringtone full support, yealink.ko / sysfs API
15 - audio playback full support, snd_usb_audio.ko / alsa API
16 - audio record full support, snd_usb_audio.ko / alsa API
27 Physical USB-P1K button layout input events
34 pickup C hangup enter, backspace, escape
40 The "up" and "down" keys, are symbolised by arrows on the button.
42 on the button.
122 - Excess characters are ignored.
123 - If less characters are written than allowed, the remaining digits are
125 - The tab '\t'and '\n' char does not overwrite the original content.
126 - Writing a space to an icon will always hide its content.
170 Example - light up the store icon::
172 echo -n "STORE" > ./show_icon
178 Example - sound the ringtone for 10 seconds::
180 echo -n RINGTONE > /sys/..../show_icon
182 echo -n RINGTONE > /sys/..../hide_icon
190 One 16-bit channel with sample and playback rates of 8000 Hz is the practical
193 Example - recording test::
195 arecord -v -d 10 -r 8000 -f S16_LE -t wav foobar.wav
197 Example - playback test::
216 distributions you can do: "find /sys/ -name get_icons" for a hint.
222 - Olivier Vandorpe, for starting the usbb2k-api project doing much of
224 - Martin Diehl, for pointing out how to handle USB memory allocation.
225 - Dmitry Torokhov, for the numerous code reviews and suggestions.