From mboxrd@z Thu Jan 1 00:00:00 1970 From: greg@kroah.com (Greg KH) Date: Sat, 3 Dec 2016 14:15:33 +0100 Subject: disable input event device In-Reply-To: References: Message-ID: <20161203131533.GA30965@kroah.com> To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org 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 I thought that issue is also relevant in the > forum. But the Linux kernel source is available, why not just not load the driver for the device you are wanting to not be "connected"? thanks, greg k-h