Re: [regression] usb: sometimes dead keyboard after boot (was: new errors during device detection)

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Alan Stern
Date: Friday, August 29, 2008 - 2:22 pm

On Fri, 29 Aug 2008, Frans Pop wrote:


Maybe you haven't enabled anything special, but something sure is 
running.  It appears to be probing your USB devices every 5 seconds.  
You might be able to find out what it is by adding

	printk(KERN_INFO "usbdev open by %s\n", current->comm);

to usbdev_open() in drivers/usb/core/devio.c.


Turning off CONFIG_USB_SUSPEND would get rid of most but not all of
those messages above.

Alan Stern

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [regression] usb: sometimes dead keyboard after boot ( ..., Alan Stern, (Fri Aug 29, 2:22 pm)