Re: [PATCH 16/16] platform/x86: dell-wmi: Convert to the WMI bus infrastructure

From: Andy Lutomirski
Date: Sat May 27 2017 - 12:05:08 EST


On Sat, May 27, 2017 at 3:50 AM, Pali RohÃr <pali.rohar@xxxxxxxxx> wrote:
> On Saturday 27 May 2017 07:31:30 Darren Hart wrote:
>> - dell_wmi_input_dev->name = "Dell WMI hotkeys";
>> - dell_wmi_input_dev->phys = "wmi/input0";
>> - dell_wmi_input_dev->id.bustype = BUS_HOST;
>> + priv->input_dev->name = "Dell WMI hotkeys";
>> + priv->input_dev->id.bustype = BUS_HOST;
>
> Is not there BUS_WMI, or something like that? (Just asking)
>

Jiri and/or Dmitry, what is bustype for, anyway? I suppose we could
add BUS_PLATFORM.