No News Is ....
Well, still it is information.
Plug in Amazon adapter (Device: PW-3, fw-5.6.1.1) -
Kernel does not recognize the addition of a device (I.E: nothing put into kernel's message buffer - zip, zero, nada, ....)
Meanwhile -
Code:
[root@kindle root]# cat /lib/udev/bin/notifyheadset
#!/bin/sh
if [ "$ACTION" = "add" ] ; then
/usr/bin/lipc-send-event -r 3 com.lab126.hal audioHS -i 1
elif [ "$ACTION" = "remove" ] ; then
/usr/bin/lipc-send-event -r 3 com.lab126.hal audioHS -i 0
fi
exit 0
It looks like the code to be called when the device is hotplugged is present.
Hmm....
Code:
[root@kindle root]# ACTION=add sh -x /lib/udev/bin/notifyheadset
+ [ add = add ]
+ /usr/bin/lipc-send-event -r 3 com.lab126.hal audioHS -i 1
+ exit 0
[root@kindle root]# dmesg
[root@kindle root]#
The doorbell is present but evidently nobody is home with this firmware version.
Since I have no burning need to have my PW-3 talk to me (other than to use it as an alarm clock, sometime in the future) -
I do not intend to update my firmware in the PW-3 just for this dongle.
But those which do not have an Amazon dongle, might plug in the one that they do have and try the example 'add' command above, just to see what dmesg has to say.