If, using the USB Mode app, I change from USBLAN to CDC, dmesg reports:
Code:
[45412.313093] usb 1-9: USB disconnect, address 5
[45412.987530] usb 1-9: new full speed USB device using ohci_hcd and address 6
[45413.208531] usb 1-9: configuration #1 chosen from 1 choice
[45413.479801] cdc_acm 1-9:1.0: ttyACM0: USB ACM device
[45413.487293] usbcore: registered new interface driver cdc_acm
[45413.487721] /build/buildd/linux-2.6.24/drivers/usb/class/cdc-acm.c: v0.25:USB Abstract Control Model driver for USB modems and ISDN adapters
if I switch back, dmesg reports:
Code:
[45490.820933] usb 1-9: USB disconnect, address 6
[45491.495773] usb 1-9: new full speed USB device using ohci_hcd and address 7
[45491.717399] usb 1-9: configuration #1 chosen from 1 choice
Statik