diff options
Diffstat (limited to 'etc/modprobe.d')
| -rw-r--r-- | etc/modprobe.d/bcm5974 | 29 |
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 |
