linux/drivers/net/can/usb
Remigiusz Kołłątaj 51f3baad7d can: mcba_usb: Add support for Microchip CAN BUS Analyzer
SocketCAN driver for Microchip CAN BUS Analyzer
(http://www.microchip.com/development-tools/)

Changes in v4:
- possible memory leak fixed in mcba_usb_write_bulk_callback
- LED support added
- failure handling in mcba_usb_probe improved
- C99 initializers for structs on stack

Changes in v3:
- improved/simplified CAN ID conversion
- functions for transmission of skb and cmd separated
- fixed/improved netif_stop_queue handling
- style/cosmetic corrections

Changes in v2:
- Termination handling reimplemented to fit new netlink API
(IFLA_CAN_TERMINATION)
- Bitrate handling reimplemented to fit new netlink API
(IFLA_CAN_BITRATE)
- CAN ID conversion refactored (changed from macro to inline functions)
- CAN DLC handling using get_can_dlc()
- Endianness handling for can_speed introduced
- Debugging removed
- Redundant error prints removed
- Style/cosmetic corrections (i.e. macro names, redefs, inits etc.)

Signed-off-by: Remigiusz Kołłątaj <remigiusz.kollataj@mobica.com>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
2017-04-25 09:00:49 +02:00
..
peak_usb can: peak: move header file to new can common subdir 2017-04-25 09:00:44 +02:00
ems_usb.c net: can: usb: ems_usb: don't print error when allocating urb fails 2016-08-13 14:53:38 -07:00
esd_usb2.c net: can: usb: esd_usb2: don't print error when allocating urb fails 2016-08-13 14:53:39 -07:00
gs_usb.c can: gs_usb: fix coding style 2017-03-03 13:00:07 +01:00
Kconfig can: mcba_usb: Add support for Microchip CAN BUS Analyzer 2017-04-25 09:00:49 +02:00
kvaser_usb.c net: can: usb: kvaser_usb: fix spelling mistake of "outstanding" 2016-12-01 14:27:02 +01:00
Makefile can: mcba_usb: Add support for Microchip CAN BUS Analyzer 2017-04-25 09:00:49 +02:00
mcba_usb.c can: mcba_usb: Add support for Microchip CAN BUS Analyzer 2017-04-25 09:00:49 +02:00
usb_8dev.c can: usb_8dev: Fix memory leak of priv->cmd_msg_buffer 2017-03-03 13:00:07 +01:00