commit | c1a3313698895d8ad4760f98642007bf236af2e8 | [log] [tgz] |
---|---|---|
author | Marcel Holtmann <marcel@holtmann.org> | Sat Feb 17 23:58:57 2007 +0100 |
committer | David S. Miller <davem@sunset.davemloft.net> | Mon Feb 26 11:42:41 2007 -0800 |
tree | 337a876f727061362b6a169f8759849c105b8f7a | |
parent | f5ffd4620aba9e55656483ae1ef5c79ba81f5403 [diff] |
[Bluetooth] Make use of device_move() for RFCOMM TTY devices In the case of bound RFCOMM TTY devices the parent is not available before its usage. So when opening a RFCOMM TTY device, move it to the corresponding ACL device as a child. When closing the device, move it back to the virtual device tree. Signed-off-by: Marcel Holtmann <marcel@holtmann.org>