Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: [5.0] USB device ignored on boot



On Mon, Jul 20, 2009 at 11:38:17AM -0400, Andreas Wrede wrote:
> hid.o: In function `hid_get_data':
> /u2/netbsd-5.0/src/sys/dev/usb/hid.c:438: undefined reference to  
> `uhidevdebug'
> /u2/netbsd-5.0/src/sys/dev/usb/hid.c:452: undefined reference to  
> `uhidevdebug'
> hid.o: In function `hid_clear_local':
> /u2/netbsd-5.0/src/sys/dev/usb/hid.c:78: undefined reference to  
> `uhidevdebug'

uhidevdebug is declared in uhidev.c, maybe the dependencies on USB_DEBUG
aren't handled correctly there.  At the worst, you could un-extern the
version in hid.c.

--rafal

-- 
  Time is an illusion; lunchtime, doubly so.     |/\/\|           Rafal Boni
                   -- Ford Prefect               |\/\/|      
rafal%pobox.com@localhost


Home | Main Index | Thread Index | Old Index