commit | db80358a20e2597a0844998c832b2dce667d0aa0 | [log] [tgz] |
---|---|---|
author | Roy Tam <roytam@gmail.com> | Thu Sep 15 11:25:47 2011 +0800 |
committer | Gerd Hoffmann <kraxel@redhat.com> | Tue Nov 01 16:38:27 2011 +0100 |
tree | 46c9535fffcf05f6c52dd09ba5eaf2caea5b6e25 | |
parent | 4a33a9ea06f6fbb08d8311a7cfed72975344f9ab [diff] |
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>