[PATCH] switch probe-net-bluetooth to use changesets

Danny Kukawka danny.kukawka at web.de
Tue Nov 20 06:37:24 PST 2007


On Dienstag, 6. November 2007, Guillem Jover wrote:
> ---
>  hald/linux/probing/probe-net-bluetooth.c |   20 +++++++++++++++-----
>  1 files changed, 15 insertions(+), 5 deletions(-)

Commited

> -	get_properties (conn, ctx, udi, id, connection);
> +	cs = libhal_device_new_changeset (udi);
> +	if (cs == NULL)
> +		goto out;

Added here a HAL_ERROR message.

Danny


More information about the hal mailing list