Add support for Dell DW5821e WWAN/GPS module
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| HWE Next |
Undecided
|
Unassigned | ||
| linux (Ubuntu) |
Undecided
|
Jesse Sung | ||
| Bionic |
Undecided
|
Unassigned | ||
| linux-oem (Ubuntu) |
Undecided
|
Jesse Sung | ||
| Bionic |
Undecided
|
Unassigned |
Bug Description
== Impact ==
DW5821e doesn't work in Bionic.
== Fix ==
Three commits are required to support it. All of them are already in the mainline kernel.
== Test Case ==
With the command
$ sudo mmcli -L
the device should be listed as a modem.
== Risk of Regression ==
Very low. it only adds the device ID to the right driver.
Changed in linux-oem (Ubuntu): | |
status: | New → In Progress |
assignee: | nobody → Jesse Sung (wenchien) |
tags: | added: originate-from-1784578 plano |
Changed in hwe-next: | |
status: | New → Fix Released |
Launchpad Janitor (janitor) wrote : | #2 |
This bug was fixed in the package linux-oem - 4.15.0-1030.35
---------------
linux-oem (4.15.0-1030.35) bionic; urgency=medium
* linux-oem: 4.15.0-1030.35 -proposed tracker (LP: #1806663)
* Add HMS CAN driver for Dell Edge Gateways (LP: #1807339)
- SAUCE: (no-up) add IXXAT USB-to-CAN driver
* Add support for 0cf3:535b QCA_ROME device (LP: #1807333)
- Bluetooth: btusb: Add support for 0cf3:535b QCA_ROME device
* Add support for Dell DW5821e WWAN/GPS module (LP: #1807342)
- qmi_wwan: add support for the Dell Wireless 5821e module
- qmi_wwan: fix interface number for DW5821e production firmware
- USB: option: add support for DW5821e
* Fix Terminus USB hub that may breaks connected USB devices after S3
(LP: #1806850)
- USB: Wait for extra delay time after USB_PORT_FEAT_RESET for quirky hub
* The line-out on the Dell Dock station can't work (LP: #1806532)
- ALSA: usb-audio: Allow to override the longname string
- ALSA: usb-audio: Give proper vendor/product name for Dell WD15 Dock
- ALSA: usb-audio: Add vendor and product name for Dell WD19 Dock
* Enable new Realtek card reader (LP: #1806335)
- USB: usb-storage: Add new IDs to ums-realtek
- SAUCE: (noup) USB: usb-storage: Make MMC support optional on ums-realtek
[ Ubuntu: 4.15.0-43.46 ]
* linux: 4.15.0-43.46 -proposed tracker (LP: #1806659)
* System randomly hangs during suspend when mei_wdt is loaded (LP: #1803942)
- SAUCE: base/dd: limit release function changes to vfio driver only
* Workaround CSS timeout on AMD SNPS 3.0 xHC (LP: #1806838)
- xhci: Allow more than 32 quirks
- xhci: workaround CSS timeout on AMD SNPS 3.0 xHC
* linux-buildinfo: pull out ABI information into its own package
(LP: #1806380)
- [Packaging] limit preparation to linux-libc-dev in headers
- [Packaging] commonise debhelper invocation
- [Packaging] ABI -- accumulate abi information at the end of the build
- [Packaging] buildinfo -- add basic build information
- [Packaging] buildinfo -- add firmware information to the flavour ABI
- [Packaging] buildinfo -- add compiler information to the flavour ABI
- [Packaging] buildinfo -- add buildinfo support to getabis
- [Config] buildinfo -- add retpoline version markers
* linux packages should own /usr/lib/
- [Packaging] own /usr/lib/
* CVE-2018-12896
- posix-timers: Sanitize overrun handling
* CVE-2018-16276
- USB: yurex: fix out-of-bounds uaccess in read handler
* CVE-2018-10902
- ALSA: rawmidi: Change resized buffers atomically
* CVE-2018-18710
- cdrom: fix improper type cast, which can leat to information leak.
* CVE-2018-18690
- xfs: don't fail when converting shortform attr to long form during
ATTR_REPLACE
* CVE-2018-14734
- infiniband: fix a possible use-after-free bug
* CVE-2018-18445
- bpf: 32-bit RSH verification must truncate input before the ALU op
* Packaging resync (LP: #1786013)
- [Packaging] update helper scripts
-- Chia-Lin Kao (AceLan) <email address hidden> Sat, 08 Dec 2018 11:02:54 +0800
Changed in linux-oem (Ubuntu): | |
status: | In Progress → Fix Released |
Changed in linux (Ubuntu Bionic): | |
status: | New → In Progress |
Changed in linux-oem (Ubuntu Bionic): | |
status: | New → Fix Released |
Changed in linux (Ubuntu Bionic): | |
status: | In Progress → Fix Committed |
tags: |
added: verification-done-bionic removed: verification-needed-bionic |
Launchpad Janitor (janitor) wrote : | #3 |
This bug was fixed in the package linux - 4.15.0-44.47
---------------
linux (4.15.0-44.47) bionic; urgency=medium
* linux: 4.15.0-44.47 -proposed tracker (LP: #1811419)
* Packaging resync (LP: #1786013)
- [Packaging] update helper scripts
* CPU hard lockup with rigorous writes to NVMe drive (LP: #1810998)
- blk-wbt: pass in enum wbt_flags to get_rq_wait()
- blk-wbt: Avoid lock contention and thundering herd issue in wbt_wait
- blk-wbt: move disable check into get_limit()
- blk-wbt: use wq_has_sleeper() for wq active check
- blk-wbt: fix has-sleeper queueing check
- blk-wbt: abstract out end IO completion handler
- blk-wbt: improve waking of tasks
* To reduce the Realtek USB cardreader power consumption (LP: #1811337)
- mmc: sdhci: Disable 1.8v modes (HS200/HS400/UHS) if controller can't support
1.8v
- mmc: core: Introduce MMC_CAP_
- mmc: rtsx_usb_sdmmc: Don't runtime resume the device while changing led
- mmc: rtsx_usb: Use MMC_CAP2_NO_SDIO
- mmc: rtsx_usb: Enable MMC_CAP_ERASE to allow erase/discard/trim requests
- mmc: rtsx_usb_sdmmc: Re-work runtime PM support
- mmc: rtsx_usb_sdmmc: Re-work card detection/removal support
- memstick: rtsx_usb_ms: Add missing pm_runtime_
- misc: rtsx_usb: Use USB remote wakeup signaling for card insertion detection
- memstick: Prevent memstick host from getting runtime suspended during card
detection
- memstick: rtsx_usb_ms: Use ms_dev() helper
- memstick: rtsx_usb_ms: Support runtime power management
* Support non-strict iommu mode on arm64 (LP: #1806488)
- iommu/io-
- iommu/arm-smmu-v3: Implement flush_iotlb_all hook
- iommu/dma: Add support for non-strict mode
- iommu: Add "iommu.strict" command line option
- iommu/io-
- iommu/arm-smmu-v3: Add support for non-strict mode
- iommu/io-
- iommu/arm-smmu: Support non-strict mode
* ELAN900C:00 04F3:2844 touchscreen doesn't work (LP: #1811335)
- pinctrl: cannonlake: Fix community ordering for H variant
- pinctrl: cannonlake: Fix HOSTSW_OWN register offset of H variant
* Add Cavium ThunderX2 SoC UNCORE PMU driver (LP: #1811200)
- perf: Export perf_event_
- Documentation: perf: Add documentation for ThunderX2 PMU uncore driver
- drivers/perf: Add Cavium ThunderX2 SoC UNCORE PMU driver
- [Config] New config CONFIG_
* Update hisilicon SoC-specific drivers (LP: #1810457)
- SAUCE: Revert "net: hns3: Updates RX packet info fetch in case of multi BD"
- Revert "UBUNTU: SAUCE: {topost} net: hns3: separate roce from nic when
resetting"
- Revert "UBUNTU: SAUCE: {topost} net: hns3: Use roce handle when calling roce
callback function"
- Revert "UBUNTU: SAUCE: {topost} net: hns3: Add calling roce callback
function when link status change"
- Revert "UBUNTU: SAUCE: {topost} net: hns3: optimize the process of notifying
roce client"
- Revert "UBUNTU: S...
Changed in linux (Ubuntu Bionic): | |
status: | Fix Committed → Fix Released |
This bug is awaiting verification that the kernel in -proposed solves the problem. Please test the kernel and update this bug with the results. If the problem is solved, change the tag 'verification- needed- bionic' to 'verification- done-bionic' . If the problem still exists, change the tag 'verification- needed- bionic' to 'verification- failed- bionic' .
If verification is not done by 5 working days from today, this fix will be dropped from the source code, and this bug will be closed.
See https:/ /wiki.ubuntu. com/Testing/ EnableProposed for documentation how to enable and use -proposed. Thank you!