-
Notifications
You must be signed in to change notification settings - Fork 5.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request: Enable gs_usb module (USB-CAN-Adapter) #2066
Comments
Looks okay to me. |
Will be in next rpi-update kernel. See: 737cc54 |
great! thank you very much! |
popcornmix
added a commit
to raspberrypi/firmware
that referenced
this issue
Jun 13, 2017
See: raspberrypi/linux#2066 kernel: dwc_otg: add module parameter int_ep_interval_min See: raspberrypi/linux#2067 firmware: venc: Correct the validation on custom mb/mbps/br settings See: #819 firmware: vc_image: Remove structure definition duplication firmware: vc_image/mmal/il/isp: Add support for 16bit/component YUV420 and YUVUV firmware: vcdbg: Don't use dma when file provided firmware: rtos: Avoid sleeping delay when RTOS is not present firmware: bootcode: Remove reliance on scanf to reduce bootcode.bin size firmware: bootcode: Changes to force to full speed firmware: bootcode: Make sure bootcode drops out firmware: bootcode: Mass storage changes to power off/on USB block firmware: bootcode: Change USB 1.1 to have 64 byte endpoints firmware: bootcode: Set MSD serial number to be the Pi serial number
popcornmix
added a commit
to Hexxeh/rpi-firmware
that referenced
this issue
Jun 13, 2017
See: raspberrypi/linux#2066 kernel: dwc_otg: add module parameter int_ep_interval_min See: raspberrypi/linux#2067 firmware: venc: Correct the validation on custom mb/mbps/br settings See: raspberrypi/firmware#819 firmware: vc_image: Remove structure definition duplication firmware: vc_image/mmal/il/isp: Add support for 16bit/component YUV420 and YUVUV firmware: vcdbg: Don't use dma when file provided firmware: rtos: Avoid sleeping delay when RTOS is not present firmware: bootcode: Remove reliance on scanf to reduce bootcode.bin size firmware: bootcode: Changes to force to full speed firmware: bootcode: Make sure bootcode drops out firmware: bootcode: Mass storage changes to power off/on USB block firmware: bootcode: Change USB 1.1 to have 64 byte endpoints firmware: bootcode: Set MSD serial number to be the Pi serial number
This is in latest rpi-update kernel. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The gs_usb kernel module (/drivers/net/can/usb/gs_usb.c) provides a SocketCAN interface for the "Geschwister Schneider USB/CAN devices" and also some other open hardware / open firmware USB-CAN adapters like the bytewerk.org candleLight and candleZero as well as the "cantact" and "canable" hardware when using the candleLight firmware.
As SocketCAN is included in the raspbian default kernel and the gs_usb module is enabled in popular desktop distributions (e.g. Ubuntu), I would love to see the module enabled in future raspbian default kernels.
This should be as easy as setting "CONFIG_CAN_GS_USB = m".
References:
http://schneidersoft.net/en//node/2
https://github.com/HubertD/candleLight
https://github.com/HubertD/candleZero
https://github.com/HubertD/candleLight_fw
http://linklayer.github.io/cantact/
http://canable.io/
The text was updated successfully, but these errors were encountered: