Life is a little harder
From CS 160 Fall 2010
You will be using the Google 64-bit driver. Go to the Android SDK/usb_driver directory (if it doesnt exist, run Android SDK Setup again and install the usb driver) and edit android_winusb.inf. Add the following lines in the [Google.NTx86] section:
; ; Archos 5 %SingleAdbInterface% = USB_Install, USB\VID_0E79&PID_1361 %CompositeAdbInterface% = USB_Install, USB\VID_0E79&PID_1361&MI_01
And then in the [Google.NTamd64] section put:
; ;Archos 5 %SingleAdbInterface% = USB_Install, USB\VID_0E79&PID_1361 %CompositeAdbInterface% = USB_Install, USB\VID_0E79&PID_1361&MI_01
Finally, go to your own .android directory, (usually c:Users\yourname\.android\) and edit abd_usb.ini. Add this number to the last line of the file:
0x0e79
This tip came from Robert Green's blog