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 294653 Details for
Bug 426574
appletouch does not recognize trackpad in macbook 3.1
[?]
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]
Updated kernel patch for 2.6.23 x86_64
cnolan-macbook-appletouch.new.patch (text/plain), 1.32 KB, created by
Chris Nolan
on 2008-02-12 12:55:41 UTC
(
hide
)
Description:
Updated kernel patch for 2.6.23 x86_64
Filename:
MIME Type:
Creator:
Chris Nolan
Created:
2008-02-12 12:55:41 UTC
Size:
1.32 KB
patch
obsolete
>--- > >--- a/drivers/input/mouse/appletouch.c 2007-12-22 15:37:50.000000000 +0000 >+++ b/drivers/input/mouse/appletouch.c 2007-12-22 15:56:45.000000000 +0000 >@@ -62,6 +62,11 @@ > #define GEYSER4_ISO_PRODUCT_ID 0x021B > #define GEYSER4_JIS_PRODUCT_ID 0x021C > >+/* Codes in updated driver for macbook3,1 support (and others?) */ >+#define GEYSER4_HF_ANSI_PRODUCT_ID 0x0229 >+#define GEYSER4_HF_ISO_PRODUCT_ID 0x022a >+#define GEYSER4_HF_JIS_PRODUCT_ID 0x021b >+ > #define ATP_DEVICE(prod) \ > .match_flags = USB_DEVICE_ID_MATCH_DEVICE | \ > USB_DEVICE_ID_MATCH_INT_CLASS | \ >@@ -93,6 +98,11 @@ static struct usb_device_id atp_table [] > { ATP_DEVICE(GEYSER4_ISO_PRODUCT_ID) }, > { ATP_DEVICE(GEYSER4_JIS_PRODUCT_ID) }, > >+ /* Core2 Duo MacBook3,1 */ >+ { ATP_DEVICE(GEYSER4_HF_ANSI_PRODUCT_ID) }, >+ { ATP_DEVICE(GEYSER4_HF_ISO_PRODUCT_ID) }, >+ { ATP_DEVICE(GEYSER4_HF_JIS_PRODUCT_ID) }, >+ > /* Terminating entry */ > { } > }; >@@ -207,7 +217,10 @@ static inline int atp_is_geyser_3(struct > (productId == GEYSER3_JIS_PRODUCT_ID) || > (productId == GEYSER4_ANSI_PRODUCT_ID) || > (productId == GEYSER4_ISO_PRODUCT_ID) || >- (productId == GEYSER4_JIS_PRODUCT_ID); >+ (productId == GEYSER4_JIS_PRODUCT_ID) || >+ (productId == GEYSER4_HF_ANSI_PRODUCT_ID) || >+ (productId == GEYSER4_HF_ISO_PRODUCT_ID) || >+ (productId == GEYSER4_HF_JIS_PRODUCT_ID); > } > > /*
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 426574
:
290293
|
292253
|
292294
| 294653