]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/commit
usb: change VID/PID for usb-hub and usb-msd to prevent conflict
authorRoy Tam <roytam@gmail.com>
Thu, 15 Sep 2011 03:25:47 +0000 (11:25 +0800)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 1 Nov 2011 15:38:27 +0000 (16:38 +0100)
commitdb80358a20e2597a0844998c832b2dce667d0aa0
tree46c9535fffcf05f6c52dd09ba5eaf2caea5b6e25
parent4a33a9ea06f6fbb08d8311a7cfed72975344f9ab
usb: change VID/PID for usb-hub and usb-msd to prevent conflict

Some USB drivers, for example USBASPI.SYS, will skip different type of
device which has same VID/PID. The following patch helps preventing
usb-msd being skipped by the driver.

Signed-off-by: Roy Tam <roytam@gmail.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/usb-hub.c
hw/usb-msd.c