usb-hid: Add high speed mouse configuration

Signed-off-by: Jan Vesely <jano.vesely@gmail.com>

[ kraxel: fixup compat property to apply to 2.1 & older ]

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
Jan Vesely 2014-09-29 22:21:10 -04:00 committed by Gerd Hoffmann
parent ff326ffaeb
commit 58e4fee24a
2 changed files with 74 additions and 1 deletions

View file

@ -306,6 +306,10 @@ bool e820_get_entry(int, uint32_t, uint64_t *, uint64_t *);
.driver = "intel-hda",\
.property = "old_msi_addr",\
.value = "on",\
},{\
.driver = "usb-mouse",\
.property = "usb_version",\
.value = stringify(1),\
}
#define PC_COMPAT_2_0 \