Hi, I was running some test programs on my embedded system, and noticed that my detached hciattach process, which I started from the command line, was being killed when I entered ctrl-c to abort my test program. The attached patch prevents signals generated by keyboard sequences, such as ctrl-c, from being delivered to the detached hciattach process by changing its process group id. I'm not sure why daemon() wasn't called to create the detached process like hcid does it, but calling setpgrp() seems to be sufficient. Signed-off-by: Frank Mandarino Regards, ../fam -- Frank Mandarino fmandarino(a)endrelia.com Endrelia Technologies Inc. Toronto, Ontario, Canada