[Bug 225810] [uftdi] [patch] kernel/usb/uftdi patch to recognize a TIAO USB Multi Protocol Adapter (TUMPA)

2018-02-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225810

Ian Lepore  changed:

   What|Removed |Added

 Status|New |In Progress
   Assignee|freebsd-usb@FreeBSD.org |i...@freebsd.org
 CC||i...@freebsd.org

--- Comment #2 from Ian Lepore  ---
Patch applied, thank you.  I'll close the PR after I MFC the changes to older
branches, hopefully within a week or so.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 225810] [uftdi] [patch] kernel/usb/uftdi patch to recognize a TIAO USB Multi Protocol Adapter (TUMPA)

2018-02-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225810

--- Comment #1 from commit-h...@freebsd.org ---
A commit references this bug:

Author: ian
Date: Sun Feb 11 16:35:24 UTC 2018
New revision: 329125
URL: https://svnweb.freebsd.org/changeset/base/329125

Log:
  Add a device ID to uftdi for TIAO USB Multi Protocol Adapter (TUMPA).

  PR:   225810

Changes:
  head/sys/dev/usb/serial/uftdi.c
  head/sys/dev/usb/usbdevs

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 225810] [uftdi] [patch] kernel/usb/uftdi patch to recognize a TIAO USB Multi Protocol Adapter (TUMPA)

2018-02-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225810

Bug ID: 225810
   Summary: [uftdi] [patch] kernel/usb/uftdi patch to recognize a
TIAO USB Multi Protocol Adapter (TUMPA)
   Product: Base System
   Version: 11.1-STABLE
  Hardware: Any
OS: Any
Status: New
  Keywords: patch
  Severity: Affects Only Me
  Priority: ---
 Component: usb
  Assignee: freebsd-usb@FreeBSD.org
  Reporter: hea...@gmail.com
  Keywords: patch

Created attachment 190489
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=190489=edit
Patch adding the product id to uftdi driver

This patch add support for the TIAO USB Multi Protocol Adapter (TUMPA)
(http://www.tiaowiki.com/w/TIAO_USB_Multi_Protocol_Adapter_User%27s_Manual)
using a FT2232H chip.

Before patch
/var/log/messages:

Feb  9 19:16:09 hershey kernel: ugen0.5: 
at usbus0
Feb  9 19:16:10 hershey root: Unknown USB device: vendor 0x0403 product 0x8a98
bus uhub3
Feb  9 19:16:10 hershey root: Unknown USB device: vendor 0x0403 product 0x8a98
bus uhub3

After patch:

Feb  9 20:14:15 hershey kernel: ugen0.5: 
at usbus0
Feb  9 20:14:15 hershey kernel: uftdi0 on uhub3
Feb  9 20:14:15 hershey kernel: uftdi0:  on
usbus0
Feb  9 20:14:15 hershey kernel: uftdi1 on uhub3
Feb  9 20:14:15 hershey kernel: uftdi1:  on
usbus0

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"