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 automatically. > > I've tested a kernel with this patch for a few days now, but only with a > baudrate of 115200, which seems to work fine. > > -- > Gregor Best > > +++ dev/usb/usbdevs 13 Feb 2015 19:36:40 -0000 > @@ -54,6 +54,7 @@ vendor PLANEX4 0x0053 Planex Communicat > vendor UNKNOWN2 0x0105 Unknown vendor > vendor EGALAX2 0x0123 eGalax > vendor UNKNOWN6 0x01e1 Unknown vendor > +vendor ARDUINO 0x2341 Arduino LLC
It's Arduino SA isn't it? The rest looks good to me.
