Received: by 2002:a25:e74b:0:0:0:0:0 with SMTP id e72csp525125ybh; Wed, 15 Jul 2020 08:14:54 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyBqP5pNSTdaCOumQBKzs6b2Q9zE6NnOz93ZsYcJQn+Q2FK1lyM6sCS1kCPtVH6GmSWXUTf X-Received: by 2002:a50:da44:: with SMTP id a4mr52081edk.379.1594826094538; Wed, 15 Jul 2020 08:14:54 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1594826094; cv=none; d=google.com; s=arc-20160816; b=pkEvHl6EVd7qGO5a0QPQeyuBWfINWgHVLbrRNFP/NmwoBirccb6kF1I/qJbBbybvXw 70EhMyz4SHm3o5kUt/J10CDeK+2BTy4zWonLz2ZtKIIBiGpi8wv0XejeWPm13IMp6JbX 7Ps76d3JCG++KLBrrucdRC+WHI+p1DBYh4ypg1/C80lv15iVmepEjWXdArfc3vIhhB6C EShGWGPbT90eRHXdx2edQ/Yc+UIKbkxlvVRteLsKQtQZoSN8VsDJzt37vfnVpcT998V4 bFtcJXQ2OVndk4dnBOsWgkvknExsGo18TtWeDMiJgfUwuk43tt/FxUFIscYGrp6IKx5A bO4A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=veYqma9omy9Dh/ICG5gtZSUkePa+O8QW5y+0xn8k+Rw=; b=DnaJ98Zyd3XLXEm/8/TIZ5oaZWn9qsb0Gldloyk22AZZsdFyxCaXB6oNzT0hcW0BbK 7GIPCRy8kMd+W/ZPLrP0jrdv1ypERkJvdj3VS4yAmDBYobjeDvpyYnRcXT13f/qjKItX aKLRK3GjnYQOUHuKxjaiN6GxM9JcSwDUjKdt+gIhMcHu3DfdB/gm8kY/Nc0UtBh3/r07 y5VPZAhikKwxRsBG9inEP9T/u3GVrfVmr0ZyIBPoixfWBUi7+ZteyyoLMLb9OAkKRyLo ZeBunTHzYfWLcG2z5uREihaSBIzZvgl5l/evJWA2Z3mvEsdJln6llY6lGpoGTdD+BuLT XHeA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id u3si1357660ejx.94.2020.07.15.08.14.32; Wed, 15 Jul 2020 08:14:54 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726479AbgGOPO2 (ORCPT + 99 others); Wed, 15 Jul 2020 11:14:28 -0400 Received: from ms-10.1blu.de ([178.254.4.101]:35016 "EHLO ms-10.1blu.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725900AbgGOPO2 (ORCPT ); Wed, 15 Jul 2020 11:14:28 -0400 Received: from [78.43.71.214] (helo=marius.fritz.box) by ms-10.1blu.de with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jvj71-0008LG-7v; Wed, 15 Jul 2020 17:14:23 +0200 From: Marius Zachmann To: Guenter Roeck Cc: Marius Zachmann , Jean Delvare , linux-hwmon@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v2] hwmon: corsair-cpro: Change to HID driver Date: Wed, 15 Jul 2020 17:14:19 +0200 Message-Id: <20200715151419.43134-1-mail@mariuszachmann.de> X-Mailer: git-send-email 2.27.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Con-Id: 241080 X-Con-U: 0-mail X-Originating-IP: 78.43.71.214 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This changes corsair-cpro to a hid driver using hid reports. Signed-off-by: Marius Zachmann --- Changes from v1 - add comment at the beginning about using hid and hidraw - use hwmon_device_register_with_info and hwmon_device_unregister - use a define for timeout --- drivers/hid/hid-quirks.c | 2 - drivers/hwmon/Kconfig | 2 +- drivers/hwmon/corsair-cpro.c | 124 ++++++++++++++++++++++++++--------- 3 files changed, 95 insertions(+), 35 deletions(-) diff --git a/drivers/hid/hid-quirks.c b/drivers/hid/hid-quirks.c index 7b7bc7737c53..ca8b5c261c7c 100644 --- a/drivers/hid/hid-quirks.c +++ b/drivers/hid/hid-quirks.c @@ -699,8 +699,6 @@ static const struct hid_device_id hid_ignore_list[] = { { HID_USB_DEVICE(USB_VENDOR_ID_AXENTIA, USB_DEVICE_ID_AXENTIA_FM_RADIO) }, { HID_USB_DEVICE(USB_VENDOR_ID_BERKSHIRE, USB_DEVICE_ID_BERKSHIRE_PCWD) }, { HID_USB_DEVICE(USB_VENDOR_ID_CIDC, 0x0103) }, - { HID_USB_DEVICE(USB_VENDOR_ID_CORSAIR, 0x0c10) }, - { HID_USB_DEVICE(USB_VENDOR_ID_CORSAIR, 0x1d00) }, { HID_USB_DEVICE(USB_VENDOR_ID_CYGNAL, USB_DEVICE_ID_CYGNAL_RADIO_SI470X) }, { HID_USB_DEVICE(USB_VENDOR_ID_CYGNAL, USB_DEVICE_ID_CYGNAL_RADIO_SI4713) }, { HID_USB_DEVICE(USB_VENDOR_ID_CMEDIA, USB_DEVICE_ID_CM109) }, diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 8b046a5dfa40..c603d8c8e3d2 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig @@ -441,7 +441,7 @@ config SENSORS_BT1_PVT_ALARMS config SENSORS_CORSAIR_CPRO tristate "Corsair Commander Pro controller" - depends on USB + depends on HID help If you say yes here you get support for the Corsair Commander Pro controller. diff --git a/drivers/hwmon/corsair-cpro.c b/drivers/hwmon/corsair-cpro.c index fe625190e3a1..ba378574b073 100644 --- a/drivers/hwmon/corsair-cpro.c +++ b/drivers/hwmon/corsair-cpro.c @@ -2,16 +2,21 @@ /* * corsair-cpro.c - Linux driver for Corsair Commander Pro * Copyright (C) 2020 Marius Zachmann + * + * This driver uses hid reports to communicate with the device to allow hidraw userspace drivers + * still being used. The device does not use report ids. When using hidraw and this driver + * simultaniously, reports could be switched. */ #include +#include +#include #include #include #include #include #include #include -#include #define USB_VENDOR_ID_CORSAIR 0x1b1c #define USB_PRODUCT_ID_CORSAIR_COMMANDERPRO 0x0c10 @@ -20,6 +25,7 @@ #define OUT_BUFFER_SIZE 63 #define IN_BUFFER_SIZE 16 #define LABEL_LENGTH 11 +#define REQ_TIMEOUT 300 #define CTL_GET_TMP_CNCT 0x10 /* * returns in bytes 1-4 for each temp sensor: @@ -62,7 +68,9 @@ #define NUM_TEMP_SENSORS 4 struct ccp_device { - struct usb_device *udev; + struct hid_device *hdev; + struct device *hwmon_dev; + struct completion wait_input_report; struct mutex mutex; /* whenever buffer is used, lock before send_usb_cmd */ u8 *buffer; int pwm[6]; @@ -75,7 +83,7 @@ struct ccp_device { /* send command, check for error in response, response in ccp->buffer */ static int send_usb_cmd(struct ccp_device *ccp, u8 command, u8 byte1, u8 byte2, u8 byte3) { - int actual_length; + unsigned long t; int ret; memset(ccp->buffer, 0x00, OUT_BUFFER_SIZE); @@ -84,26 +92,39 @@ static int send_usb_cmd(struct ccp_device *ccp, u8 command, u8 byte1, u8 byte2, ccp->buffer[2] = byte2; ccp->buffer[3] = byte3; - ret = usb_bulk_msg(ccp->udev, usb_sndintpipe(ccp->udev, 2), ccp->buffer, OUT_BUFFER_SIZE, - &actual_length, 1000); - if (ret) - return ret; + reinit_completion(&ccp->wait_input_report); - /* response needs to be received every time */ - ret = usb_bulk_msg(ccp->udev, usb_rcvintpipe(ccp->udev, 1), ccp->buffer, IN_BUFFER_SIZE, - &actual_length, 1000); - if (ret) + ret = hid_hw_output_report(ccp->hdev, ccp->buffer, OUT_BUFFER_SIZE); + if (ret < 0) return ret; + t = wait_for_completion_timeout(&ccp->wait_input_report, msecs_to_jiffies(REQ_TIMEOUT)); + if (!t) + return -ETIMEDOUT; + /* first byte of response is error code */ if (ccp->buffer[0] != 0x00) { - dev_dbg(&ccp->udev->dev, "device response error: %d", ccp->buffer[0]); + hid_dbg(ccp->hdev, "device response error: %d", ccp->buffer[0]); return -EIO; } return 0; } +static int ccp_raw_event(struct hid_device *hdev, struct hid_report *report, u8 *data, int size) +{ + struct ccp_device *ccp = hid_get_drvdata(hdev); + + /* only copy buffer when requested */ + if (completion_done(&ccp->wait_input_report)) + return 0; + + memcpy(ccp->buffer, data, min(IN_BUFFER_SIZE, size)); + complete(&ccp->wait_input_report); + + return 0; +} + /* requests and returns single data values depending on channel */ static int get_data(struct ccp_device *ccp, int command, int channel) { @@ -437,57 +458,98 @@ static int get_temp_cnct(struct ccp_device *ccp) return 0; } -static int ccp_probe(struct usb_interface *intf, const struct usb_device_id *id) +static int ccp_probe(struct hid_device *hdev, const struct hid_device_id *id) { - struct device *hwmon_dev; struct ccp_device *ccp; int ret; - ccp = devm_kzalloc(&intf->dev, sizeof(*ccp), GFP_KERNEL); + ccp = devm_kzalloc(&hdev->dev, sizeof(*ccp), GFP_KERNEL); if (!ccp) return -ENOMEM; - ccp->buffer = devm_kmalloc(&intf->dev, OUT_BUFFER_SIZE, GFP_KERNEL); + ccp->buffer = devm_kmalloc(&hdev->dev, OUT_BUFFER_SIZE, GFP_KERNEL); if (!ccp->buffer) return -ENOMEM; + ret = hid_parse(hdev); + if (ret) + return ret; + + ret = hid_hw_start(hdev, HID_CONNECT_HIDRAW); + if (ret) + return ret; + + ret = hid_hw_open(hdev); + if (ret) + goto out_hw_stop; + + ccp->hdev = hdev; + hid_set_drvdata(hdev, ccp); mutex_init(&ccp->mutex); + init_completion(&ccp->wait_input_report); - ccp->udev = interface_to_usbdev(intf); + hid_device_io_start(hdev); /* temp and fan connection status only updates when device is powered on */ ret = get_temp_cnct(ccp); if (ret) - return ret; + goto out_hw_close; ret = get_fan_cnct(ccp); if (ret) - return ret; + goto out_hw_close; + ccp->hwmon_dev = hwmon_device_register_with_info(&hdev->dev, "corsaircpro", + ccp, &ccp_chip_info, 0); + if (IS_ERR(ccp->hwmon_dev)) { + ret = PTR_ERR(ccp->hwmon_dev); + goto out_hw_close; + } - hwmon_dev = devm_hwmon_device_register_with_info(&intf->dev, "corsaircpro", ccp, - &ccp_chip_info, 0); + return 0; - return PTR_ERR_OR_ZERO(hwmon_dev); +out_hw_close: + hid_hw_close(hdev); +out_hw_stop: + hid_hw_stop(hdev); + return ret; } -static void ccp_disconnect(struct usb_interface *intf) +static void ccp_remove(struct hid_device *hdev) { + struct ccp_device *ccp = hid_get_drvdata(hdev); + + hwmon_device_unregister(ccp->hwmon_dev); + hid_hw_close(hdev); + hid_hw_stop(hdev); } -static const struct usb_device_id ccp_devices[] = { - { USB_DEVICE(USB_VENDOR_ID_CORSAIR, USB_PRODUCT_ID_CORSAIR_COMMANDERPRO) }, - { USB_DEVICE(USB_VENDOR_ID_CORSAIR, USB_PRODUCT_ID_CORSAIR_1000D) }, +static const struct hid_device_id ccp_devices[] = { + { HID_USB_DEVICE(USB_VENDOR_ID_CORSAIR, USB_PRODUCT_ID_CORSAIR_COMMANDERPRO) }, + { HID_USB_DEVICE(USB_VENDOR_ID_CORSAIR, USB_PRODUCT_ID_CORSAIR_1000D) }, { } }; -static struct usb_driver ccp_driver = { +static struct hid_driver ccp_driver = { .name = "corsair-cpro", + .id_table = ccp_devices, .probe = ccp_probe, - .disconnect = ccp_disconnect, - .id_table = ccp_devices + .remove = ccp_remove, + .raw_event = ccp_raw_event, }; -MODULE_DEVICE_TABLE(usb, ccp_devices); +MODULE_DEVICE_TABLE(hid, ccp_devices); MODULE_LICENSE("GPL"); -module_usb_driver(ccp_driver); +static int __init ccp_init(void) +{ + return hid_register_driver(&ccp_driver); +} + +static void __exit ccp_exit(void) +{ + hid_unregister_driver(&ccp_driver); +} + +/* make sure it is loaded after hid */ +late_initcall(ccp_init); +module_exit(ccp_exit); -- 2.27.0