Summary: | uplcom Prolific PL2302 doesn't support high baud rates | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Base System | Reporter: | Gabor Simon <gabor.simon75> | ||||||||
Component: | kern | Assignee: | Hans Petter Selasky <hselasky> | ||||||||
Status: | Closed FIXED | ||||||||||
Severity: | Affects Some People | CC: | cem, emaste, hselasky, kevans, val | ||||||||
Priority: | --- | Keywords: | patch | ||||||||
Version: | 11.1-RELEASE | ||||||||||
Hardware: | Any | ||||||||||
OS: | Any | ||||||||||
Attachments: |
|
Description
Gabor Simon
2018-02-15 19:53:21 UTC
Created attachment 190666 [details]
modified file for easier review
Created attachment 190667 [details]
pattern generator for frequency measurements
Confirming that this fixes 1.5M baud rate (as used by Rockchip devices) on PL2303HX. Hi, Can I bug you to shuffle this over to Phabricator [0] and tag myself (@kevans) and @hselasky to start with? Refer to [1] for creating a revision on Phabricator -- notably, please do include the full context. Thanks, Kyle Evans [0] https://reviews.freebsd.org [1] https://wiki.freebsd.org/Phabricator#Create_a_Revision (In reply to Kyle Evans from comment #4) Hi, Here's the revision link: https://reviews.freebsd.org/D16639 I hope I did it according to the process. I haven't used Phabricator before, so if I missed something, please give a hint how to do it right :). Regards, Gabor Simon A commit references this bug: Author: hselasky Date: Mon Oct 22 11:58:31 UTC 2018 New revision: 339587 URL: https://svnweb.freebsd.org/changeset/base/339587 Log: Added support for formula-based arbitrary baud rates, in contrast to the current fixed values, which enables use of rates above 1 Mbps. Improved the detection of HXD chips, and the status flag handling as well. Submitted by: Gabor Simon <gabor.simon75@gmail.com> PR: 225932 Differential revision: https://reviews.freebsd.org/D16639 MFC after: 1 week Sponsored by: Mellanox Technologies Changes: head/sys/dev/usb/serial/uplcom.c Will MFC later. A commit references this bug: Author: hselasky Date: Mon Oct 29 12:08:15 UTC 2018 New revision: 339851 URL: https://svnweb.freebsd.org/changeset/base/339851 Log: MFC r339587: Added support for formula-based arbitrary baud rates, in contrast to the current fixed values, which enables use of rates above 1 Mbps. Improved the detection of HXD chips, and the status flag handling as well. Submitted by: Gabor Simon <gabor.simon75@gmail.com> PR: 225932 Approved by: re (kib) Differential revision: https://reviews.freebsd.org/D16639 Sponsored by: Mellanox Technologies Changes: _U stable/12/ stable/12/sys/dev/usb/serial/uplcom.c A commit references this bug: Author: hselasky Date: Mon Oct 29 12:10:07 UTC 2018 New revision: 339852 URL: https://svnweb.freebsd.org/changeset/base/339852 Log: MFC r339587: Added support for formula-based arbitrary baud rates, in contrast to the current fixed values, which enables use of rates above 1 Mbps. Improved the detection of HXD chips, and the status flag handling as well. Submitted by: Gabor Simon <gabor.simon75@gmail.com> PR: 225932 Differential revision: https://reviews.freebsd.org/D16639 Sponsored by: Mellanox Technologies Changes: _U stable/11/ stable/11/sys/dev/usb/serial/uplcom.c A commit references this bug: Author: hselasky Date: Mon Oct 29 12:11:28 UTC 2018 New revision: 339853 URL: https://svnweb.freebsd.org/changeset/base/339853 Log: MFC r339587: Added support for formula-based arbitrary baud rates, in contrast to the current fixed values, which enables use of rates above 1 Mbps. Improved the detection of HXD chips, and the status flag handling as well. Submitted by: Gabor Simon <gabor.simon75@gmail.com> PR: 225932 Differential revision: https://reviews.freebsd.org/D16639 Sponsored by: Mellanox Technologies Changes: _U stable/10/ stable/10/sys/dev/usb/serial/uplcom.c A commit references this bug: Author: hselasky Date: Mon Oct 29 12:13:05 UTC 2018 New revision: 339854 URL: https://svnweb.freebsd.org/changeset/base/339854 Log: MFC r339587: Added support for formula-based arbitrary baud rates, in contrast to the current fixed values, which enables use of rates above 1 Mbps. Improved the detection of HXD chips, and the status flag handling as well. Submitted by: Gabor Simon <gabor.simon75@gmail.com> PR: 225932 Differential revision: https://reviews.freebsd.org/D16639 Sponsored by: Mellanox Technologies Changes: _U stable/9/sys/ stable/9/sys/dev/usb/serial/uplcom.c |