diff options
author | Antti Palosaari <crope@iki.fi> | 2008-06-11 10:43:19 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-07-20 06:09:33 -0400 |
commit | 9fdd9caf44296213c1e1130e86c2f919f83124da (patch) | |
tree | 8b261c916f09311a0896297d83c104b7e93f2f18 /drivers/media/dvb/dvb-usb/anysee.h | |
parent | 5ae2fcaee4b0d6bf0fa5d9bd71e1291c9a9a6e60 (diff) |
V4L/DVB (8032): Anysee: fix Kconfig
- select DVB_PLL
- fix typos in comments
Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/dvb-usb/anysee.h')
-rw-r--r-- | drivers/media/dvb/dvb-usb/anysee.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/dvb/dvb-usb/anysee.h b/drivers/media/dvb/dvb-usb/anysee.h index 48da3949ef0b..7ca01ff6e13c 100644 --- a/drivers/media/dvb/dvb-usb/anysee.h +++ b/drivers/media/dvb/dvb-usb/anysee.h | |||
@@ -23,8 +23,8 @@ | |||
23 | * Card reader in Anysee is nothing more than ISO 7816 card reader. | 23 | * Card reader in Anysee is nothing more than ISO 7816 card reader. |
24 | * There is no hardware CAM in any Anysee device sold. | 24 | * There is no hardware CAM in any Anysee device sold. |
25 | * In my understanding it should be implemented by making own module | 25 | * In my understanding it should be implemented by making own module |
26 | * for ISO 7816 card reader, like dvb_ca_en50221 is implented. This | 26 | * for ISO 7816 card reader, like dvb_ca_en50221 is implemented. This |
27 | * module registers serial interface that can be used to comminicate | 27 | * module registers serial interface that can be used to communicate |
28 | * with any ISO 7816 smart card. | 28 | * with any ISO 7816 smart card. |
29 | * | 29 | * |
30 | * Any help according to implement serial smart card reader support | 30 | * Any help according to implement serial smart card reader support |