1
0
Fork 0
forked from len0rd/rockbox

Don't send a serial number id USE_ROCKBOX_USB. There is something about the current ipod serial number that causes Vista BSODs.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16416 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Frank Gevaerts 2008-02-25 12:48:23 +00:00
parent bf9ae1f303
commit 7b8bb47036

View file

@ -76,7 +76,11 @@ static const struct usb_device_descriptor device_descriptor= {
.bcdDevice = 0x0100,
.iManufacturer = 1,
.iProduct = 2,
#ifdef USE_ROCKBOX_USB
.iSerialNumber = 3,
#else
.iSerialNumber = 0,
#endif
.bNumConfigurations = 1
};