5 Commits

Author SHA1 Message Date
Hubert Denkmair
a2d41cb140 use only the first interface of each usb device
the candleLight USB dongle is exposing two interfaces:
one for the GS_USB functionality, and one for USB DFU run-mode.

this patch ensures that the driver only grabs the GS_USB interface
and does not try to make a socketcan device from the DFU interface
2016-04-23 23:27:55 +02:00
Hubert Denkmair
bba98a80c0 fix typo 2016-04-23 22:52:21 +02:00
Hubert Denkmair
e681c98a9c fix typo in comments 2016-04-23 22:46:44 +02:00
Hubert Denkmair
67ddeb5e52 use unmodified gs_usb.c from linux-4.5 for a start 2016-04-23 22:44:48 +02:00
Hubert Denkmair
ac02828a27 initial checkin 2016-04-18 21:28:22 +02:00