File tree Expand file tree Collapse file tree 4 files changed +403
-0
lines changed Expand file tree Collapse file tree 4 files changed +403
-0
lines changed Original file line number Diff line number Diff line change @@ -1296,6 +1296,15 @@ config HID_ALPS
1296
1296
Say Y here if you have a Alps touchpads over i2c-hid or usbhid
1297
1297
and want support for its special functionalities.
1298
1298
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
+
1299
1308
config HID_MCP2221
1300
1309
tristate "Microchip MCP2221 HID USB-to-I2C/SMbus host support"
1301
1310
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
79
79
obj-$(CONFIG_HID_MACALLY) += hid-macally.o
80
80
obj-$(CONFIG_HID_MAGICMOUSE) += hid-magicmouse.o
81
81
obj-$(CONFIG_HID_MALTRON) += hid-maltron.o
82
+ obj-$(CONFIG_HID_MCP2200) += hid-mcp2200.o
82
83
obj-$(CONFIG_HID_MCP2221) += hid-mcp2221.o
83
84
obj-$(CONFIG_HID_MAYFLASH) += hid-mf.o
84
85
obj-$(CONFIG_HID_MEGAWORLD_FF) += hid-megaworld.o
Original file line number Diff line number Diff line change 916
916
#define USB_DEVICE_ID_PICK16F1454 0x0042
917
917
#define USB_DEVICE_ID_PICK16F1454_V2 0xf2f7
918
918
#define USB_DEVICE_ID_LUXAFOR 0xf372
919
+ #define USB_DEVICE_ID_MCP2200 0x00df
919
920
#define USB_DEVICE_ID_MCP2221 0x00dd
920
921
921
922
#define USB_VENDOR_ID_MICROSOFT 0x045e
You can’t perform that action at this time.
0 commit comments