From: Marcel Holtmann Date: Mon, 18 Aug 2008 11:23:53 +0000 (+0200) Subject: [Bluetooth] Fix userspace breakage due missing class links X-Git-Tag: v2.6.27-rc4~39^2~1^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90855d7b725d764d6d70503bcc1b494cf10ddc98;p=pandora-kernel.git [Bluetooth] Fix userspace breakage due missing class links The Bluetooth adapters and connections are best presented via a class in sysfs. The removal of the links inside the Bluetooth class broke assumptions by userspace programs on how to find attached adapters. This patch creates adapters and connections as part of the Bluetooth class, but it uses different device types to distinguish them. The userspace programs can now easily navigate in the sysfs device tree. The unused platform device and bus have been removed to keep the code simple and clean. Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed