[email protected] writes:
> Peter Jansen writes:
> > > I almost forgot about this part. Do you have a patch available
> > > that you could post?
> > 
> > The patch was quite simple,
> > 
> > --- /usr/src/linux-source-2.6.32/drivers/usb/serial/cp210x.c    2010-06-04 
> > 08:01:54.000000000 +1000
> > +++ cp210x.c    2010-06-20 21:09:00.000000000 +1000
> > @@ -117,6 +117,7 @@
> >      { USB_DEVICE(0x16D6, 0x0001) }, /* Jablotron serial interface */
> >      { USB_DEVICE(0x18EF, 0xE00F) }, /* ELV USB-I2C-Interface */
> >      { USB_DEVICE(0x413C, 0x9500) }, /* DW700 GPS USB interface */
> > +    { USB_DEVICE(0x15BA, 0x0002) }, /* OLIMEX MSP-JTAG-USB */
> >      { } /* Terminating Entry */
> >  };
> 
> Ok, I'll post this on the website with the next release.
> 
> > > It's also occured to me that this might not work on OS/X. Perhaps we
> > > could get it working via libusb though. Anyone with OS/X and an
> > > MSP430-JTAG-TINY care to comment on this?
> > 
> > libusb is an interesting idea, needs some mods to the mspdebug code,
> > but might make the interface easier from the users point of
> > view. Fancy looking into going through libusb, should then work for
> > linux/OSX/windows also then?
> 
> I think this should be easy enough to do, if you're happy to test it?
> May not have time to implement it this week but hopefully will get
> something working soon.

Peter has sent a patch to use the Olimex MSP-JTAG-TINY via libusb,
which is now in the git repository on sourceforge. This should
hopefully be useful for anyone wanting to use this device on OS/X, or
a Linux system without a patched kernel.

You can browse the repository at http://mspdebug.git.sourceforge.net/

- Daniel

Reply via email to