On Thu, May 04, 2006 at 06:24:14PM +0200, Javier Sol?rzano wrote: > > uhidev0 at uhub0 port 1 configuration 1 interface 0 > uhidev0: Cambridge Silicon Radio BlueCore, rev 1.10/9.01, addr 2, > iclass 3/1 > ukbd0 at uhidev0: 8 modifier keys, 6 key codes > wskbd1 at ukbd0 mux 1 > uhidev1 at uhub0 port 1 configuration 1 interface 1 > uhidev1: Cambridge Silicon Radio BlueCore, rev 1.10/9.01, addr 2, > iclass 3/1 > ums0 at uhidev1: 5 buttons > wsmouse0 at ums0 mux 0 > > Question is, how do I get access to the serial port on the dongle? > From what I see, there are only human interface devices?
i added a PCI serial card and had to go MAKEDEV the cuaXX devices associated with it. did a little manpage checking based on your kernel messages, to see if you might need to do the same. probably not tho. usb(4) talks about ucom(4) devices that can attach to ttys or cuas. quick glance at google for 'openbsd cpu0 ucom0' has a hit for the nycbug dmesg site where someone has a laptop with --- uplcom0 at uhub1 port 2 uplcom0: Prolific Technology PL2303 Serial, rev 1.10/2.02, addr 2 ucom0 at uplcom0 --- there may be others out there - check the manpages for the stuff that ucom* says it is "at", per ucom(4). they seem to have a good enumeration of the devices/adapters that one could look for. as far as what to do with them or how to use them or if you want wirelessness... <shrug> -- jared [ openbsd 3.9-current GENERIC ( mar 15 ) // i386 ]

