FreeBSD Bugzilla – Attachment 37180 Details for
Bug 59289
[bktr] [patch] ioctl METEORGBRIG in bktr_core.c forgets to add 128 to value
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
diff
diff (text/plain), 403 bytes, created by
Daan Vreeken [PA4DAN]
on 2003-11-14 15:10:12 UTC
(
hide
)
Description:
diff
Filename:
MIME Type:
Creator:
Daan Vreeken [PA4DAN]
Created:
2003-11-14 15:10:12 UTC
Size:
403 bytes
patch
obsolete
>diff -ur sys-org/dev/bktr/bktr_core.c sys/dev/bktr/bktr_core.c >--- sys-org/dev/bktr/bktr_core.c Sun Nov 9 10:17:21 2003 >+++ sys/dev/bktr/bktr_core.c Thu Nov 13 15:38:57 2003 >@@ -1511,7 +1511,7 @@ > break; > > case METEORGBRIG: /* get brightness */ >- *(u_char *)arg = INB(bktr, BKTR_BRIGHT); >+ *(u_char *)arg = INB(bktr, BKTR_BRIGHT) + 128; > break; > > case METEORSCSAT: /* set chroma saturation */
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 59289
: 37180