Bug 251166 - [PATCH] Add support for ATen/Prolific USB-232 Controller D
Summary: [PATCH] Add support for ATen/Prolific USB-232 Controller D
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: usb (show other bugs)
Version: CURRENT
Hardware: Any Any
: --- Affects Only Me
Assignee: Ed Maste
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2020-11-15 18:46 UTC by Joe Marcus Clarke
Modified: 2020-12-29 19:23 UTC (History)
1 user (show)

See Also:


Attachments
Patch to add necessary USB IDs (1.06 KB, patch)
2020-11-15 18:46 UTC, Joe Marcus Clarke
no flags Details | Diff
Patch to add necessary USB IDs (with manpage addition) (1.50 KB, patch)
2020-11-15 18:57 UTC, Joe Marcus Clarke
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joe Marcus Clarke freebsd_committer freebsd_triage 2020-11-15 18:46:48 UTC
Created attachment 219711 [details]
Patch to add necessary USB IDs

The attached patch adds support for the ATen/Prolific USB-232 Controller D USB-RS232 dongle.  This is a USB to RJ45 serial adapter.  The diff is against -CURRENT, but I tested this on 12-STABLE.
Comment 1 Joe Marcus Clarke freebsd_committer freebsd_triage 2020-11-15 18:57:58 UTC
Created attachment 219712 [details]
Patch to add necessary USB IDs (with manpage addition)

I added both the part number name and the name the device identifies itself with to the manpage so people searching will know the correct driver.
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-11-17 18:29:14 UTC
A commit references this bug:

Author: emaste
Date: Tue Nov 17 18:28:21 UTC 2020
New revision: 367772
URL: https://svnweb.freebsd.org/changeset/base/367772

Log:
  uplcom: add ATen/Prolific USB-232 Controller D USB ID

  PR:		251166
  Submitted by:	marcus
  MFC after:	2 weeks

Changes:
  head/share/man/man4/uplcom.4
  head/sys/dev/usb/serial/uplcom.c
  head/sys/dev/usb/usbdevs
Comment 3 commit-hook freebsd_committer freebsd_triage 2020-12-29 19:17:40 UTC
A commit in branch stable/12 references this bug:

URL: https://cgit.FreeBSD.org/src/commit/?id=2aa6c0802bce936a3f9a8f20515babdcf515c2b8

commit 2aa6c0802bce936a3f9a8f20515babdcf515c2b8
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2020-11-17 18:28:20 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2020-12-29 19:16:59 +0000

    uplcom: add ATen/Prolific USB-232 Controller D USB ID

    PR:             251166
    Submitted by:   marcus
    MFC after:      2 weeks

    (cherry picked from commit 46a5f8837dff05f6581b908170aeecb811f1e95e)

 share/man/man4/uplcom.4     | 4 ++++
 sys/dev/usb/serial/uplcom.c | 1 +
 sys/dev/usb/usbdevs         | 1 +
 3 files changed, 6 insertions(+)