Skip to content

Commit a83d958

Browse files
holtmannVudentz
authored andcommitted
Bluetooth: Fix VIRTIO_ID_BT assigned number
It turned out that the VIRTIO_ID_* are not assigned in the virtio_ids.h file in the upstream kernel. Picking the next free one was wrong and there is a process that has been followed now. See oasis-tcs/virtio-spec#108 for details. Fixes: afd2daa ("Bluetooth: Add support for virtio transport driver") Signed-off-by: Marcel Holtmann <[email protected]> Signed-off-by: Luiz Augusto von Dentz <[email protected]>
1 parent e305509 commit a83d958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/uapi/linux/virtio_ids.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
#define VIRTIO_ID_SOUND 25 /* virtio sound */
5555
#define VIRTIO_ID_FS 26 /* virtio filesystem */
5656
#define VIRTIO_ID_PMEM 27 /* virtio pmem */
57-
#define VIRTIO_ID_BT 28 /* virtio bluetooth */
5857
#define VIRTIO_ID_MAC80211_HWSIM 29 /* virtio mac80211-hwsim */
58+
#define VIRTIO_ID_BT 40 /* virtio bluetooth */
5959

6060
#endif /* _LINUX_VIRTIO_IDS_H */

0 commit comments

Comments
 (0)