cvs commit: src/sys/dev/usb uftdi.c uftdireg.h usbdevs
    Brooks Davis 
    brooks at FreeBSD.org
       
    Thu Jul  1 10:16:56 PDT 2004
    
    
  
brooks      2004-07-01 17:16:20 UTC
  FreeBSD src repository
  Modified files:
    sys/dev/usb          uftdi.c uftdireg.h usbdevs 
  Log:
  Add support to the uftdi driver for Intrepid Control Systems' vehicle
  bus interfaces.  These interfaces use the FTDI chipset with different
  Vendor and Product IDs.
  
  Add two additional baud rate enumerations.  The vehicle bus interfaces
  use a baud rate of 2000000.  Also add 3000000 as it is the other FTDI
  baud divisor special case.
  
  I've commited a slightly different patch from that provided in the PR as
  I changed the matching code a bit yesterday.
  
  Submitted by:   Mike Durian <durian at shadetreesoftware.com>
  PR:             kern/67357
  
  Revision  Changes    Path
  1.18      +19 -0     src/sys/dev/usb/uftdi.c
  1.2       +3 -1      src/sys/dev/usb/uftdireg.h
  1.186     +5 -0      src/sys/dev/usb/usbdevs
    
    
More information about the cvs-all
mailing list