Re: [android-kernel] Re: Android kernel developer advocacy/guidance?

2010-07-17 Thread John Koshi
Hi Danke, Thanks for the feedback. The sensor will be on the i2c bus.The examples do not provide the driver source code, which would clarify the hooks needed in the driver in order for the sensor Java API to query/configure the sensor. regards, nature lover On Wed, Jul 14, 2010 at 9:43 AM, Dan

Re: [android-kernel] Re: Can I use the Linux usbserial driver and ADB at the same time?

2010-07-17 Thread Mike Lockwood
On Sat, Jul 17, 2010 at 1:50 PM, Vikram wrote: > > > On Jul 17, 7:50 am, hedwin wrote: >> I doubt if you can hookup multipe gadgets to a single device where USB >> is in device mode. In host mode this is not an issue. > > The whole USB Composite Gadget framework of Linux was written to cater > to

[android-kernel] Re: Can I use the Linux usbserial driver and ADB at the same time?

2010-07-17 Thread Vikram
On Jul 17, 7:50 am, hedwin wrote: > I doubt if you can hookup multipe gadgets to a single device where USB > is in device mode. In host mode this is not an issue. The whole USB Composite Gadget framework of Linux was written to cater to this need. So yes its very much a reality and works. --

[android-kernel] Re: How to dump boot message without adb

2010-07-17 Thread Jie
Hi Danke, Thanks a lot at first. I've enabled the MSM_SERIAL_DEBUGGER_CONSOLE config in the kernel, and tried tty0 or ttyS0 to forward the android kernel message to my PC(Debian host), but always no joy. I guess the kernel would be stuck at the very early stage and usb drivers had not been powered

Re: [android-kernel] Can I use the Linux usbserial driver and ADB at the same time?

2010-07-17 Thread hedwin
I doubt if you can hookup multipe gadgets to a single device where USB is in device mode. In host mode this is not an issue. On Fri, Jul 16, 2010 at 1:59 PM, Mike Lockwood wrote: > If you get your own Vendor ID from usb.org, then you can make up your > own Product IDs however you like.  But if yo