Piranhax Posted April 28, 2016 Share Posted April 28, 2016 Trying to figure out the USB port to disable on my Dell 7347 Touch Screen because of "ghost touches" I wanna use the flag uia_exclude=insertUSBPORT I believe it was, Rehab that was using uia_exclude=HS02 My usb ports don't seem to follow the HS01 etc structure. Could someone help me, with figuring out what my usb port is. I've attached a picture of an example touchscreen with hs05 usb on the left, and mine Dell on the right ? I've also included a copy of my IOreg/explorer.. Any help would be much appreciated !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Piranha.zip Link to comment https://www.insanelymac.com/forum/topic/311998-touch-screen-disable-help-with-usb-boot-flag/ Share on other sites More sharing options...
artur_pt Posted April 29, 2016 Share Posted April 29, 2016 hello must be here .. try to find the port good hack Link to comment https://www.insanelymac.com/forum/topic/311998-touch-screen-disable-help-with-usb-boot-flag/#findComment-2235200 Share on other sites More sharing options...
Piranhax Posted April 29, 2016 Author Share Posted April 29, 2016 I've tried each port with -uia_exclude=HS01 through HS15, and SSP1 through SSP6 and got nothing .. except HS04 disabled my trackpad. I also tried -uia_exclude_HS: and -uia_exclude_SSP: which is suppose to disable all .. but didn't appear to work cause my trackpad sill worked. I also tried -uia_exclude=HS01;HS02 etc, didn't appear to work either, and nor did -uia_exclude=HS01,HS02.. I applied these boot flags, in clover boot options .. from the boot screen? My Hackintosh is near perfect. If I can disable the touch screen, I can move on with my life My OCD won't allow me to do anything else, until I figure this out. So if anyone out there can help a brother out, cause I need to shave, get back in touch with reality, and humans Link to comment https://www.insanelymac.com/forum/topic/311998-touch-screen-disable-help-with-usb-boot-flag/#findComment-2235259 Share on other sites More sharing options...
Piranhax Posted April 29, 2016 Author Share Posted April 29, 2016 I'm not versed on how to put something into a plist to null out a device, but I think .. something like this might do it ? Just change a correct value to one that nulls it from being reconized . Something along those lines.. <string>IOUSBDevice</string> <key>idProduct</key> <integer>0x406</integer> <key>idVendor</key> <integer>0x04f3</integer> <key>bcdDevice</key> <integer>0x2013</integer> <key>bConfigurationValue</key> <integer>?</integer> <key>bInterfaceNumber</key> <integer>?</integer> </dict> or something like ??? uia_exclude_IOUSBHostDevice@14700000 i'm pretty sure that wouldn't fly Link to comment https://www.insanelymac.com/forum/topic/311998-touch-screen-disable-help-with-usb-boot-flag/#findComment-2235272 Share on other sites More sharing options...
Recommended Posts