Message ID | 20210125182527.1225245-1-l.stach@pengutronix.de (mailing list archive) |
---|---|
Headers | show |
Series | exc3000 firmware update support | expand |
Hi Dmitry, could you give this series a look? It would be a shame if this would again get stuck, as it's complex enough that even rebasing and re- testing takes a considerable amount of time, so I would like to avoid to do this once again, if possible. Regards, Lucas Am Montag, dem 25.01.2021 um 19:25 +0100 schrieb Lucas Stach: > Hi all, > > this series adds support for updating the firmware on exc3000 touchscreen > devices. The protocol has been reverse engineered from the proprietary > update tool. > > Compared to the last posting of this series almost a year ago, the > biggest change is the rebasing on top of the conflicting changes that > went in in the meantime and some better documentation. > > Regards, > Lucas > > Lucas Stach (5): > Input: exc3000 - split MT event handling from IRQ handler > Input: exc3000 - factor out vendor data request > Input: exc3000 - fix firmware version query for device in bootloader > Input: exc3000 - add type sysfs attribute > Input: exc3000 - add firmware update support > > .../ABI/testing/sysfs-driver-input-exc3000 | 29 ++ > drivers/input/touchscreen/exc3000.c | 492 +++++++++++++----- > 2 files changed, 404 insertions(+), 117 deletions(-) >