[android-kernel] Re: gadget driver error for msm 7200 board

2009-03-08 Thread Ramy
Could compile the kernel successfully by defining in msm72k_udc.c the clk_* and __msm_ioremap functions. but nothing seems to work . I try to load the module and the board just hangs ...(any module the behaviour is same) Thnks Ramy On Mar 9, 10:35 am, Ramy wrote: > Hi , > &g

[android-kernel] gadget driver error for msm 7200 board

2009-03-08 Thread Ramy
help me on this ?? Why this error is coming . have i picked up the wrong kernel ??? Thanks in Advance Ramy --~--~-~--~~~---~--~~ unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel -~--~~~~--~~--~--~---

[android-kernel] Re: adb device problem

2009-03-05 Thread Ramy
ling list will be able to > help you with it. > > Mike > > > > > > On Wed, Feb 25, 2009 at 8:32 PM, Ramy wrote: > > > You mean to say that the controller driver provided for msm 7200 will > > only work with adb protocol. can it be changed or customized t

[android-kernel] Re: endpoint configuration -- HELP NEEDED

2009-03-03 Thread Ramy
On Mar 4, 2:35 am, Greg KH wrote: > On Mon, Mar 2, 2009 at 10:08 PM, Ramy wrote: > > One more doubt ..let us assume that i have an application on host side > >  (fullspeed usb). But on the device side i have a highspeed driver for > >  the usb. I cannot  modify any thi

[android-kernel] Re: endpoint configuration -- HELP NEEDED

2009-03-02 Thread Ramy
it ok ?? or the highspeed and fullspeed will raise some conflicts while communication ? because when i tested using the protocol analyzer the communication stops after the set configuration standard request and i get a STALL. and nothing happens there after Thnks in advance Regards, Ramy

[android-kernel] endpoint configuration -- HELP NEEDED

2009-03-02 Thread Ramy
same on both host and device to communicate to each other. I got the endpoint info from usbview and usbsnoopy. Thanks for help. Regards, Ramy. --~--~-~--~~~---~--~~ unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group

[android-kernel] Re: file transfer using usb to windows pc from android kernel

2009-02-25 Thread Ramy
the windows application. As i can see there is only function driver in the kernel for adb. But i cannot use adb as it has its own protocol for data transfer. looking for help desperately Regards, Ramy On Feb 26, 12:26 am, Mike Lockwood wrote: > I can't think of any way you can transfe

[android-kernel] Re: adb device problem

2009-02-25 Thread Ramy
You mean to say that the controller driver provided for msm 7200 will only work with adb protocol. can it be changed or customized to meet any specific protocol. On Feb 26, 12:23 am, Mike Lockwood wrote: > On Tue, Feb 24, 2009 at 11:59 PM, Ramy wrote: > > > Hi all, > > >

[android-kernel] Re: file transfer using usb to windows pc from android kernel

2009-02-24 Thread Ramy
Thnks for the reply Rob, I have tried using adb but it must run from a host machine. I need something to run on linuxside (on phone/board) which starts the transfer as soon as it is connected to usb. any idea ??? Regards, Ramy On Feb 21, 12:28 am, "Stoddard Robert-JWND84" wrote:

[android-kernel] adb device problem

2009-02-24 Thread Ramy
Hi all, I am very new to the android env. please bear with me if my question is too fundamental. I am using a peripheral driver with no host support for USB. I am trying to use the adb driver to transfer a file. The adb driver is compiled fine and two device are created in the kernel. android_ad

[android-kernel] file transfer using usb to windows pc from android kernel

2009-02-19 Thread Ramy
Hi All, I want to write an user space application (which should run on msm7200 board) to transfer a file to windows pc via USB cable I am using the android kernel. Can any one give me some hooks on this ?? Any kind of help is highly appreciated. Thannks Ramy