Apparently, there is a developer kit called
the "Cisco DX650 Add-on". More importantly, it
has instructions on how to install the USB driver. In case that link goes stale in the future, let me highlight the salient points:
- Install Android SDK (duh)
- Install the Google USB Driver (duh)
- Edit ...\android-sdk-windows\usb_driver\android_winusb.inf
- Add the following lines under [Google.NTx86] and [Google.NTamd64]
;Cisco DX650
%SingleAdbInterface% = USB_Install, USB\VID_0451&PID_D109
%CompositeAdbInterface% = USB_Install, USB\VID_0451&PID_D109&MI_01
%CompositeAdbInterface% = USB_Install, USB\VID_0451&PID_D109&MI_02 - Save and close it
- Connect the device to your PC
- You may need to specify the location of the driver as
...\android-sdk-windows\usb_driver\ - Enjoy!
No comments:
Post a Comment