Reply by Mike Harrison February 27, 20072007-02-27
On Tue, 27 Feb 2007 15:41:56 +0900, Dan N <dan@localhost.localhost> wrote:

> >I'm looking at using the Renesas H8SX1664 processor that has on board usb, >and I have a couple of questions. > >As a slave: >What process do you need to go through to get vendor and product IDs? Are >there generic IDs that anyone can use? What approvals are necessary?
The official way to to pay the USB folks a lot of money to be allocated a VID, from which you can allocate your own PIDs A rather cheaper alternative is to buy a few PIDs from this guy's allocation: http://www.voti.nl/shop/catalog.html?USB-PID-10 Of if it's for limited distribution ( i.e. not a mass-market product) you could just make one up.
>As a host: >I realise that writing a usb stack isn't trivial, but how easy would it be >to write the code for a very limited host that only knew about one type of >device?
There are onl ya handful of devices that have the hardware support for USB host. Maxim and Philips do USB host peripherals, but the easiest route for devices supported by it would be this : http://www.vinculum.com/ Which also has the advantage tha for memory devices it also handles the FAT stuff.
Reply by Dan N February 27, 20072007-02-27
I'm looking at using the Renesas H8SX1664 processor that has on board usb,
and I have a couple of questions.

As a slave:
What process do you need to go through to get vendor and product IDs?  Are
there generic IDs that anyone can use?  What approvals are necessary?

As a host:
I realise that writing a usb stack isn't trivial, but how easy would it be
to write the code for a very limited host that only knew about one type of
device?

Thanks

Dan