An error occurred fetching the project authors.
- 08 May, 2007 1 commit
-
-
Linus Torvalds authored
More fallout from the removal of "struct subsystem" from the core device model. Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
-
- 04 May, 2007 1 commit
-
-
Marcel Holtmann authored
The Bluetooth host adapters are attached to the Bluetooth class and the low-level connections are children of these class devices. Having class devices as parent of bus devices breaks a lot of reasonable assumptions about sysfs. The host adapters should be attached to the Bluetooth bus to simplify the dependency resolving. For compatibility an additional symlink from the Bluetooth class will be used. Signed-off-by:
Marcel Holtmann <marcel@holtmann.org>
-
- 09 Jan, 2007 1 commit
-
-
Marcel Holtmann authored
In the case the device registration for a new Bluetooth low-level connection fails there is no need to unregister it when the temporary data structure has been removed. Signed-off-by:
Marcel Holtmann <marcel@holtmann.org>
-
- 22 Nov, 2006 2 commits
-
-
David Howells authored
Fix up for make allyesconfig. Signed-Off-By:
David Howells <dhowells@redhat.com>
-
Marcel Holtmann authored
To receive uvents for the low-level ACL and SCO links, they must be assigned to a subsystem. It is enough to attach them to the already established Bluetooth bus. Signed-off-by:
Marcel Holtmann <marcel@holtmann.org>
-
- 16 Oct, 2006 2 commits
-
-
Marcel Holtmann authored
The Bluetooth subsystem currently uses a platform device for devices with no parent. It is a better idea to use the new virtual devices tree for these. Signed-off-by:
Marcel Holtmann <marcel@holtmann.org>
-
Marcel Holtmann authored
Some return values of the driver core register and create functions are not handled and so might cause unexpected problems. Signed-off-by:
Marcel Holtmann <marcel@holtmann.org>
-
- 29 Sep, 2006 5 commits
-
-
Arnaud Patard authored
The bt_sysfs_cleanup() is marked with __exit attribute, but it will be called from an __init function in the error case. So the __exit attribute must be removed. Signed-off-by:
Arnaud Patard <arnaud.patard@rtp-net.org> Signed-off-by:
Marcel Holtmann <marcel@holtmann.org> Signed-off-by:
David S. Miller <davem@davemloft.net>
-
Marcel Holtmann authored
The local version information are needed to identify certain feature sets of devices. They must be read on device init and stored for later use. It is also possible to access them through the device model. Signed-off-by:
Marcel Holtmann <marcel@holtmann.org>
-
Marcel Holtmann authored
This patch assigns the next free HCI device identifier to Bluetooth devices based on the SDIO interface. Signed-off-by:
Marcel Holtmann <marcel@holtmann.org>
-
Marcel Holtmann authored
This patch integrates the low-level connections (ACL and SCO) into the driver model. Every connection is presented as device with the parent set to its host controller device. Signed-off-by:
Marcel Holtmann <marcel@holtmann.org>
-
Marcel Holtmann authored
This patch removes the unused device attribute entries for the Bluetooth host controllers. Signed-off-by:
Marcel Holtmann <marcel@holtmann.org>
-
- 04 Jul, 2006 3 commits
-
-
Marcel Holtmann authored
This patch converts the Bluetooth class devices into real devices. The Bluetooth class is kept and the driver core provides the appropriate symlinks for backward compatibility. Signed-off-by:
Marcel Holtmann <marcel@holtmann.org>
-
Marcel Holtmann authored
This patch adds a generic Bluetooth platform device that can be used as parent device by virtual and serial devices. Signed-off-by:
Marcel Holtmann <marcel@holtmann.org>
-
Marcel Holtmann authored
This patch introduces the automatic sniff mode feature. This allows the host to switch idle connections into sniff mode to safe power. Signed-off-by:
Ulisses Furquim <ulissesf@gmail.com> Signed-off-by:
Marcel Holtmann <marcel@holtmann.org>
-
- 30 Jun, 2006 1 commit
-
-
Jörn Engel authored
Signed-off-by:
Jörn Engel <joern@wohnheim.fh-wedel.de> Signed-off-by:
Adrian Bunk <bunk@stusta.de>
-
- 05 Jan, 2006 1 commit
-
-
Kay Sievers authored
Leave the overloaded "hotplug" word to susbsystems which are handling real devices. The driver core does not "plug" anything, it just exports the state to userspace and generates events. Signed-off-by:
Kay Sievers <kay.sievers@suse.de> Signed-off-by:
Greg Kroah-Hartman <gregkh@suse.de>
-
- 08 Nov, 2005 1 commit
-
-
Marcel Holtmann authored
This patch removes all relics of the /proc usage from the Bluetooth subsystem core and its upper layers. All the previous information are now available via /sys/class/bluetooth through appropriate functions. Signed-off-by:
Marcel Holtmann <marcel@holtmann.org> Signed-off-by:
David S. Miller <davem@davemloft.net>
-
- 16 Apr, 2005 1 commit
-
-
Linus Torvalds authored
Initial git repository build. I'm not bothering with the full history, even though we have it. We can create a separate "historical" git archive of that later if we want to, and in the meantime it's about 3.2GB when imported into git - space that would just make the early git days unnecessarily complicated, when we don't have a lot of good infrastructure for it. Let it rip!
-