APPLIED: [Xenial SRU][PATCH v2 0/2] Support SocketCAN over USB on Dell IoT 300x Gateways

Khaled Elmously khalid.elmously at canonical.com
Thu Jun 7 21:57:56 UTC 2018


Applied to Xenial


On 2018-06-06 09:31:14 , Shrirang Bagul wrote:
> BugLink: http://bugs.launchpad.net/bugs/1774563
> 
> This driver is from IXXAT and supports SocketCAN over USB.
> (https://www.ixxat.com)
> 
> Dell IoT 300x gateways support USB-CAN peripherals. Dell expects these
> devices also support the SocketCAN interface over USB and is working with
> HMS to develop and upstream the driver. Meanwhile, we'll have to carry this
> driver as a SAUCE patch to support our Ubuntu Core 16 release.
> 
> The driver will be built only for amd64 kernels and attach itself to
> IXXAT USB-CAN adapters with VID 0x08d8.
> 
> The functionality in this driver has already been verified by Canonical
> CE-QA and Dell/HMS in a test kernel snap released based on
> Ubuntu-4.4.0-116.140
> 
> Shrirang Bagul (2):
>   UBUNTU: SAUCE: (no-up) Support IXXAT USB SocketCAN device
>   UBUNTU: [Config] CONFIG_CAN_HMS_USB=m
> 
>  debian.master/config/config.common.ubuntu |    1 +
>  ubuntu/Kconfig                            |    4 +
>  ubuntu/Makefile                           |    4 +
>  ubuntu/ixxat/Kconfig                      |    8 +
>  ubuntu/ixxat/Makefile                     |    4 +
>  ubuntu/ixxat/ixx_usb_core.c               |  923 ++++++++++++
>  ubuntu/ixxat/ixx_usb_core.h               |  289 ++++
>  ubuntu/ixxat/ixx_usb_fd.c                 | 1673 +++++++++++++++++++++
>  ubuntu/ixxat/ixx_usb_v2.c                 | 1450 ++++++++++++++++++
>  9 files changed, 4356 insertions(+)
>  create mode 100644 ubuntu/ixxat/Kconfig
>  create mode 100644 ubuntu/ixxat/Makefile
>  create mode 100644 ubuntu/ixxat/ixx_usb_core.c
>  create mode 100644 ubuntu/ixxat/ixx_usb_core.h
>  create mode 100644 ubuntu/ixxat/ixx_usb_fd.c
>  create mode 100644 ubuntu/ixxat/ixx_usb_v2.c
> 
> -- 
> 2.17.0
> 
> 
> -- 
> kernel-team mailing list
> kernel-team at lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/kernel-team




More information about the kernel-team mailing list