Commit 2232f10d authored by Thomas Weißschuh's avatar Thomas Weißschuh Committed by Guenter Roeck

hwmon: (powerz) add support for ChargerLAB KM002C

The KM002C is similar to the KM003C and seems to use the same
protocol and firmware.
Reported-by: default avatarDouglas Gilbert <dgilbert@interlog.com>
Closes: https://lore.kernel.org/lkml/290ebce4-54f0-8ac1-2a13-cbc806d80d64@interlog.com/Signed-off-by: default avatarThomas Weißschuh <linux@weissschuh.net>
Link: https://lore.kernel.org/r/20230911-powerz-km002c-v1-1-898bd79b9bae@weissschuh.netSigned-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
parent 9ab6fe91
...@@ -254,6 +254,7 @@ static void powerz_disconnect(struct usb_interface *intf) ...@@ -254,6 +254,7 @@ static void powerz_disconnect(struct usb_interface *intf)
} }
static const struct usb_device_id powerz_id_table[] = { static const struct usb_device_id powerz_id_table[] = {
{ USB_DEVICE_INTERFACE_NUMBER(0x5FC9, 0x0061, 0x00) }, /* ChargerLAB POWER-Z KM002C */
{ USB_DEVICE_INTERFACE_NUMBER(0x5FC9, 0x0063, 0x00) }, /* ChargerLAB POWER-Z KM003C */ { USB_DEVICE_INTERFACE_NUMBER(0x5FC9, 0x0063, 0x00) }, /* ChargerLAB POWER-Z KM003C */
{ } { }
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment