diff options
| author | Paolo Abeni <pabeni@redhat.com> | 2025-09-22 16:18:17 +0200 |
|---|---|---|
| committer | Michael S. Tsirkin <mst@redhat.com> | 2025-10-04 10:50:37 -0400 |
| commit | 8de6cd5452eb9c58c0d105dbc9718bd0e83cc70f (patch) | |
| tree | 3da4f3412cdde25bacfcc5e9c2db9723b80459b7 /include/standard-headers/linux/input.h | |
| parent | c3d9dcd87f0d228ea3ac5a42076da829cff401f0 (diff) | |
| download | focaccia-qemu-8de6cd5452eb9c58c0d105dbc9718bd0e83cc70f.tar.gz focaccia-qemu-8de6cd5452eb9c58c0d105dbc9718bd0e83cc70f.zip | |
linux-headers: Update to Linux v6.17-rc1
Update headers to include the virtio GSO over UDP tunnel features Reviewed-by: Akihiko Odaki <odaki@rsg.ci.i.u-tokyo.ac.jp> Acked-by: Jason Wang <jasowang@redhat.com> Signed-off-by: Paolo Abeni <pabeni@redhat.com> Tested-by: Lei Yang <leiyang@redhat.com> Acked-by: Stefano Garzarella <sgarzare@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Message-ID: <0b1f3c011f90583ab52aa4fef04df6db35cc4a69.1758549625.git.pabeni@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'include/standard-headers/linux/input.h')
| -rw-r--r-- | include/standard-headers/linux/input.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/standard-headers/linux/input.h b/include/standard-headers/linux/input.h index 942ea6aaa9..d4512c20b5 100644 --- a/include/standard-headers/linux/input.h +++ b/include/standard-headers/linux/input.h @@ -272,6 +272,7 @@ struct input_mask { #define BUS_CEC 0x1E #define BUS_INTEL_ISHTP 0x1F #define BUS_AMD_SFH 0x20 +#define BUS_SDW 0x21 /* * MT_TOOL types |