1
0
Fork 0
forked from len0rd/rockbox

only set the serial descriptor once

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16421 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Frank Gevaerts 2008-02-25 22:26:07 +00:00
parent d809d186f7
commit 30b129d025

View file

@ -444,8 +444,6 @@ bool usb_core_data_connection(void)
#ifdef USB_THREAD #ifdef USB_THREAD
void usb_core_thread(void) void usb_core_thread(void)
{ {
set_serial_descriptor();
while (1) { while (1) {
struct queue_event ev; struct queue_event ev;