On Wed, Oct 02, 2002 at 05:04:22AM +0200, Matthias Andree wrote:
>
> 5. usb: usbkbd (module) cannot be loaded, missing symbol:
> usb_kbd_free_buffers.
Vojtech, I've seen this for a while, but forgot to mention it. Any fix?
sed 's/usb_kbd_free_buffers/usb_kbd_free_mem/' <usbkbd.c >usbkbd_fixed.c
mv usbkbd_fixed.c usbkbd.c
make
You can tell that most of us use full HID support. :-)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/