Re: [PATCH v5] can: kvaser_usb: Add support for Kvaser CAN/USB devices

2012-11-20 Thread Marc Kleine-Budde
On 11/20/2012 09:46 AM, Olivier Sobrie wrote: [...] >>> +static netdev_tx_t kvaser_usb_start_xmit(struct sk_buff *skb, >>> +struct net_device *netdev) >>> +{ >>> + struct kvaser_usb_net_priv *priv = netdev_priv(netdev); >>> + struct kvaser_usb *dev = priv->d

Re: [PATCH v5] can: kvaser_usb: Add support for Kvaser CAN/USB devices

2012-11-20 Thread Olivier Sobrie
Hi Marc, On Wed, Nov 07, 2012 at 09:29:05PM +0100, Marc Kleine-Budde wrote: > On 10/02/2012 09:16 AM, Olivier Sobrie wrote: > > This driver provides support for several Kvaser CAN/USB devices. > > Such kind of devices supports up to three CAN network interfaces. > > > > It has been tested with a

Re: [PATCH v5] can: kvaser_usb: Add support for Kvaser CAN/USB devices

2012-11-07 Thread Marc Kleine-Budde
On 10/02/2012 09:16 AM, Olivier Sobrie wrote: > This driver provides support for several Kvaser CAN/USB devices. > Such kind of devices supports up to three CAN network interfaces. > > It has been tested with a Kvaser USB Leaf Light (one network interface) > connected to a pch_can interface. > The

[PATCH v5] can: kvaser_usb: Add support for Kvaser CAN/USB devices

2012-10-02 Thread Olivier Sobrie
This driver provides support for several Kvaser CAN/USB devices. Such kind of devices supports up to three CAN network interfaces. It has been tested with a Kvaser USB Leaf Light (one network interface) connected to a pch_can interface. The firmware version of the Kvaser device was 2.5.205. List