<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
<META NAME="GENERATOR" CONTENT="GtkHTML/3.0.8">
</HEAD>
<BODY>
On Thu, 2007-01-25 at 09:29, Ingles, Raymond wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE><FONT COLOR="#737373"><I>> From: R Kannan
> drivers/usb/serial/visor.c: USB HandSpring Visor / Palm OS driver
> visor ttyUSB0: Device lied about number of ports, please use a lower one.
> Note that I do not have the 'Handspring Visor' PDA but a mobile phone.
Try temporarily moving/renaming the "visor.ko" driver module so that it's not
loaded, and see if it works then.
</I></FONT></PRE>
</BLOCKQUOTE>
<BR>
Thanks. That worked. Now the usb serial device is back to /dev/ACM0. 'dmesg' returns<BR>
<BR>
usb 2-2: new full speed USB device using uhci_hcd and address 5<BR>
usb 2-2: new device found, idVendor=04e8, idProduct=6601<BR>
usb 2-2: new device strings: Mfr=1, Product=2, SerialNumber=3<BR>
usb 2-2: Product: SAMSUNG CDMA Technologies<BR>
usb 2-2: Manufacturer: SAMSUNG Electronics Co.,Ltd.<BR>
usb 2-2: SerialNumber:<BR>
<BR>
usb 2-2: configuration #1 chosen from 1 choice<BR>
usbcore: registered new driver usbserial<BR>
drivers/usb/serial/usb-serial.c: USB Serial support registered for generic<BR>
usbcore: registered new driver usbserial_generic<BR>
drivers/usb/serial/usb-serial.c: USB Serial Driver core<BR>
cdc_acm 2-2:1.0: ttyACM0: USB ACM device<BR>
usbcore: registered new driver cdc_acm<BR>
<BR>
How does 'hotsync' decide what device to use (/dev/ttyACM0 or /dev/ttyUSB2) and what driver module to load?<BR>
<BR>
</BODY>
</HTML>