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:
parent
bf9ae1f303
commit
7b8bb47036
1 changed files with 4 additions and 0 deletions
|
@ -76,7 +76,11 @@ static const struct usb_device_descriptor device_descriptor= {
|
||||||
.bcdDevice = 0x0100,
|
.bcdDevice = 0x0100,
|
||||||
.iManufacturer = 1,
|
.iManufacturer = 1,
|
||||||
.iProduct = 2,
|
.iProduct = 2,
|
||||||
|
#ifdef USE_ROCKBOX_USB
|
||||||
.iSerialNumber = 3,
|
.iSerialNumber = 3,
|
||||||
|
#else
|
||||||
|
.iSerialNumber = 0,
|
||||||
|
#endif
|
||||||
.bNumConfigurations = 1
|
.bNumConfigurations = 1
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue