File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1296,6 +1296,15 @@ config HID_ALPS
12961296 Say Y here if you have a Alps touchpads over i2c-hid or usbhid
12971297 and want support for its special functionalities.
12981298
1299+ config HID_MCP2200
1300+ tristate "Microchip MCP2200 HID USB-to-GPIO bridge"
1301+ depends on USB_HID && GPIOLIB
1302+ help
1303+ Provides GPIO functionality over USB-HID through MCP2200 device.
1304+
1305+ To compile this driver as a module, choose M here: the module
1306+ will be called hid-mcp2200.ko.
1307+
12991308config HID_MCP2221
13001309 tristate "Microchip MCP2221 HID USB-to-I2C/SMbus host support"
13011310 depends on USB_HID && I2C
Original file line number Diff line number Diff line change @@ -79,6 +79,7 @@ obj-$(CONFIG_HID_LOGITECH_HIDPP) += hid-logitech-hidpp.o
7979obj-$(CONFIG_HID_MACALLY) += hid-macally.o
8080obj-$(CONFIG_HID_MAGICMOUSE) += hid-magicmouse.o
8181obj-$(CONFIG_HID_MALTRON) += hid-maltron.o
82+ obj-$(CONFIG_HID_MCP2200) += hid-mcp2200.o
8283obj-$(CONFIG_HID_MCP2221) += hid-mcp2221.o
8384obj-$(CONFIG_HID_MAYFLASH) += hid-mf.o
8485obj-$(CONFIG_HID_MEGAWORLD_FF) += hid-megaworld.o
Original file line number Diff line number Diff line change 916916#define USB_DEVICE_ID_PICK16F1454 0x0042
917917#define USB_DEVICE_ID_PICK16F1454_V2 0xf2f7
918918#define USB_DEVICE_ID_LUXAFOR 0xf372
919+ #define USB_DEVICE_ID_MCP2200 0x00df
919920#define USB_DEVICE_ID_MCP2221 0x00dd
920921
921922#define USB_VENDOR_ID_MICROSOFT 0x045e
You can’t perform that action at this time.
0 commit comments