Re: Add support for Arduino Leonardo to umodem(4)

2015-02-23 Thread Daniel Bolgheroni
On Mon, Feb 16, 2015 at 03:31:43PM +0100, Gregor Best wrote: > +/* Arduino SA products */ > +product ARDUINO LEONARDO 0x8036 Arduino Lenoardo Leonardo, not Lenoardo. -- db

Re: Add support for Arduino Leonardo to umodem(4)

2015-02-16 Thread Gregor Best
On Mon, Feb 16, 2015 at 02:20:06PM +, Stuart Henderson wrote: > [...] > It's Arduino SA isn't it? The rest looks good to me. > [...] The controller reports itself as made by 'Arduino LLC' in the usbdevs output, but according to http://www.linux-usb.org/usb.ids, you're right. I think going with

Re: Add support for Arduino Leonardo to umodem(4)

2015-02-16 Thread Stuart Henderson
On 2015/02/16 01:08, Gregor Best wrote: > Hi, > > Arduino Leonardos emulate a CDC ACM modem for their serial port. The > following patch adds explicit matching for those in umodem_match, > because apparently the emulation done by the Leonardo is not complete > enough to make umodem attach automati

Add support for Arduino Leonardo to umodem(4)

2015-02-15 Thread Gregor Best
Hi, Arduino Leonardos emulate a CDC ACM modem for their serial port. The following patch adds explicit matching for those in umodem_match, because apparently the emulation done by the Leonardo is not complete enough to make umodem attach automatically. I've tested a kernel with this patch for a f