The following reply was made to PR usb/146483; it has been noted by GNATS.

From: dfil...@freebsd.org (dfilter service)
To: bug-follo...@freebsd.org
Cc:  
Subject: Re: usb/146483: commit references a PR
Date: Wed, 12 May 2010 22:59:15 +0000 (UTC)

 Author: thompsa
 Date: Wed May 12 22:58:59 2010
 New Revision: 208016
 URL: http://svn.freebsd.org/changeset/base/208016
 
 Log:
   Add new FTDI USB device ID.
   
   PR:          kern/146483
   Submitted by:        Andre Albsmeier
 
 Modified:
   head/sys/dev/usb/serial/uftdi.c
   head/sys/dev/usb/usbdevs
 
 Modified: head/sys/dev/usb/serial/uftdi.c
 ==============================================================================
 --- head/sys/dev/usb/serial/uftdi.c    Wed May 12 22:57:16 2010        
(r208015)
 +++ head/sys/dev/usb/serial/uftdi.c    Wed May 12 22:58:59 2010        
(r208016)
 @@ -212,6 +212,7 @@ static struct usb_device_id uftdi_devs[]
        UFTDI_DEV(ATMEL, STK541, 8U232AM),
        UFTDI_DEV(DRESDENELEKTRONIK, SENSORTERMINALBOARD, 8U232AM),
        UFTDI_DEV(DRESDENELEKTRONIK, WIRELESSHANDHELDTERMINAL, 8U232AM),
 +      UFTDI_DEV(FTDI, GAMMASCOUT, 8U232AM),
        UFTDI_DEV(FTDI, SERIAL_8U100AX, SIO),
        UFTDI_DEV(FTDI, SERIAL_2232C, 8U232AM),
        UFTDI_DEV(FTDI, SERIAL_2232D, 8U232AM),
 
 Modified: head/sys/dev/usb/usbdevs
 ==============================================================================
 --- head/sys/dev/usb/usbdevs   Wed May 12 22:57:16 2010        (r208015)
 +++ head/sys/dev/usb/usbdevs   Wed May 12 22:58:59 2010        (r208016)
 @@ -1501,6 +1501,7 @@ product FTDI SERIAL_4232H        0x6011  FT4232H
  product FTDI TACTRIX_OPENPORT_13M 0xcc48 OpenPort 1.3 Mitsubishi
  product FTDI TACTRIX_OPENPORT_13S 0xcc49 OpenPort 1.3 Subaru
  product FTDI TACTRIX_OPENPORT_13U 0xcc4a OpenPort 1.3 Universal
 +product FTDI GAMMASCOUT               0xd678  Gamma-Scout
  product FTDI EISCOU           0xe888  Expert ISDN Control USB
  product FTDI UOPTBR           0xe889  USB-RS232 OptoBridge
  product FTDI EMCU2D           0xe88a  Expert mouseCLOCK USB II
 _______________________________________________
 svn-src-...@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"
 
_______________________________________________
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"

Reply via email to