<snip>
please rename it to hidp_table[].
Also can we do HID_BLUETOOTH_DEVICE() here. Since the bus constant is
called BUS_BLUETOOTH. Please don't shortcut it.
And this one to hidp_driver instead of hid_generic_bt.
Also the name "hid-generic-bt" is not okay. Call it "hidp" since that is
the driver name. An alternative would be "hid-bluetooth". I don't like
the "generic" part and we never used the shortcut "bt" in any sysfs
visible file.
Do we really need the "hid-" prefix here. Since it is on the HID bus
anyway, we can leave the magic details to the driver model and simply
call it "bluetooth".
Other than that:
Acked-by: Marcel Holtmann <marcel@holtmann.org>
Regards
Marcel
--