[linux-usb-devel] configuring osk as a high speed usb device

2006-11-03 Thread zil iram
Hi, Is it possible to configure the osk as a high speed usb device? I've looked at the files inode.c and omap_udc.c in the kernel and edited them for the osk to be a highspeed device but this doesn't do any good. I don't suppose there is a way? Thanks! Lizette

[linux-usb-devel] returning the deviceID using gadgetfs

2006-10-12 Thread zil iram
Hi, I am using OSK and gadgetfs as usb gadget driver. I have successfully tested enumeration, reading, writing in Linux using usb.c as base code. However, I am having trouble with returning the DeviceId of the device. The host that the device is connecting to needs the device ID. I

Re: [linux-usb-devel] testing gadgetfs on omap

2006-08-31 Thread zil iram
If you mean the OSK vs just some generic 5912 board, that's an easy answer: use a nonstandard A-to-A adapter cable. The OSK board support already knows not to turn on the VBUS power supply if it's being used as a USB peripheral, so all you need to do is get past the wrong connector problem.

Re: [linux-usb-devel] testing gadgetfs on omap

2006-08-28 Thread zil iram
@lists.sourceforge.net CC: zil iram [EMAIL PROTECTED] Subject: Re: [linux-usb-devel] testing gadgetfs on omap Date: Thu, 24 Aug 2006 11:03:12 -0700 On Thursday 24 August 2006 3:17 am, zil iram wrote: Thank you very much Dave. I have now created an application that would use the gadgetfs driver

Re: [linux-usb-devel] testing gadgetfs on omap

2006-08-24 Thread zil iram
expose the pins on the connectors located on the other side of the omap board). Thanks! Zil From: David Brownell [EMAIL PROTECTED] To: linux-usb-devel@lists.sourceforge.net CC: zil iram [EMAIL PROTECTED] Subject: Re: [linux-usb-devel] major and minor numbers for /dev/gadget/$CHIP and /dev/gadget