onitake / gslx680-acpi

ACPI/x86 compatible driver for Silead GSLx680 touchscreens
GNU General Public License v2.0
71 stars 33 forks source link

fix building on linux 6.3+ #39

Closed drt1245 closed 11 months ago

drt1245 commented 11 months ago

linux 6.3 included commit 03c835f498b5 ("i2c: Switch .probe() to not take an id parameter")

onitake commented 11 months ago

Would you mind putting the #ifdef in front of the whole line, instead of splitting it in the middle? I think it looks cleaner that way.

drt1245 commented 11 months ago

Done

onitake commented 11 months ago

Thank you! :+1: