Hi Jiri, > Now that hid_output_raw_report works, port the PS3 Sixaxis > Bluetooth quirk from user-space, into kernel-space. > > Signed-off-by: Bastien Nocera <hadess@xxxxxxxxxx> > Signed-off-by: Jiri Kosina <jkosina@xxxxxxx> Acked-by: Marcel Holtmann <marcel@xxxxxxxxxxxx> > - ret = sony_set_operational(hdev); > + if (hdev->bus == BUS_USB) > + ret = sony_set_operational(hdev); > + else if (hdev->bus == BUS_BLUETOOTH) > + ret = sony_set_operational_bt(hdev); > + else > + ret = 0; > + I would do sony_set_operational_usb() and sony_set_operational_bt() and also turn this into a switch statement for better readability. Regards Marcel -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html