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
marconi:
It would be nice to add the CANbus driver : kernel/drivers/net/can/usb/gs_usb
FYI / motivation : there are few new inexpensive USB to CANbus devices that use this driver, such as :
CANable : https://www.tindie.com/products/protofusion/canable-usb-to-can-bus-adapter/ (w/ alt firmware)
candleLight : https://cangaroo.org/candle/light/ , https://github.com/HubertD/candleLight
Schneider : http://schneidersoft.net/resource/gs_usb_1_1_manual.pdf
The text was updated successfully, but these errors were encountered:
yousong:
Feel like proposing a patch?
Sorry, something went wrong.
riodda:
It's a kernel module that is missing, it's a very usefoulf for high load canbus where slcan struggle. Good also becouse there are several open source hardware projects. Kernel module is here https://github.com/normaldotcom/socketcan_gs_usb
The attached patch will add the kmod-can-usb-gs package
mkresin:
Patches need to be sent to lede-devel mailing list (lede-dev@lists.infradead.org) as patches attached to bug reports won't be picked up.
Have a look at https://openwrt.org/submitting-patches how to submit patches.
OK ...
No branches or pull requests
marconi:
It would be nice to add the CANbus driver : kernel/drivers/net/can/usb/gs_usb
FYI / motivation : there are few new inexpensive USB to CANbus devices that use this driver, such as :
CANable : https://www.tindie.com/products/protofusion/canable-usb-to-can-bus-adapter/ (w/ alt firmware)
candleLight : https://cangaroo.org/candle/light/ , https://github.com/HubertD/candleLight
Schneider : http://schneidersoft.net/resource/gs_usb_1_1_manual.pdf
The text was updated successfully, but these errors were encountered: