]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- Add support for the FT2232 based egnite Turtelizer 2 JTAG/RS232 Adapter.
authormarius <marius@FreeBSD.org>
Thu, 14 Jun 2012 21:16:19 +0000 (21:16 +0000)
committermarius <marius@FreeBSD.org>
Thu, 14 Jun 2012 21:16:19 +0000 (21:16 +0000)
commiteea1bdf2c79434e329e79980856cd5eb81bfe73f
tree3789f8ff4e1e23e6ee91d90d6f994511f08d3139
parentf63645c4324ffe1c598127b817ba97ead6c5e0a4
- Add support for the FT2232 based egnite Turtelizer 2 JTAG/RS232 Adapter.
  This includes adding support for skipping FTDI interfaces used for JTAG
  leaving them for userland and just attaching to the RS232 half, similarly
  to how the corresponding Linux drivers handles these kind of adapters.
  While at it, sort uftdi_devs and return BUS_PROBE_SPECIFIC (because
  uftdi_probe() alters the instance variables for better or worse as do
  other probe routines of USB drivers) instead of 0.
- Remove duplicated entries for BeagleBone.
- Use DEVMETHOD_END.
- Use NULL instead of 0 for pointers.
- Remove some stray lines.

MFC after: 3 days
sys/dev/usb/serial/uftdi.c
sys/dev/usb/serial/uftdi_reg.h
sys/dev/usb/usbdevs