09 Jun, 2017
1 commit
-
The class_attrs pointer is long depreciated, and is about to be finally
removed, so move to use the class_groups pointer instead.Signed-off-by: Greg Kroah-Hartman
24 Sep, 2014
1 commit
-
Documentation/usb/WUSB-Design-overview.txt states that UWB devices seen
by a UWB radio controller are added to /sys/bus/uwb/devices, but this
was not actually being done. This functionality is needed in order for
UWB peer devices to be enumerated by user mode tools. This patch
creates a uwb bus type and adds UWB peer devices to it as they are
discovered by the radio controller.Signed-off-by: Thomas Pugliese
Signed-off-by: Greg Kroah-Hartman
31 Mar, 2011
1 commit
-
Fixes generated by 'codespell' and manually reviewed.
Signed-off-by: Lucas De Marchi
08 Mar, 2010
1 commit
-
Passing the attribute to the low level IO functions allows all kinds
of cleanups, by sharing low level IO code without requiring
an own function for every piece of data.Also drivers can extend the attributes with own data fields
and use that in the low level function.This makes the class attributes the same as sysdev_class attributes
and plain attributes.This will allow further cleanups in drivers.
Full tree sweep converting all users.
Signed-off-by: Andi Kleen
Signed-off-by: Greg Kroah-Hartman
23 Dec, 2008
1 commit
-
Signed-off-by: David Vrabel
04 Nov, 2008
1 commit
-
Use an event thread per-radio controller so processing events from one
radio controller doesn't delay another.A radio controller shouldn't have information on devices seen by a
different radio controller (they may be on different channels) so make the
beacon cache per-radio controller.Signed-off-by: Stefano Panella
Signed-off-by: David Vrabel
17 Sep, 2008
2 commits
-
Call uwb_dbg_init() so the debugfs files are accessible.
Signed-off-by: David Vrabel
-
UWB device and radio controller device and event management.
Signed-off-by: David Vrabel