As of 2.5.56, cdc-acm.ko is no unloadable; the logs say: kernel: Module cdc_acm cannot be unloaded due to unsafe usage in include/linux/module.h:420
The problem is that cdc_acm.c:acm_tty_open() calls MOD_INC_USE_COUNT and acm_tty_close calls MOD_DEC_USE_COUNT. Should those just be removed? -JimC ------------------------------------------------------- This SF.NET email is sponsored by: Take your first step towards giving your online business a competitive advantage. Test-drive a Thawte SSL certificate - our easy online guide will show you how. Click here to get started: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0027en _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
