Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
26d5683d
Commit
26d5683d
authored
Apr 04, 2010
by
Mauro Carvalho Chehab
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
V4L/DVB: cx88: don't handle IR on Pixelview too fast
Signed-off-by:
Mauro Carvalho Chehab
<
mchehab@redhat.com
>
parent
db1423a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
drivers/media/video/cx88/cx88-input.c
drivers/media/video/cx88/cx88-input.c
+2
-2
No files found.
drivers/media/video/cx88/cx88-input.c
View file @
26d5683d
...
...
@@ -316,9 +316,9 @@ int cx88_ir_init(struct cx88_core *core, struct pci_dev *pci)
case
CX88_BOARD_PIXELVIEW_PLAYTV_ULTRA_PRO
:
ir_codes
=
RC_MAP_PIXELVIEW
;
ir
->
gpio_addr
=
MO_GP1_IO
;
ir
->
mask_keycode
=
0x1f
;
ir
->
mask_keycode
=
0x1f
;
/* Only command is retrieved */
ir
->
mask_keyup
=
0x80
;
ir
->
polling
=
1
;
/* ms */
ir
->
polling
=
1
0
;
/* ms */
break
;
case
CX88_BOARD_PROLINK_PV_8000GT
:
case
CX88_BOARD_PROLINK_PV_GLOBAL_XTREME
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment