Last active
December 17, 2015 03:39
-
-
Save TakashiSasaki/5544958 to your computer and use it in GitHub Desktop.
LifeTouch L 一般向けモデル(法人向けモデルではない)のための設定を含むINFファイルに追記する行。
[Google.NTx86]および[Google.NTamd64]の下に追記。
http://www.nec.co.jp/solution/cloud/communicator/apdev/ の情報だけでは不十分だった。
単にデバイスマネージャからデバイスIDを読み取っただけ。 http://android.kojin.biz/AdbDriverMaker/ や
http://tmurakam.hatenablog.com/entry/2012/07/07/183215 も
参考にしたのだが、どうやらファームウェアのバージョンによって異なるようなので、
僕が今使っている Li…
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;LifeTouch L (Consumer Model) | |
%SingleAdbInterface% = USB_Install, USB\VID_0409&PID_032F&REV_0216&MI_00 | |
%CompositeAdbInterface% = USB_Install, USB\VID_0409&PID_032F&MI_00 | |
; the following lines comes from http://www.nec.co.jp/solution/cloud/communicator/apdev/. Just FYI. | |
;LifeTouch L (Enterprise Model) | |
%SingleAdbInterface% = USB_Install, USB\VID_0409&PID_032F | |
%CompositeAdbInterface% = USB_Install, USB\VID_0409&PID_032F&MI_01 | |
%SingleAdbInterface% = USB_Install, USB\VID_0409&PID_032D | |
%CompositeAdbInterface% = USB_Install, USB\VID_0409&PID_032D&MI_01 | |
;LifeTouchB | |
%SingleAdbInterface% = USB_Install, USB\VID_0409&PID_0407 | |
%CompositeAdbInterface% = USB_Install, USB\VID_0409&PID_0407&MI_01 | |
;LifeTouch | |
%SingleAdbInterface% = USB_Install, USB\VID_0409&PID_0304 | |
%CompositeAdbInterface% = USB_Install, USB\VID_0409&PID_0304&MI_01 | |
;LifeTouch NOTE | |
%SingleAdbInterface% = USB_Install, USB\VID_0409&PID_0301&REV_9999&MI_01 | |
%CompositeAdbInterface% = USB_Install, USB\VID_0409&PID_0301&MI_01 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment