Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 303851 Details for
Bug 444283
[patch] bttv: support WinFast TV2000XP IR receiver
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch for drivers/media/video/bt8xx/bttv-input.c
bttv-input.c-patch (text/plain), 612 bytes, created by
Mostafa Afgani
on 2008-04-26 16:08:49 UTC
(
hide
)
Description:
Patch for drivers/media/video/bt8xx/bttv-input.c
Filename:
MIME Type:
Creator:
Mostafa Afgani
Created:
2008-04-26 16:08:49 UTC
Size:
612 bytes
patch
obsolete
>--- bttv-input.c.orig 2008-04-26 16:55:05.000000000 +0100 >+++ bttv-input.c 2008-04-26 16:55:20.000000000 +0100 >@@ -69,6 +69,7 @@ > (ir->mask_keyup && (0 == (gpio & ir->mask_keyup)))) { > ir_input_keydown(ir->dev,&ir->ir,data,data); > } else { >+ if (btv->c.type == BTTV_BOARD_WINFAST2000) ir_input_keydown(ir->dev,&ir->ir,data,data); > ir_input_nokey(ir->dev,&ir->ir); > } > >@@ -241,7 +242,7 @@ > > case BTTV_BOARD_WINFAST2000: > ir_codes = ir_codes_winfast; >- ir->mask_keycode = 0x1f8; >+ ir->mask_keycode = 0x8f8; > break; > case BTTV_BOARD_MAGICTVIEW061: > case BTTV_BOARD_MAGICTVIEW063:
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 444283
: 303851