summaryrefslogtreecommitdiff
path: root/etc/modprobe.d
diff options
context:
space:
mode:
authorHenrik Rydberg <rydberg@euromail.se>2008-10-23 10:12:43 +0200
committerHenrik Rydberg <rydberg@euromail.se>2008-10-23 10:12:43 +0200
commitfca7f164708033819b48b765d9b80e1b47a3ed2a (patch)
tree6ff923518e90ed1ffe528d568f3405f6ae7cf95c /etc/modprobe.d
parent262c292d2d4241301476dbbefffe0b1ff827f2b2 (diff)
bcm5974-0.66-rc11: Add support for Macbook5 (Unibody)
This version is not final, but good enough to base tests on. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Diffstat (limited to 'etc/modprobe.d')
-rw-r--r--etc/modprobe.d/bcm597429
1 files changed, 25 insertions, 4 deletions
diff --git a/etc/modprobe.d/bcm5974 b/etc/modprobe.d/bcm5974
index 81cd5ce..1aabdd8 100644
--- a/etc/modprobe.d/bcm5974
+++ b/etc/modprobe.d/bcm5974
@@ -1,10 +1,31 @@
1### Options for the bcm5974 driver 1### Options for the bcm5974 driver
2 2
3## quirks for the Macbook Air 3## quirks for the Macbook Air (ANSI keyboard)
4#options usbhid quirks=0x05ac:0x0223:0x00020800,0x05ac:0x0224:0x00024800,0x05ac:0x0225:0x00020800 4#options usbhid quirks=0x05ac:0x0223:0x00020800
5 5
6## quirks for the Macbook Pro Penryn 6## quirks for the Macbook Air (ISO keyboard)
7#options usbhid quirks=0x05ac:0x0230:0x00020800,0x05ac:0x0231:0x00024800,0x05ac:0x0232:0x00020800 7#options usbhid quirks=0x05ac:0x0224:0x00024800
8
9## quirks for the Macbook Air (JIS keyboard)
10#options usbhid quirks=0x05ac:0x0225:0x00020800
11
12## quirks for the Macbook Pro Penryn (ANSI keyboard)
13#options usbhid quirks=0x05ac:0x0230:0x00020800
14
15## quirks for the Macbook Pro Penryn (ISO keyboard)
16#options usbhid quirks=0x05ac:0x0231:0x00024800
17
18## quirks for the Macbook Pro Penryn (JIS keyboard)
19#options usbhid quirks=0x05ac:0x0232:0x00020800
20
21## quirks for the Macbook 5,1 Unibody (ANSI keyboard)
22#options usbhid quirks=0x05ac:0x0236:0x00020800
23
24## quirks for the Macbook 5,1 Unibody (ISO keyboard)
25#options usbhid quirks=0x05ac:0x0237:0x00024800
26
27## quirks for the Macbook 5,1 Unibody (JIS keyboard)
28#options usbhid quirks=0x05ac:0x0238:0x00020800
8 29
9## Debug level - uncomment this to get raw packets in /var/log/debug 30## Debug level - uncomment this to get raw packets in /var/log/debug
10#options bcm5974 debug=99 31#options bcm5974 debug=99