[media] lirc_bt829: Note in TODO why it can't be a normal PCI driver yet

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
This commit is contained in:
Ben Hutchings 2013-09-04 22:32:34 -03:00 committed by Mauro Carvalho Chehab
parent cfe1b7a703
commit cfd66ab729

View File

@ -2,6 +2,11 @@
(see drivers/media/IR/mceusb.c vs. lirc_mceusb.c in lirc cvs for an
example of a previously completed port).
- lirc_bt829 uses registers on a Mach64 VT, which has a separate kernel
framebuffer driver (atyfb) and userland X driver (mach64). It can't
simply be converted to a normal PCI driver, but ideally it should be
coordinated with the other drivers.
Please send patches to:
Jarod Wilson <jarod@wilsonet.com>
Greg Kroah-Hartman <greg@kroah.com>