Page 1 of 1

virt. usb popup

Posted: Tue May 20, 2014 5:34 pm
by greenhorn
is there a solution to disable the virt.USB popup without disabling the virt USB device at all? seems that the Chanel up/down do not execute because of the popup...

Re: virt. usb popup

Posted: Tue May 20, 2014 5:55 pm
by zoelechat
How about simply send KEY_EXIT just before channel up/down?

Re: virt. usb popup

Posted: Tue May 20, 2014 5:57 pm
by greenhorn
he he....that was good.....10x

Re: virt. usb popup

Posted: Tue May 20, 2014 6:41 pm
by greenhorn
seems that the code I use is:

Code: Select all

${BIN_SAMYGORC} -p $INJPID 18 16
This should ch up/down....
What should be exit?

Re: virt. usb popup

Posted: Tue May 20, 2014 6:46 pm
by zoelechat

Code: Select all

KEY_EXIT = 45
viewtopic.php?f=63&t=6393

Code: Select all

${BIN_SAMYGORC} -p $INJPID 45 18 16
Be careful to use samyGOrc latest version (v1.0), first one seems to have problems (exeDSP crash) with odd numbers of keys :)
viewtopic.php?f=63&t=6395#p53246

Re: virt. usb popup

Posted: Tue May 20, 2014 7:08 pm
by greenhorn
yes, works just fine...

Code: Select all

${BIN_SAMYGORC} -p $INJPID 45 18 16