[beagleboard] Beaglebone: Can't use USB keyboard with LCD7 cape

Are you using the latest software?

Hi Koen:

   Yes, I'm using the latest Angstrom image,
Angstrom-Cloud9-IDE-GNOME-eglibc-ipk-v2012.05-beaglebone-2012.06.18.img.xz

I subsequently did an opkg update, and so the current kernel is:

root@beaglebone:/usr/local/weewx# uname -a
Linux beaglebone 3.2.21 #1 Wed Jul 4 07:53:54 CEST 2012 armv7l GNU/Linux

dmesg shows this after plugging in the keyboard:

[41572.429901] usb 1-1: new low-speed USB device number 2 using musb-hdrc
[41572.575103] usb 1-1: New USB device found, idVendor=0518, idProduct=0002
[41572.575103] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[41572.575134] usb 1-1: Product: USB-compliant keyboard

Modules loaded:
root@beaglebone:/usr/local/weewx# lsmod
Module Size Used by
joydev 6866 0
ip_tables 7830 0
x_tables 14348 1 ip_tables
g_mass_storage 24026 0
rfcomm 24259 0
ircomm_tty 14073 0
ircomm 8407 1 ircomm_tty
irda 85557 2 ircomm_tty,ircomm
hidp 10152 0
bluetooth 109714 4 rfcomm,hidp
rfkill 14605 2 bluetooth
ipv6 210554 16

This is for an A3 Beaglebone, if it makes any difference.

Thanks!