File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10234,6 +10234,13 @@ F: drivers/net/can/m_can/m_can.c
1023410234F: drivers/net/can/m_can/m_can.h
1023510235F: drivers/net/can/m_can/m_can_platform.c
1023610236
10237+ MCP2221A MICROCHIP USB-HID TO I2C BRIDGE DRIVER
10238+ M: Rishi Gupta <gupt21@gmail.com>
10239+ L: linux-i2c@vger.kernel.org
10240+ L: linux-input@vger.kernel.org
10241+ S: Maintained
10242+ F: drivers/hid/hid-mcp2221.c
10243+
1023710244MCP4018 AND MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVERS
1023810245M: Peter Rosin <peda@axentia.se>
1023910246L: linux-iio@vger.kernel.org
Original file line number Diff line number Diff line change @@ -1152,6 +1152,16 @@ config HID_ALPS
11521152 Say Y here if you have a Alps touchpads over i2c-hid or usbhid
11531153 and want support for its special functionalities.
11541154
1155+ config HID_MCP2221
1156+ tristate "Microchip MCP2221 HID USB-to-I2C/SMbus host support"
1157+ depends on USB_HID && I2C
1158+ ---help---
1159+ Provides I2C and SMBUS host adapter functionality over USB-HID
1160+ through MCP2221 device.
1161+
1162+ To compile this driver as a module, choose M here: the module
1163+ will be called hid-mcp2221.ko.
1164+
11551165endmenu
11561166
11571167endif # HID
Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ obj-$(CONFIG_HID_LOGITECH_HIDPP) += hid-logitech-hidpp.o
7171obj-$(CONFIG_HID_MACALLY) += hid-macally.o
7272obj-$(CONFIG_HID_MAGICMOUSE) += hid-magicmouse.o
7373obj-$(CONFIG_HID_MALTRON) += hid-maltron.o
74+ obj-$(CONFIG_HID_MCP2221) += hid-mcp2221.o
7475obj-$(CONFIG_HID_MAYFLASH) += hid-mf.o
7576obj-$(CONFIG_HID_MICROSOFT) += hid-microsoft.o
7677obj-$(CONFIG_HID_MONTEREY) += hid-monterey.o
Original file line number Diff line number Diff line change 825825#define USB_DEVICE_ID_PICK16F1454 0x0042
826826#define USB_DEVICE_ID_PICK16F1454_V2 0xf2f7
827827#define USB_DEVICE_ID_LUXAFOR 0xf372
828+ #define USB_DEVICE_ID_MCP2221 0x00dd
828829
829830#define USB_VENDOR_ID_MICROSOFT 0x045e
830831#define USB_DEVICE_ID_SIDEWINDER_GV 0x003b
You can’t perform that action at this time.
0 commit comments