[OEM][PATCH 0/1] Add HMS CAN driver for Dell Edge Gateways

Wen-chien Jesse Sung jesse.sung at canonical.com
Fri Dec 7 11:13:38 UTC 2018


BugLink: https://launchpad.net/bugs/1807339

== Impact ==
The HMS CAN device on Dell Edge Gateways doesn't work with linux-oem
in Bionic. We used to have a driver for 4.4 from IHV integrated in Xenial.
For 4.15 there's a new release for that.

== Fix ==
Integrate the new release from IHV.

== Test Case ==
Check if the device binds to a driver.

== Risk of Regression ==
The driver binds to certain USB IDs thus should be reasonably low.


Wen-chien Jesse Sung (1):
  UBUNTU: SAUCE: (no-up) add IXXAT USB-to-CAN driver

 .../abi/4.15.0-1027.32/amd64/oem.modules      |    1 +
 ubuntu/Makefile                               |    6 +
 ubuntu/ixxat-usb2can/Makefile                 |    3 +
 ubuntu/ixxat-usb2can/ReleaseNotes.txt         |   77 +
 ubuntu/ixxat-usb2can/ixxat_usb_cl1.c          |  132 ++
 ubuntu/ixxat-usb2can/ixxat_usb_cl2.c          |  255 ++++
 ubuntu/ixxat-usb2can/ixxat_usb_core.c         | 1302 +++++++++++++++++
 ubuntu/ixxat-usb2can/ixxat_usb_core.h         |  521 +++++++
 8 files changed, 2297 insertions(+)
 create mode 100644 ubuntu/ixxat-usb2can/Makefile
 create mode 100644 ubuntu/ixxat-usb2can/ReleaseNotes.txt
 create mode 100644 ubuntu/ixxat-usb2can/ixxat_usb_cl1.c
 create mode 100644 ubuntu/ixxat-usb2can/ixxat_usb_cl2.c
 create mode 100644 ubuntu/ixxat-usb2can/ixxat_usb_core.c
 create mode 100644 ubuntu/ixxat-usb2can/ixxat_usb_core.h

-- 
2.19.1




More information about the kernel-team mailing list