diff options
Diffstat (limited to 'board/trab/auto_update.c')
| -rw-r--r-- | board/trab/auto_update.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/trab/auto_update.c b/board/trab/auto_update.c index af3749583..36fdf18e8 100644 --- a/board/trab/auto_update.c +++ b/board/trab/auto_update.c @@ -468,7 +468,7 @@ do_auto_update(void)  	 * check whether a storage device is attached (assume that it's  	 * a USB memory stick, since nothing else should be attached).  	 */ -	au_usb_stor_curr_dev = usb_stor_scan(1); +	au_usb_stor_curr_dev = usb_stor_scan(0);  	if (au_usb_stor_curr_dev == -1) {  		debug ("No device found. Not initialized?\n");  		return -1; |