[linux-usb-devel] RE: How many devices does usbserial supports?

2006-01-19 Thread rao.shalini
Hi Greg, Thanks you for the details. Could you please tell me what is difference in Kernel version 2.6.9-5 and 2.6.15 with respect to usbserial driver? How does it help me in this problem? In case if we use kernel 2.6.15 I will let you know so that I can get support from you. Regards, Shalini

[linux-usb-devel] RE: How many devices does usbserial supports?

2006-01-17 Thread rao.shalini
Hi Greg, Thank you foe the details We are using usb serial driver versions 2.0 will this work for 32 devices? If not, how to make it work for 32 devices? Once we tried with 16 mobile and try to do ppp up on theses mobiles and found mobiles were not responding after that. Please give me suggest

[linux-usb-devel] RE: How many devices does usbserial supports?

2006-01-17 Thread rao.shalini
Hi Greg, Thank you for the information. We are planning to use up to 32 devices with 3 different types of devices. I hope it should be ok with usbserial driver. Please give suggestions on this Regards Shalini G -Original Message- From: Greg KH [mailto:[EMAIL PROTECTED] Sent: Tue

[linux-usb-devel] How many devices does usbserial supports?

2006-01-16 Thread rao.shalini
Hi Greg, Could you please tell me how many USB devices does usbserial driver supports? Regards, Shalini G --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search

[linux-usb-devel] RE: usbserial power OFF/ON issue

2005-12-07 Thread rao.shalini
Hi Greg, The Kermit application closes once the mobile is turned off (using AT+CFUN=0 command or any manually turn off the mobile) and it does not allows to perform any further operation. Our observation on this is after powering the mobile off disconnect function is called and the file descripto

RE: [linux-usb-devel] Re: USB CDC WMC Device Management - Sony Ericsson 600i

2005-11-25 Thread rao.shalini
Hi If it provides only AT command interface, how can you do other data calls using this phone? How is it possible just using one interrupt endpoint? As per the "Subclass Specification for Wireless Mobile Communication Devices", "The Device Management data exchange facility allows management in

RE: [linux-usb-devel] USB CDC WMC Device Management - Sony Ericsson 600i

2005-11-23 Thread rao.shalini
Hi I hope this phone should have more than 6 interfaces if I'm not wrong It should include bulk IN/OUT interfaces for data transmission Regards Shalini G -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Oliver Neukum Sent: Wednesday, November 23, 2005

[linux-usb-devel] RE: This is regarding module count usage for usbserial driver

2005-10-30 Thread rao.shalini
Hi Greg, Thank you for the reply. Yeah I'm using generic usb-serial driver for our device. Could you please tell me how can they help me in this case, this is related to generic usb driver. Thanks. Shalini -Original Message- From: Greg KH [mailto:[EMAIL PROTECTED] Sent: Sund

[linux-usb-devel] RE: This is regarding module count usage for usbserial driver

2005-10-30 Thread rao.shalini
Hi Greg, I tried with same driver and tested the scenario, what I explained in the previous mail. Right now I'm using linux kernel-2.6.9-5 version. Regards, Shalini G -Original Message- From: Greg KH [mailto:[EMAIL PROTECTED] Sent: Sunday, October 30, 2005 1:17 AM To: Shalini Ra

[linux-usb-devel] This is regarding module count usage for usbserial driver

2005-10-28 Thread rao.shalini
Hi All, I have some clarifications on usbserial driver are as follows First one is on usbserial module count usage. When I'm disconnecting a device and module count is not reduced, when we remove the device, driver invokes disconnect function and unlink all URB related transactions other than

RE: [linux-usb-devel] Device surprise removal-kernel panic

2005-10-26 Thread rao.shalini
Hi Savitha, Even I faced same problem while disconnecting the device and what Mr Alan said is absolutely fine and we should follow the same. But, before freeing the device structure, make sure that open count is initialized to 0 and whether this particular device is opened, if so you need to fre

RE: [linux-usb-devel] Device surprise removal-kernel panic

2005-10-24 Thread rao.shalini
Hi Savitha, Which version of Kernel are you using? If you are facing problem while disconnecting, please check disconnect function what all data structure you need to clear after disconnecting the device that would solve your problem. It may be clearing data structure is not happening at the ri

[linux-usb-devel] Power ON/OFF problem

2005-10-03 Thread rao.shalini
Hi Greg, I'm facing two problems regarding power ON/OFF problem which are mentioned below: Case 1: I'm using RHEL4 with usbserial driver for my application and here I'm facing problem while doing power ON/OFF problem. It works fine upto 10 times after that I'm getting problem in usb_dump_endpo

RE: [linux-usb-devel] Re: [Bluez-devel] problem in linux 2.6.9-11

2005-09-25 Thread rao.shalini
Hi Bastien Thank you your suggestions. Regards, Shalini G -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bastien Nocera Sent: Sunday, September 25, 2005 5:50 PM To: [EMAIL PROTECTED] Cc: linux-usb-devel@lists.sourceforge.net Subject: [linux-usb-devel]

[linux-usb-devel] problem in linux 2.6.9-11

2005-09-25 Thread rao.shalini
Hi, Since 3 months we have been using RHEL4 and recently we have upgraded to RHEL 4 Update1 with kernel 2.6.9-11. We are working on USB mobiles and tried to use usb-serial module which is available. But we are facing problem with this modules as given below. We are using Kermit application to wri

[linux-usb-devel] Close function problem

2005-08-30 Thread rao.shalini
Hello Greg, I'm using usbserial driver to communicate with USB Mobile phones. It was started with 2.4 kernel and now we are using Red Hat Enterprise Linux Edition 4 with kernel version 2.6.9-5, driver functionalities are working fine. Now we have to upgrade to update 1 from Red Hat. We tried wit

RE: [linux-usb-devel] imx usb gadget controller driver

2005-08-29 Thread rao.shalini
Hello Greg, I'm using usbserial driver to communicate with USB Mobile phones. It was started with 2.4 kernel and now we are using Red Hat Enterprise Linux Edition 4 with kernel version 2.6.9-5, driver functionalities are working fine. Now we have to upgrade to update 1 from Red Hat. We tried wi

RE: [linux-usb-devel] problem with sending urb through bulk pipe.(callbacks not happening)

2005-07-21 Thread rao.shalini
Hi Try to allocate urb with GFP_KERNEL Urb = usb_alloc_urb(0, GFP_KERNEL); Regards, Shalini -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alan Stern Sent: Friday, July 22, 2005 8:40 AM To: Subbu Cc: linux-usb-devel@lists.sourceforge.net Subject: R

RE: [linux-usb-devel] lsusb -v and usb_control_msg

2005-06-25 Thread rao.shalini
Hi Helix, Have you gone thru the USB spec 2.0? If you go thru it then its easy to understand this. Regards Shalini -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Helix Sent: Saturday, June 25, 2005 12:59 PM To: linux-usb-devel@lists.sourceforge.net Sub

[linux-usb-devel] Usb serial with power ON/OFF problem

2005-05-30 Thread rao.shalini
Hi Greg/Lee, On this problem one more scenario, we tried to do switch off mobile manually without AT+CFUN=0, with this we are not getting control on file descriptors and we are not able to reopen file descriptors. Whereas in other case we could trap AT command and open the file descriptor, but in

RE: FW: [linux-usb-devel] Usb serial with power ON/OFF problem using Linux 2.6.11.8

2005-05-12 Thread rao.shalini
Hi Greg/Lee, Thank you very much for the information and yesterday we also had this thought. We are tried it working fine now. This is one of the good solutions. Thanks again. Shalini. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Greg Lee Se

FW: [linux-usb-devel] Usb serial with power ON/OFF problem using Linux 2.6.11.8

2005-05-10 Thread rao.shalini
I wanted to add one more scenario that is, device is OFF, it's charging if we give AT+CFUN=0 command, it again disconnect the device. Please update this with previous mail. Tell me what could be done on this. Regards, Shalini -Original Message- From: [EMAIL PROTECTED] [mailto:[E

[linux-usb-devel] Usb serial with power ON/OFF problem using Linux 2.6.11.8

2005-05-10 Thread rao.shalini
Hi Greg, I tried Linux-2.6.11.8 and patch-2.6.12-rc3 to check USB device (mobile) power ON/OFF. But still it is disconnecting and connecting the device while USB device is charging. And also I observed some of the conditions on power ON/OFF One scenario is, if device is OFF and while charging

RE: [linux-usb-devel] oops in serial_open and serial_close

2005-05-04 Thread rao.shalini
Title: RE: [linux-usb-devel] oops in serial_open and serial_close Hi Flavio, Check the major number and try to open device file "/dev/usb/ttyUSB0" Regards Shalini -Original Message- From: [EMAIL PROTECTED] on behalf of Flavio Leitner Sent: Wed 5/4/2005 6:51 PM To: linux-usb-

RE: [linux-usb-devel] oops in serial_open and serial_close

2005-05-04 Thread rao.shalini
Try to give "chmod 755 /dev/ttyUSB0" and it should work. Regards Shalini -Original Message- From: Flavio Leitner [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 04, 2005 7:24 PM To: Shalini Rao (WT01 - TELECOM SOLUTIONS) Cc: linux-usb-devel@lists.sourceforge.net; [EMAIL PROTECTED] Su

RE: [linux-usb-devel] Usb serial with Power ON and OFF problem

2005-04-26 Thread rao.shalini
Hi Devid, Thanks for the reply. Yes, I'm using 2.4 Kernel version and I have some dependencies on that, it's difficult to change to 2.6 kernel immediately. Is there any alternative way to avoid this problem using 2.4 kernel? Regards, Shalini G -Original Message- From: David Brownell

RE: [linux-usb-devel] Usb serial with Power ON and OFF problem

2005-04-26 Thread rao.shalini
Hi Dave I tried to test same on kernel 2.6.7, but the result is same for both 2.4 and 2.6. Thanks Shalini G -Original Message- From: David Brownell [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 26, 2005 9:58 AM To: Shalini Rao (WT01 - TELECOM SOLUTIONS) Cc: linux-usb-devel@l

[linux-usb-devel] Usb serial with Power ON and OFF problem

2005-04-25 Thread rao.shalini
Hi, I'm facing problem with usbserial driver. Problem: I'm working with USB mobile and its working fine except for Power ON and OFF functions. The scenario is like, mobile is in charging and if it is OFF, the device (mobile) is identified, and if we send AT Command (basic commands), we get resp

RE: [linux-usb-devel] USB problem

2005-04-14 Thread rao.shalini
Hi Oliver, Please find enclosed attachment of lsusb output Please let me know why this problem is with only USB. Regards Shalini -Original Message- From: Oliver Neukum [mailto:[EMAIL PROTECTED] Sent: Thursday, April 14, 2005 11:34 AM To: Shalini Rao (WT01 - TELECOM SOLUTIONS) Cc: lin

RE: [linux-usb-devel] USB problem

2005-04-13 Thread rao.shalini
Hi Oliver, Response should be one time and in serial communication it works fine and even USB it gives the same response but it's continuous. This command is not to trigger to send stream of message. This command is used for audio accessory requests ATMS and AFMS and indicates that the accessory w

[linux-usb-devel] USB Problem

2005-04-13 Thread rao.shalini
Hi, I'm facing one problem with USB interface, I'm using USB modem and trying to initialize modem with few AT commands, one among them is AT*EALR=3,1 and response for this is "EALV: 3,1,3". Problem with this command is response continuous and it is blocking the device communication, I mean respons

[linux-usb-devel] USB problem

2005-04-13 Thread rao.shalini
Hi, I'm facing one problem with USB interface, I'm using USB modem and trying to initialize modem with few AT commands, one among them is AT*EALR=3,1 and response for this is "EALV: 3,1,3". Problem with this command is response continuous and it is blocking the device communication, I mean respons

RE: [linux-usb-devel] usbserial as module

2005-04-05 Thread rao.shalini
Hi Greg, Acm driver is loaded as soon the plug/play agent detects USB device connected to the system and it tries to claim. My problem is usbserial driver also should get loaded as soon plug/play agents detects the USB device, instead of user load them. I wanted to know how to make usbserial dri

[linux-usb-devel] usbserial as module

2005-04-04 Thread rao.shalini
Hi Greg, Here I have some clarifications on usbserial driver, right now it is allowed to compile as individual modules and loaded as and when it is needed. Why can't we make this module as module and it should be like acm module loaded as soon as device communication device connected to the sys

[linux-usb-devel] Can't open device(/dev/usb/ttyUSB0) - Kermit

2005-03-31 Thread rao.shalini
Hi I'm facing problem of opening USB device file (/dev/usb/ttyUSB0) when I'm not as a root. After loading usbserial driver, I'm using application called Kermit to test USB device communication. For that I try to open device file, and when I'm as a root user it works fine, otherwise it says "can

RE: [linux-usb-devel] Open USB Device

2005-03-11 Thread rao.shalini
Hi Jayaprakash, In linux system, USB devices are identified by major number 180, so you need to create device node with major no 180 and minor no (mknod usbdrv 180 0) While registering device driver you don't have to give major as such, you need to mention only minor number. All these informatio

[linux-usb-devel] RE: USB device info

2005-02-28 Thread rao.shalini
Hi Pete, When I connect USB device it gives device information like, configuration, interface, and endpoint descriptors. I need bus, level, and port information to map device files to particular USB port. But this information I can see in /proc/bus/usb/devices file, same I wanted to get it from t

[linux-usb-devel] RE: USB device info

2005-02-27 Thread rao.shalini
Hi Greg, I need to get with in the kernel and we use kernel 2.4 and this is to map port and device files. Regards, Shalini G -Original Message- From: Greg KH [mailto:[EMAIL PROTECTED] Sent: Sunday, February 27, 2005 11:07 PM To: Shalini Rao (WT01 - TELECOM SOLUTIONS) Cc: [EMAIL PROT

[linux-usb-devel] USB device info

2005-02-27 Thread rao.shalini
Hi Greg, How do I get USB device info, such as bus, level and port? Is there any way other than reading the proc (/proc/bus/usb/device)file. Regards, Shalini G --- SF email is sponsored by - The IT Product Guide Read honest & candid re

RE: [linux-usb-devel] Re: [patch 2.6.11] pxa2xx_udc tweak

2005-02-17 Thread rao.shalini
Hi, We are using an USB device with multiple interfaces with both in and out endpoints, can you please tell us how to differentiate between them, and how to handle them in a better way. Regards, Shalini G --- SF email is sponsored by -

[linux-usb-devel] RE: Mapping between port and device file

2005-02-10 Thread rao.shalini
Hi, I could not out make out anything from this Can you please tell me with more details. Regards Shalini G -Original Message- From: Greg KH [mailto:[EMAIL PROTECTED] Sent: Thursday, February 10, 2005 1:39 PM To: Shalini Rao (WT01 - TELECOM SOLUTIONS) Cc: [EMAIL PROTECTED]; linux-u

RE: [linux-usb-devel] shameless self promotion

2005-02-10 Thread rao.shalini
Hi Gregh, Its great!!! Thank very much for all who involved in this work. Regards, Shalini G -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Greg KH Sent: Thursday, February 10, 2005 3:39 PM To: linux-usb-devel@lists.sourceforge.net Subject: [linux

[linux-usb-devel] Mapping between port and device file

2005-02-08 Thread rao.shalini
Hi, Can you please tell me, is there any way to map between actual USB port and device files. Its something like port 1 ->devicefile1 port 2 ->devicefile2 port 3 ->devicefile3 etc can you please give us some guidelines on this thru which we can able to do this. Thanks. Shal

RE: [linux-usb-devel] bulk in problem

2005-02-01 Thread rao.shalini
Hi, Try to use FILL_BULK to initialize read bulk and give size as exactly as the size of bulk in endpoint packet size. Make sure that your read call back function is recursive it should always keep reading from the device. This should work, Even I faced this problem, right now its ok. Regards