Adi Sujiwo

Results 2 comments of Adi Sujiwo

> @antoninhrlt I changed the kernel source `irqdesc.c` and exported the `irq_to_desc` manually as a workaround. Could you please show the changes? Thank you.

> What do you think about changing line 660 of i2c-ch341-usb.c to ch341_dev->irq_descs[i] = irq_data_to_desc( irq_get_irq_data(ch341_dev->irq_base + i) ); > > I think it should work... I can confirm this...