Re: disable input event device

2016-12-27 Thread Ran Shalit
:30PM +0200, Ran Shalit wrote: >> > Hello, >> > >> > Is there some way to disable input event device ? >> > Maybe a way to disable its irq usage ? >> > >> > I actually rather do that from shell, not from kernel,

Re: disable input event device

2016-12-04 Thread Greg KH
On Sat, Dec 03, 2016 at 07:18:50PM +0200, Ran Shalit wrote: > > > On Sat, Dec 3, 2016 at 3:15 PM, Greg KH <g...@kroah.com> wrote: > > On Sat, Dec 03, 2016 at 02:43:30PM +0200, Ran Shalit wrote: > > Hello, > > > > Is there some way to dis

Re: disable input event device

2016-12-03 Thread Ran Shalit
d > > modalias > > name > > phys > > power > > properties > > subsystem > > uevent > > uniq > > > > root@mako:/sys/devices/virtual/input/input2/event2/device # cat name > > touch_dev > > > > > > Thanks, > > Ran >

Re: disable input event device

2016-12-03 Thread Daniel.
;> properties >> subsystem >> uevent >> uniq >> >> root@mako:/sys/devices/virtual/input/input2/event2/device # cat name >> touch_dev >> >> >> Thanks, >> Ran >> >>> >>> >>> >>>> >>>> Regards, >&g

Re: disable input event device

2016-12-03 Thread Daniel.
> properties > subsystem > uevent > uniq > > root@mako:/sys/devices/virtual/input/input2/event2/device # cat name > touch_dev > > > Thanks, > Ran > >> >> >> >>> >>> Regards, >>> >>> 2016-12-03 15:18

Re: disable input event device

2016-12-03 Thread Ran Shalit
ice # cat name touch_dev Thanks, Ran > > > >> Regards, >> >> 2016-12-03 15:18 GMT-02:00 Ran Shalit <ransha...@gmail.com>: >> > >> > >> > On Sat, Dec 3, 2016 at 3:15 PM, Greg KH <g...@kroah.com> wrote: >> >> >>

Re: disable input event device

2016-12-03 Thread Daniel.
Is blacklisting it an option?? Regards, 2016-12-03 15:18 GMT-02:00 Ran Shalit <ransha...@gmail.com>: > > > On Sat, Dec 3, 2016 at 3:15 PM, Greg KH <g...@kroah.com> wrote: >> >> On Sat, Dec 03, 2016 at 02:43:30PM +0200, Ran Shalit wrote: >> > Hello, &g

Re: disable input event device

2016-12-03 Thread Ran Shalit
On Sat, Dec 3, 2016 at 3:15 PM, Greg KH <g...@kroah.com> wrote: > On Sat, Dec 03, 2016 at 02:43:30PM +0200, Ran Shalit wrote: > > Hello, > > > > Is there some way to disable input event device ? > > Maybe a way to disable its irq usage ? > > > > I

Re: disable input event device

2016-12-03 Thread Greg KH
On Sat, Dec 03, 2016 at 02:43:30PM +0200, Ran Shalit wrote: > Hello, > > Is there some way to disable input event device ? > Maybe a way to disable its irq usage ? > > I actually rather do that from shell, not from kernel, because the kernel > source is not available, and

disable input event device

2016-12-03 Thread Ran Shalit
Hello, Is there some way to disable input event device ? Maybe a way to disable its irq usage ? I actually rather do that from shell, not from kernel, because the kernel source is not available, and I thought that issue is also relevant in the forum. Thank you, Ranchu