Jump to content

Touch Screen disable, Help with USB boot flag


4 posts in this topic

Recommended Posts

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 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! :yes:

post-1701174-0-29647900-1461872180_thumb.png

Piranha.zip

Link to comment
Share on other sites

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. :lol:  So if anyone out there can help a brother out, cause I need to shave, get back in touch with reality, and humans :D

Link to comment
Share on other sites

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
Share on other sites

 Share

×
×
  • Create New...