diff options
| author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-07-05 07:51:39 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-07-05 07:52:33 +0200 |
| commit | 81c3b7256f9ec3c9f7659e4a2aec8d8ead0d4c3b (patch) | |
| tree | ca8ac1beb724fdfbfce624c75e4cd60b0df25ef0 /include/linux/usb | |
| parent | cf16f408364efd8a68f39011a3b073c83a03612d (diff) | |
| parent | 3c2bd251d2039ce2778c35ced5ef47b3a379f5df (diff) | |
Merge merge point of tag 'usb-6.16-rc5' into usb-next
We need the USB fixes in here as well to build on top of for other
changes that depend on them.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/usb')
| -rw-r--r-- | include/linux/usb/typec_dp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/usb/typec_dp.h b/include/linux/usb/typec_dp.h index f2da264d9c14..acb0ad03bdac 100644 --- a/include/linux/usb/typec_dp.h +++ b/include/linux/usb/typec_dp.h @@ -57,6 +57,7 @@ enum { DP_PIN_ASSIGN_D, DP_PIN_ASSIGN_E, DP_PIN_ASSIGN_F, /* Not supported after v1.0b */ + DP_PIN_ASSIGN_MAX, }; /* DisplayPort alt mode specific commands */ |
