V4L/DVB: ir-core: remove IR_TYPE_PD
authorDavid Härdeman <david@hardeman.nu>
Sat, 24 Apr 2010 21:14:00 +0000 (18:14 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 19 May 2010 15:58:25 +0000 (12:58 -0300)
commit5a143b12ebbd37154cb06699a757e9c5845c5e19
tree349830c62baf1feca7c419f801a2576b89e25736
parent6718e8ad950f73fc895b98a413a63cb2add3b4d2
V4L/DVB: ir-core: remove IR_TYPE_PD

Pulse-distance is not a protocol, it is a line coding (used by some protocols,
like NEC). Looking at the uses of IR_TYPE_PD, the real protocol seems to be
NEC in all cases (drivers/media/video/cx88/cx88-input.c is the only user).

So, remove IR_TYPE_PD while it is still easy to do so.

Signed-off-by: David Härdeman <david@hardeman.nu>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/IR/ir-sysfs.c
drivers/media/video/cx88/cx88-input.c
include/media/ir-kbd-i2c.h
include/media/rc-map.h