Re: [PATCH 3/3] HID: Enable Sixaxis controller over Bluetooth

From: Jiri Kosina
Date: Wed Feb 03 2010 - 09:42:38 EST


On Wed, 3 Feb 2010, Marcel Holtmann wrote:

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

Fixed and applied. Thanks,

--
Jiri Kosina
SUSE Labs, Novell Inc.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/