All of lore.kernel.org
 help / color / mirror / Atom feed
* adding a udev entry for a camera
@ 2013-10-30 20:51 Edward Vidal
  2013-10-30 23:58 ` Khem Raj
  0 siblings, 1 reply; 17+ messages in thread
From: Edward Vidal @ 2013-10-30 20:51 UTC (permalink / raw)
  To: yocto@yoctoproject.org

[-- Attachment #1: Type: text/plain, Size: 1017 bytes --]

Hello,
I am trying to add a c920 camera to my systems.  I am not getting a
/dev/video0.
lsusb --verbose shows the HD Pro Webcam C920
Bus 001 Device 007: ID 046d:082d Logitech, Inc.
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass          239 Miscellaneous Device
  bDeviceSubClass         2 ?
  bDeviceProtocol         1 Interface Association
  bMaxPacketSize0        64
  idVendor           0x046d Logitech, Inc.
  idProduct          0x082d
  bcdDevice            0.11
  iManufacturer           0
  iProduct                2 HD Pro Webcam C920
  iSerial                 1 211EF9AF
  bNumConfigurations      1
plus much more information

I created /etc/udev/rules.d/10-c920.rules
SUBSYSTEM=="video4linux", BUS=="usb", ATTRS{idvendor}=="0x046d",
ATTRS{idProduct}=="0x082d", NAME="video0", MODE:="0660"

mknod /dev/video0 c 81 0

when I v4l2-ctl --all error no /dev/video0
Any and all help will be appreciated.
Thanks

[-- Attachment #2: Type: text/html, Size: 1238 bytes --]

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

end of thread, other threads:[~2013-11-01 23:40 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-30 20:51 adding a udev entry for a camera Edward Vidal
2013-10-30 23:58 ` Khem Raj
2013-10-31  1:12   ` Edward Vidal
2013-10-31 10:27     ` Gary Thomas
2013-10-31 10:58       ` Diego Sueiro
2013-10-31 14:41     ` Khem Raj
2013-10-31 15:45       ` Edward Vidal
2013-10-31 15:55         ` Gary Thomas
2013-10-31 16:20           ` Khem Raj
2013-10-31 16:34             ` Gary Thomas
2013-10-31 16:23         ` Khem Raj
2013-10-31 16:54           ` Edward Vidal
2013-10-31 17:08             ` Khem Raj
2013-10-31 23:08               ` Edward Vidal
2013-10-31 23:27                 ` Diego Sueiro
2013-11-01 23:40                   ` Edward Vidal
2013-10-31 23:34                 ` Gary Thomas

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.