HID: bt hidp: send Output reports using SET_REPORT on the Control channel
[pandora-kernel.git] / net / bluetooth / hidp / core.c
index 29544c2..e286e70 100644 (file)
@@ -321,7 +321,7 @@ static int hidp_output_raw_report(struct hid_device *hid, unsigned char *data, s
                report_type = HIDP_TRANS_SET_REPORT | HIDP_DATA_RTYPE_FEATURE;
                break;
        case HID_OUTPUT_REPORT:
-               report_type = HIDP_TRANS_DATA | HIDP_DATA_RTYPE_OUPUT;
+               report_type = HIDP_TRANS_SET_REPORT | HIDP_DATA_RTYPE_OUPUT;
                break;
        default:
                return -EINVAL;