Page MenuHomeFreeBSD

Huawei 909u-521 LTE mini PCIe module
Needs ReviewPublic

Authored by freebsd_reboute.net on Aug 3 2015, 12:57 PM.
Tags
None
Referenced Files
F105600949: D3280.diff
Wed, Dec 18, 3:52 AM
Unknown Object (File)
Sun, Dec 15, 4:17 PM
Unknown Object (File)
Mon, Nov 25, 5:39 PM
Unknown Object (File)
Oct 6 2024, 2:11 AM
Unknown Object (File)
Oct 5 2024, 6:40 PM
Unknown Object (File)
Oct 5 2024, 4:53 PM
Unknown Object (File)
Oct 2 2024, 10:53 PM
Unknown Object (File)
Sep 13 2024, 10:54 PM
Subscribers

Details

Reviewers
gnn
loos
Summary

I just recompiled my pfSense 2.2.4 kernel (FreeBSD 10.1) including a patch to support the Huawei 909u-521 LTE mini PCIe module.

Note that my .diff file is not proper: the lines are not added in the correct position.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

freebsd_reboute.net retitled this revision from to Huawei 909u-521 LTE mini PCIe module.
freebsd_reboute.net updated this object.
freebsd_reboute.net edited the test plan for this revision. (Show Details)
freebsd_reboute.net added reviewers: gnn, loos.
freebsd_reboute.net set the repository for this revision to rS FreeBSD src repository - subversion.

Please replace

U3G_DEV(HUAWEI, ME909U_521, 0)

by

U3G_DEV(HUAWEI, ME909U_521, U3GINIT_HUAWEI)

Dunno how to do it there.

Cheers

This change was committed by hps@ in r287592 and r287616.

Thanks!