All of lore.kernel.org
 help / color / mirror / Atom feed
* Udev rule for USB keyboard
@ 2016-08-05  8:37 Madhu K
  2016-08-05  9:49 ` Greg KH
  2016-08-09 16:25 ` PrasannaKumar Muralidharan
  0 siblings, 2 replies; 7+ messages in thread
From: Madhu K @ 2016-08-05  8:37 UTC (permalink / raw)
  To: kernelnewbies

Hi All,

Can anybody share the procedure to write an Udev rule to detect the USB
keyboard during hot plug.

Thanks&regards,
Madhu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20160805/b1481bad/attachment.html 

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Udev rule for USB keyboard
  2016-08-05  8:37 Udev rule for USB keyboard Madhu K
@ 2016-08-05  9:49 ` Greg KH
  2016-08-05 10:32   ` Madhu K
  2016-08-09 16:25 ` PrasannaKumar Muralidharan
  1 sibling, 1 reply; 7+ messages in thread
From: Greg KH @ 2016-08-05  9:49 UTC (permalink / raw)
  To: kernelnewbies

On Fri, Aug 05, 2016 at 02:07:34PM +0530, Madhu K wrote:
> Hi All,
> 
> Can anybody share the procedure to write an Udev rule to detect the USB
> keyboard during hot plug.

Why do you need this?

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Udev rule for USB keyboard
  2016-08-05  9:49 ` Greg KH
@ 2016-08-05 10:32   ` Madhu K
  2016-08-05 10:38     ` Greg KH
  2016-08-05 10:57     ` Sudip Mukherjee
  0 siblings, 2 replies; 7+ messages in thread
From: Madhu K @ 2016-08-05 10:32 UTC (permalink / raw)
  To: kernelnewbies

Just to understand how Udev rules works.

On Fri, Aug 5, 2016 at 3:19 PM, Greg KH <greg@kroah.com> wrote:

> On Fri, Aug 05, 2016 at 02:07:34PM +0530, Madhu K wrote:
> > Hi All,
> >
> > Can anybody share the procedure to write an Udev rule to detect the USB
> > keyboard during hot plug.
>
> Why do you need this?
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20160805/941bc60b/attachment-0001.html 

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Udev rule for USB keyboard
  2016-08-05 10:32   ` Madhu K
@ 2016-08-05 10:38     ` Greg KH
  2016-08-05 17:32       ` Srikrishan Malik(gmail)
  2016-08-05 10:57     ` Sudip Mukherjee
  1 sibling, 1 reply; 7+ messages in thread
From: Greg KH @ 2016-08-05 10:38 UTC (permalink / raw)
  To: kernelnewbies

On Fri, Aug 05, 2016 at 04:02:59PM +0530, Madhu K wrote:
> Just to understand how Udev rules works.

You are going to have to provide more background, sorry, otherwise
people are going to think that you are just asking here in order to do
your "homework".

sorry,

greg k-h

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Udev rule for USB keyboard
  2016-08-05 10:32   ` Madhu K
  2016-08-05 10:38     ` Greg KH
@ 2016-08-05 10:57     ` Sudip Mukherjee
  1 sibling, 0 replies; 7+ messages in thread
From: Sudip Mukherjee @ 2016-08-05 10:57 UTC (permalink / raw)
  To: kernelnewbies

On Fri, Aug 5, 2016 at 11:32 AM, Madhu K <madhu.sk89@gmail.com> wrote:
> Just to understand how Udev rules works.

https://www.kernel.org/pub/linux/utils/kernel/hotplug/udev/udev.html

--
Regards
Sudip

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Udev rule for USB keyboard
  2016-08-05 10:38     ` Greg KH
@ 2016-08-05 17:32       ` Srikrishan Malik(gmail)
  0 siblings, 0 replies; 7+ messages in thread
From: Srikrishan Malik(gmail) @ 2016-08-05 17:32 UTC (permalink / raw)
  To: kernelnewbies

yes, sounds like a little homework to me

2016-08-05 16:08 GMT+05:30 Greg KH <greg@kroah.com>:

> On Fri, Aug 05, 2016 at 04:02:59PM +0530, Madhu K wrote:
> > Just to understand how Udev rules works.
>
> You are going to have to provide more background, sorry, otherwise
> people are going to think that you are just asking here in order to do
> your "homework".
>
> sorry,
>
> greg k-h
>
> _______________________________________________
> Kernelnewbies mailing list
> Kernelnewbies at kernelnewbies.org
> https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
>



-- 
SK Malik
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20160805/5a8aed34/attachment.html 

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Udev rule for USB keyboard
  2016-08-05  8:37 Udev rule for USB keyboard Madhu K
  2016-08-05  9:49 ` Greg KH
@ 2016-08-09 16:25 ` PrasannaKumar Muralidharan
  1 sibling, 0 replies; 7+ messages in thread
From: PrasannaKumar Muralidharan @ 2016-08-09 16:25 UTC (permalink / raw)
  To: kernelnewbies

Eudyptula challenge may be.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-08-09 16:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-05  8:37 Udev rule for USB keyboard Madhu K
2016-08-05  9:49 ` Greg KH
2016-08-05 10:32   ` Madhu K
2016-08-05 10:38     ` Greg KH
2016-08-05 17:32       ` Srikrishan Malik(gmail)
2016-08-05 10:57     ` Sudip Mukherjee
2016-08-09 16:25 ` PrasannaKumar Muralidharan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.