It sounds like this device might be based around a usb serial converter.

Your best bet is to figure out how to get it to work on an ordinary linux
box, then port those drivers to a rooted android dwvice with the usb host
patches.

On Mar 8, 2010 4:15 PM, "Greg KH" <gre...@gmail.com> wrote:

On Mon, Mar 8, 2010 at 10:31 AM, AnthonyB <abia...@uic.edu> wrote:
> Hi, I'm a student working on an...
You can not "poll the USB data lines", that does not work at all, please
go read the USB spec at www.usb.org for why that is so.

You need to write a USB driver on the device side (and probably the host
side as well) to send/receive such a command.

best of luck,

greg k-h


-- 
unsubscribe: 
android-kernel+unsubscr...@googlegroups.com<android-kernel%2bunsubscr...@googlegroups.com>
website: http://groups.google.com/grou...

-- 
unsubscribe: android-kernel+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-kernel

Reply via email to