diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-06-14 15:35:56 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-08-13 22:26:31 -0400 |
commit | 786baecfe78f8e25547c628b48a60fc8e5636056 (patch) | |
tree | bb4101ce010f55cbbfc6d93ee13b44b496a028cc /Documentation | |
parent | 616300bd51bee80d2d122c205866aa4c20adbaa8 (diff) |
[media] dvb-usb: move it to drivers/media/usb/dvb-usb
As media/dvb will be removed, move it to a proper place.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/dvb/README.dvb-usb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/dvb/README.dvb-usb b/Documentation/dvb/README.dvb-usb index c4d963a67d6f..8eb92264ee04 100644 --- a/Documentation/dvb/README.dvb-usb +++ b/Documentation/dvb/README.dvb-usb | |||
@@ -30,7 +30,7 @@ with the device via the bus. The connection between the DVB-API-functionality | |||
30 | is done via callbacks, assigned in a static device-description (struct | 30 | is done via callbacks, assigned in a static device-description (struct |
31 | dvb_usb_device) each device-driver has to have. | 31 | dvb_usb_device) each device-driver has to have. |
32 | 32 | ||
33 | For an example have a look in drivers/media/dvb/dvb-usb/vp7045*. | 33 | For an example have a look in drivers/media/usb/dvb-usb/vp7045*. |
34 | 34 | ||
35 | Objective is to migrate all the usb-devices (dibusb, cinergyT2, maybe the | 35 | Objective is to migrate all the usb-devices (dibusb, cinergyT2, maybe the |
36 | ttusb; flexcop-usb already benefits from the generic flexcop-device) to use | 36 | ttusb; flexcop-usb already benefits from the generic flexcop-device) to use |