Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Mar 2009 01:30:15 -0500
From:      Scot Hetzel <swhetzel@gmail.com>
To:        Diego Depaoli <trebestie@gmail.com>
Cc:        freebsd-current <freebsd-current@freebsd.org>
Subject:   Re: Hal regression
Message-ID:  <790a9fff0903122330t15a46530m87b6a6c6462899b1@mail.gmail.com>
In-Reply-To: <83e5fb980903121749lfbfafbdhff4b2dbb7a359f5b@mail.gmail.com>
References:  <83e5fb980903121749lfbfafbdhff4b2dbb7a359f5b@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Mar 12, 2009 at 7:49 PM, Diego Depaoli <trebestie@gmail.com> wrote:
> Hi all,
> after almost two weeks of inactivity I updated my world.
>
> Hal eats again 100% cpu and the port refuses to compile
> probe-hiddev.c: In function 'main':
> probe-hiddev.c:81: error: 'USB_GET_REPORT_ID' undeclared (first use in this func
> tion)
> probe-hiddev.c:81: error: (Each undeclared identifier is reported only once
> probe-hiddev.c:81: error: for each function it appears in.)
> gmake[5]: *** [probe-hiddev.o] Error 1
>
> I missed such chapter of the usb saga?
>
The header files and the libusb20 library were renamed recently.

If you still have sysutils/hal installed and linked to llibusb20, just
add this to libmap.conf:

libusb20.so.1 libusb.so.1

This will then allow you to use hal to detect your keyboard/mouse in xorg.

A PR has been open to address this problem:

http://www.freebsd.org/cgi/query-pr.cgi?pr=132540



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?790a9fff0903122330t15a46530m87b6a6c6462899b1>