On Wed, 2006-12-20 at 13:40 -0800, Pete Zaitcev wrote:
> But what is usbmon0 for? We do not have it implemented yet, so there's
> no reason to advertise it in the class. Or is there?

Actually no. I think/hope that usbmon0 will be the device for sniffing
from all USB buses. I added the class_device for it to be ready for the
future. It can be removed.

It seems that the class_device struct has been deprecated and
should/must be substitute with 'struct device'. The API on 'struct
device' are consistent with the old one on 'struct class_device', so:

sed -e s/ class_// 

On the patch should make the work :-). 

Until January I will have some difficulties to check my mail, so:

Marry Christmas to all.

Paolo




-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to