Hi, On 2/16/24 19:16, Jonathan LoBue wrote: > From: Jonathan LoBue <jlobue10@xxxxxxxxx> > > This patch series adds comments about a duplicate ACPI identifier > between devices using bmc150 and bmi323. This series also adds the ACPI > match table for devices using bmi323 to allow those devices to load the > proper driver. > > Changes since v5: > - Updated patch titles > - Add patch description to cover letter I have just tested this on a Chuwi Hi13 tablet with a BOSC0200 accel. I blacklisted the bmc150 driver so that the bmi323 driver would load first. The bmi323 driver "successfully" fails to probe and after manually loading the bmc150 driver (to fake a module loading order of the bmi323 driver loading before the bmc150) the accel works properly. So from my pov this series is good to go: Tested-by: Hans de Goede <hdegoede@xxxxxxxxxx> Reviewed-by: Hans de Goede <hdegoede@xxxxxxxxxx> Regards, Hans