diff options
author | Jiri Kosina <jkosina@suse.com> | 2024-01-08 21:07:38 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.com> | 2024-01-08 21:07:38 +0100 |
commit | 4dc8c87a96ee91b2a772dc4063c55ddc3abab249 (patch) | |
tree | 0046722eb89d0f21ed8cce6fb39d1b1f5b7160b4 /drivers/hid/hid-ids.h | |
parent | f60c35260e5698c86e4a0a0580e05f08768c39d3 (diff) | |
parent | 740329d7120f8608ead64b0f3417c02ca1d6b32f (diff) | |
download | linux-4dc8c87a96ee91b2a772dc4063c55ddc3abab249.tar.gz linux-4dc8c87a96ee91b2a772dc4063c55ddc3abab249.tar.bz2 linux-4dc8c87a96ee91b2a772dc4063c55ddc3abab249.zip |
Merge branch 'for-6.8/mcp2200' into for-linus
- support for controlling mcp2200 GPIOs (Johannes Roith)
Diffstat (limited to 'drivers/hid/hid-ids.h')
-rw-r--r-- | drivers/hid/hid-ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h index 72046039d1be..ad32b650a45d 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h @@ -916,6 +916,7 @@ #define USB_DEVICE_ID_PICK16F1454 0x0042 #define USB_DEVICE_ID_PICK16F1454_V2 0xf2f7 #define USB_DEVICE_ID_LUXAFOR 0xf372 +#define USB_DEVICE_ID_MCP2200 0x00df #define USB_DEVICE_ID_MCP2221 0x00dd #define USB_VENDOR_ID_MICROSOFT 0x045e |