Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 98089 Details for
Bug 149130
LIRC support for ATI Remote Wonder Plus
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
files/lirc-remotewonderplus.patch
lirc-remotewonderplus.patch (text/plain), 854 bytes, created by
Shane Hathaway
on 2006-09-25 19:08:41 UTC
(
hide
)
Description:
files/lirc-remotewonderplus.patch
Filename:
MIME Type:
Creator:
Shane Hathaway
Created:
2006-09-25 19:08:41 UTC
Size:
854 bytes
patch
obsolete
>--- drivers/lirc_atiusb/lirc_atiusb.c.orig 2005-10-29 08:18:53.000000000 -0600 >+++ drivers/lirc_atiusb/lirc_atiusb.c 2006-04-01 14:31:05.000000000 -0700 >@@ -147,9 +147,9 @@ > /* init strings */ > #define USB_OUTLEN 7 > >-static char init1[] = {0x01, 0x00, 0x20, 0x14}; >-static char init2[] = {0x01, 0x00, 0x20, 0x14, 0x20, 0x20, 0x20}; >- >+static char init1[] = {0x80, 0x05, 0x1b, 0x15, 0x14, 0x20, 0x24, 0x15}; >+static char init2[] = {0x83, 0x03}; >+static char init3[] = {0x84, 0xd7, 0x020}; > > > struct in_endpt { >@@ -1034,8 +1034,9 @@ > usb_sndintpipe(ir->usbdev, oep->ep->bEndpointAddress), oep->buf, > USB_OUTLEN, usb_remote_send, oep, oep->ep->bInterval); > >- send_packet(oep, 0x8004, init1); >- send_packet(oep, 0x8007, init2); >+ send_packet(oep, 0x8007, init1); >+ send_packet(oep, 0x8002, init2); >+ send_packet(oep, 0x8003, init3); > } > } >
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 149130
:
98088
| 98089