Re: mmotm 2008-10-16-00-52 uploaded (HID)

From: Jiri Kosina
Date: Thu Oct 16 2008 - 19:15:42 EST


On Thu, 16 Oct 2008, Randy.Dunlap wrote:

> > The mm-of-the-moment snapshot 2008-10-16-00-52 has been uploaded to
> > http://userweb.kernel.org/~akpm/mmotm/
> > It contains the following patches against 2.6.27:
> mmotm has several various build failures when
> HID=y and USB=n
> or
> HID=y and USB_HID=m.
> These are (mostly) caused by drivers/hid/Kconfig doing lots of "select"s
> when EMBEDDED=n, such as
> config HID
> tristate "Generic HID support"
> depends on INPUT
> default y
> select HID_A4TECH if !EMBEDDED
[ ... ]
> Build failure examples:
> 9168:
> HID=y, USB=n
> hid-bright.c:(.text+0x1013f0): undefined reference to `usbhid_set_leds'
> hid-dell.c:(.text+0x1019bc): undefined reference to `usbhid_set_leds'
> hid-lg.c:(.text+0x102310): undefined reference to `usbhid_set_leds'
> hid-lgff.c:(.text+0x102509): undefined reference to `usbhid_submit_report'
> hid-lgff.c:(.text+0x102566): undefined reference to `usbhid_submit_report'
> hid-pl.c:(.text+0x102bbb): undefined reference to `usbhid_submit_report'
> hid-pl.c:(.text+0x102ddf): undefined reference to `usbhid_submit_report'
> hid-sony.c:(.text+0x103339): undefined reference to `usb_control_msg'

Hi Randy,

yes, that's my bug, and it is already fixed in Linus' tree (commit
b36299bcc0f).

Thanks,

--
Jiri Kosina
SUSE Labs
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/