Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Jul 2009 21:43:04 +0200
From:      Hans Petter Selasky <hselasky@c2i.net>
To:        freebsd-usb@freebsd.org
Subject:   Re: Adesso AKB130-UG with -CURRENT
Message-ID:  <200907132143.05718.hselasky@c2i.net>
In-Reply-To: <4A5B7D83.4050503@classic-games.com>
References:  <4A5A9B35.5010700@classic-games.com> <200907130852.36809.hselasky@c2i.net> <4A5B7D83.4050503@classic-games.com>

index | next in thread | previous in thread | raw e-mail

On Monday 13 July 2009 20:31:31 Greg Miller wrote:
>        bInterfaceClass = 0x0003
>        bInterfaceSubClass = 0x0001
>        bInterfaceProtocol = 0x0001

Hi,

This device identifies itself like a keyboard and not a mouse (combo device).

usb.h:

#define UICLASS_HID             0x03
#define UISUBCLASS_BOOT         1
#define UIPROTO_BOOT_KEYBOARD   1
#define UIPROTO_MOUSE           2

The protocol should be 2 for mouse.

Maybe your device sends mouse data accross the Keyboard endpoint, which is not 
supported by FreeBSD.

Are there more ugen devices associated with your keyboard?

--HPS



home | help

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