But this should not be necessary: a camera shows up in USB with a different device type than a disk drive. Or are you saying there is a bug in Anroid that it fails to check this, and treats a connected USB device as a disk drive no matter what? I have certainly seen no such bug in Android 2.2 running on a phone.
Also, see Chris Paget's blog on how to connect a USB keyboard to an Android Motorola Droid at http://www.tombom.co.uk/blog/?p=124. That won't solve the problem, but it will give the OP a better idea of the space he has to work in. On Mar 23, 5:21 pm, gjs <[email protected]> wrote: > Hi > Consider Bluetooth or wifi instead of USB > Regards > > On Mar 23, 8:18 pm, rahul <[email protected]> wrote: > > > Hello, > > > We need to access the USB port on an andriod tablet(version 3.0).A > > camera will be connected to the tablet via a usb port and should be > > able to receive commands of start and stop from the tablet. > > > By default the usb is taken as a mass storage device and so we will > > not be able to have a 2 way communication with the camera.For this > > reason we need to develop a device driver which will run on the tablet > > and handle the input and output communications through the usb > > port.We will implement the driver in c language. > > > We intend to install the driver in the linux kernel. > > > We need to know how the usb port is referenced on a tablet so that we > > implement the same in the c code.Also we need to know how android will > > need communicate with the driver. > > > Please do also mention if there is any other alternative to achieve > > the same task. > > > Regards, > > Rahul -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

