Date: Thu, 16 Sep 2004 08:46:51 +0300 From: "Ari Suutari" <ari@suutari.iki.fi> To: <current@freebsd.org> Subject: Re: Usb uhid probed as ugen after upgrade to 5.3-beta Message-ID: <017801c49bb0$913b2ba0$2508473e@sad.syncrontech.com> References: <035b01c49a2f$641a92a0$2508473e@sad.syncrontech.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> Hi, > > I have a APC Back-UPS attached to my FreeBSD box via USB. > It was detected as uhid under FreeBSD 4.x. After upgrading > to FreeBSD 5.3 (now BETA4) it is now detected as ugen0, > which makes it impossible to monitor it's state via usb (at least > with the routines in libusbhid). Well, the devices is attached to uhid driver if I turn on USB_DEBUG (and hw.usb.*.debug to 1). I get the following debug messages: kernel: uhub_explore: status change hub=1 port=2 kernel: usbd_new_device bus=0xc163c000 port=2 depth=1 speed=1 kernel: usbd_new_device: adding unit addr=2, rev=110, class=0, subclass=0, protocol=0, maxpacket=8, len=18, speed=1 kernel: usbd_new_device: new dev (addr 2), dev=0xc1841200, parent=0xc1621e00 kernel: usbd_probe_and_attach: trying device specific drivers kernel: usbd_probe_and_attach: no device specific driver found kernel: usbd_probe_and_attach: looping over 1 configurations kernel: usbd_set_config_index: status=0x0001, error=NORMAL_COMPLETION kernel: usbd_set_config_index: (addr 1) cno=2 attr=0xe0, selfpowered=1, power=0 kernel: usbd_set_config_index: set config 1 kernel: uhid0: American Power Conversion Back-UPS CS 350 FW:807.q3.I USB FW:q3, rev 1.10/0.06, addr 2, iclass 3/0 kernel: usbd_do_request: status = 0x0000 Without debug, I get just: kernel: ugen0: American Power Conversion Back-UPS CS 350 FW:807.q3.I USB FW:q3, rev 1.10/0.06, addr 2 Ari S.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?017801c49bb0$913b2ba0$2508473e>