NEXUS 7 の USBドライバインストールは、、、

NEXUS 7 の USBドライバは以下サポートページでダウンロードできるけど、

http://www.asus.co.jp/Tablet/Nexus/Nexus_7/#download

Android SDK のファイルを編集する手段もある。

%android-sdkインストールフォルダ%\extras\google\usb_driver


このフォルダにある Android_winusb.inf を適当なテキストエディタで開いて、

32bit PC用・・・[Google.NTx86]
64bit PC用・・・[Google.NTamd64]
 の下に以下を追加

;Google Nexus 7
%SingleBootLoaderInterface% = USB_Install, USB\VID_18D1&PID_4E40
%SingleAdbInterface% = USB_Install, USB\VID_18D1&PID_4E41
%CompositeAdbInterface% = USB_Install, USB\VID_18D1&PID_4E42
%CompositeAdbInterface% = USB_Install, USB\VID_18D1&PID_4E42&MI_01
%CompositeAdbInterface% = USB_Install, USB\VID_18D1&PID_4E44&MI_01