Re: [PATCH v2 1/4] cdc-acm: reassemble fragmented notifications

2017-03-28 Thread Oliver Neukum
Am Freitag, den 24.03.2017, 22:50 +0100 schrieb Tobias Herzog: > Hi Oliver, > > thank you for your patience... :) I have a question to one of your > comments (see below). > > Best regards, > Tobias > > > > > Am Samstag, den 18.03.2017, 19:52 +0100 schrieb Tobias Herzog: > > > > > > > > > USB

Re: [PATCH v2 1/4] cdc-acm: reassemble fragmented notifications

2017-03-24 Thread Tobias Herzog
Hi Oliver, thank you for your patience... :) I have a question to one of your comments (see below). Best regards, Tobias > Am Samstag, den 18.03.2017, 19:52 +0100 schrieb Tobias Herzog: > > > > USB devices may have very limitited endpoint packet sizes, so that > > notifications can not be trans

Re: [PATCH v2 1/4] cdc-acm: reassemble fragmented notifications

2017-03-20 Thread Oliver Neukum
Am Samstag, den 18.03.2017, 19:52 +0100 schrieb Tobias Herzog: > USB devices may have very limitited endpoint packet sizes, so that > notifications can not be transferred within one single usb packet. > Reassembling of multiple packages may be necessary. Hi, almost perfect. A few new issue. Comme