Re: usbserial issue

2012-08-13 Thread Guilherme Bedin
wrote: Guilherme Bedin gbe...@gmail.com writes: Thanks for explanation on how things work. The problem is if I don't pass the vendor and prodId the 3g modem is detect as an USB mass storage. Even after using usb_modeswitch usb_modeswitch -default-vendor 0x19d2 -default-product 0×2000

usbserial issue

2012-07-19 Thread Guilherme Bedin
Hi, I am playing with some devices and seems to me that I stuck with a driver limitation. I connected usb-to-rs323/485 converter that uses ftdi_sio and usbserial modules and it works. After that I tried to use a 3g modem and it works passing vendor and product parameters to the usbserial

Re: usbserial issue

2012-07-19 Thread Guilherme Bedin
: Vendor=0403 ProdID=6001 Rev= 4.00 S: Manufacturer=FTDI S: Product=USB - Serial Any suggestions are welcome. Thanks, Guilherme On Thu, Jul 19, 2012 at 5:55 PM, Greg KH gre...@linuxfoundation.org wrote: On Thu, Jul 19, 2012 at 04:37:17PM -0300, Guilherme Bedin wrote: Hi, I am playing with some