Bug 269326 - [usb/u3g] Add support for QUECTEL EP06-E 4G modem
Summary: [usb/u3g] Add support for QUECTEL EP06-E 4G modem
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: usb (show other bugs)
Version: Unspecified
Hardware: Any Any
: --- Affects Many People
Assignee: Warner Losh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-02-04 21:04 UTC by ev
Modified: 2023-02-19 03:17 UTC (History)
1 user (show)

See Also:


Attachments
patch for add QUECTEL EP06-E modem support via USB (1.10 KB, patch)
2023-02-04 21:04 UTC, ev
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description ev 2023-02-04 21:04:22 UTC
Created attachment 239909 [details]
patch for add QUECTEL EP06-E modem support via USB

Add QUECTEL EP06-E modem support via USB for FreeBSD.
Tested and works like a ppp on FreeBSD-13.
Comment 1 Warner Losh freebsd_committer freebsd_triage 2023-02-04 21:21:40 UTC
Is there a name you'd like associated with this commit? It looks good to me on its surface...
Comment 2 ev 2023-02-04 22:28:26 UTC
name doesn't matter :)
Comment 3 commit-hook freebsd_committer freebsd_triage 2023-02-05 03:52:18 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/src/commit/?id=0cec5b99b3c0484925f3cc0813040c160987bd45

commit 0cec5b99b3c0484925f3cc0813040c160987bd45
Author:     ev <evfbsd@yandex.ru>
AuthorDate: 2023-02-05 03:47:00 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-02-05 03:48:41 +0000

    usb/u3g: Add support for QUECTEL EP06-E 4G modem

    Add QUECTEL EP06-E modem support via USB for FreeBSD.
    Tested and works like a ppp on FreeBSD-13.

    Reviewed by: imp
    PR: 269326

 share/man/man4/u3g.4     | 2 +-
 sys/dev/usb/serial/u3g.c | 1 +
 sys/dev/usb/usbdevs      | 1 +
 3 files changed, 3 insertions(+), 1 deletion(-)
Comment 4 Warner Losh freebsd_committer freebsd_triage 2023-02-05 04:03:49 UTC
queued in next week's 13 MFC
Comment 5 ev 2023-02-05 09:00:40 UTC
thanks!
Comment 6 commit-hook freebsd_committer freebsd_triage 2023-02-16 16:55:48 UTC
A commit in branch stable/13 references this bug:

URL: https://cgit.FreeBSD.org/src/commit/?id=1256ad9b27b2eb34a066640e63039975ab4f8492

commit 1256ad9b27b2eb34a066640e63039975ab4f8492
Author:     ev <evfbsd@yandex.ru>
AuthorDate: 2023-02-16 16:36:03 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-02-16 16:36:46 +0000

    usb/u3g: Add support for QUECTEL EP06-E 4G modem

    Add QUECTEL EP06-E modem support via USB for FreeBSD.
    Tested and works like a ppp on FreeBSD-13.

    Reviewed by: imp
    PR: 269326

    (cherry picked from commit 0cec5b99b3c0484925f3cc0813040c160987bd45)

 share/man/man4/u3g.4     | 2 +-
 sys/dev/usb/serial/u3g.c | 1 +
 sys/dev/usb/usbdevs      | 1 +
 3 files changed, 3 insertions(+), 1 deletion(-)
Comment 7 commit-hook freebsd_committer freebsd_triage 2023-02-19 03:17:44 UTC
A commit in branch releng/13.2 references this bug:

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

commit ec9704eeaaa7552d1d6b83ac34fa894fa36f50bf
Author:     ev <evfbsd@yandex.ru>
AuthorDate: 2023-02-16 16:58:32 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-02-19 03:13:54 +0000

    usb/u3g: Add support for QUECTEL EP06-E 4G modem

    Add QUECTEL EP06-E modem support via USB for FreeBSD.
    Tested and works like a ppp on FreeBSD-13.

    Reviewed by: imp
    PR: 269326
    Approved by: re (cperciva)

    (cherry picked from commit 0cec5b99b3c0484925f3cc0813040c160987bd45)
    (cherry picked from commit 1256ad9b27b2eb34a066640e63039975ab4f8492)

 share/man/man4/u3g.4     | 2 +-
 sys/dev/usb/serial/u3g.c | 1 +
 sys/dev/usb/usbdevs      | 1 +
 3 files changed, 3 insertions(+), 1 deletion(-)