linux/drivers/media/dvb/dvb-usb
Andrew de Quincey d09dbf92ad V4L/DVB (3762): Add sysfs device links to dvb devices
Currently in /sys/class/dvb/dvbX.demuxY/ we have:
	dev
	uevent
With the patch, we have (for a PCI DVB device):
	dev
	device -> ../../../devices/pci0000:00/0000:00:1e.0/0000:03:0d.0
	uevent
So userspace tools can (finally) work out which physical device a DVB adapter
refers to. Previously you had to kinda look through dmesg and hope that it
hadn't been dumped out of the buffer. This makes debugging a lot easier if
the system has been up for a long time!
This is done by adding an extra 'struct device *' parameter to
dvb_register_adapter(). It will work with any kind of standard
linux 'device'. Additionally, if someone has an embedded system which does
things differently, they can simply supply 'NULL' and the behaviour will be
as before - the link will simply not appear.

Ack'd-by: Manu Abraham <manu@linuxtv.org>
Acked-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
2006-06-25 01:57:55 -03:00
..
a800.c [PATCH] USB: remove .owner field from struct usb_driver 2006-01-04 13:48:34 -08:00
cxusb.c V4L/DVB (3819): Cxusb-bluebird: bug-fix: power down corrupts frontend 2006-05-12 19:55:11 -03:00
cxusb.h V4L/DVB (3575): Cxusb: fix i2c debug messages for bluebird devices 2006-03-24 16:26:55 -03:00
dibusb-common.c V4L/DVB (3318b): sem2mutex: drivers/media/, #2 2006-02-07 06:49:14 -02:00
dibusb-mb.c V4L/DVB (3323): Add Kconfig option for wrongly programmed devices 2006-01-09 18:21:36 -02:00
dibusb-mc.c [PATCH] USB: remove .owner field from struct usb_driver 2006-01-04 13:48:34 -08:00
dibusb.h [PATCH] dvb: Add support for the Artec T1 USB2.0 box 2005-11-09 07:56:05 -08:00
digitv.c V4L/DVB (3313): FIX: Check if FW was downloaded or not + new firmware file 2006-02-07 06:53:22 -02:00
digitv.h [PATCH] dvb: Add generalized dvb-usb driver 2005-06-24 00:05:30 -07:00
dtt200u-fe.c V4L/DVB (3344a): Conversions from kmalloc+memset to k(z|c)alloc 2006-01-11 19:40:56 -02:00
dtt200u.c V4L/DVB (3655): Support for a new revision of the WT220U-stick 2006-04-02 04:55:40 -03:00
dtt200u.h V4L/DVB (3321): Indention cleanups 2006-01-09 18:21:34 -02:00
dvb-usb-common.h DVB (2420): Makes integration of future devices easier 2006-01-09 15:25:04 -02:00
dvb-usb-dvb.c V4L/DVB (3762): Add sysfs device links to dvb devices 2006-06-25 01:57:55 -03:00
dvb-usb-firmware.c V4L/DVB (3428): drivers/media/dvb/ possible cleanups 2006-01-23 17:11:09 -02:00
dvb-usb-i2c.c V4L/DVB (3320): Check if PLL-description is set 2006-01-09 18:21:33 -02:00
dvb-usb-ids.h V4L/DVB (3655): Support for a new revision of the WT220U-stick 2006-04-02 04:55:40 -03:00
dvb-usb-init.c V4L/DVB (3413): Typos grab bag of the month 2006-03-08 12:30:19 -03:00
dvb-usb-remote.c [PATCH] drivers/media: convert to dynamic input_dev allocation 2005-10-28 09:52:53 -07:00
dvb-usb-urb.c V4L/DVB (3318b): sem2mutex: drivers/media/, #2 2006-02-07 06:49:14 -02:00
dvb-usb.h V4L/DVB (3413): Typos grab bag of the month 2006-03-08 12:30:19 -03:00
Kconfig V4L/DVB (4037): Make the bridge devices that depend on I2C dependant on I2C 2006-05-23 15:56:38 -03:00
Makefile [PATCH] dvb: usb: add TwinhanDTV StarBox support 2005-09-09 13:57:40 -07:00
nova-t-usb2.c V4L/DVB (3322): Whitespace cleanup and unused code removed 2006-01-09 18:21:35 -02:00
umt-010.c [PATCH] USB: remove .owner field from struct usb_driver 2006-01-04 13:48:34 -08:00
vp702x-fe.c V4L/DVB (3614): Fix compilation warning at powerpc platform 2006-04-02 04:55:02 -03:00
vp702x.c V4L/DVB (3318b): sem2mutex: drivers/media/, #2 2006-02-07 06:49:14 -02:00
vp702x.h V4L/DVB (3428): drivers/media/dvb/ possible cleanups 2006-01-23 17:11:09 -02:00
vp7045-fe.c V4L/DVB (3312): FIX: Multiple usage of VP7045-based devices 2006-02-07 06:53:05 -02:00
vp7045.c Merge branch 'origin' 2006-03-21 08:52:18 -08:00
vp7045.h [PATCH] dvb: Add generalized dvb-usb driver 2005-06-24 00:05:30 -07:00