lkml.org 
[lkml]   [2010]   [Feb]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH 3/3] HID: Enable Sixaxis controller over Bluetooth
From
Date
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@hadess.net>
> Signed-off-by: Jiri Kosina <jkosina@suse.cz>

Acked-by: Marcel Holtmann <marcel@holtmann.org>

> - 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




\
 
 \ /
  Last update: 2010-02-03 15:21    [W:0.222 / U:0.128 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site