diff options
| author | Henrik Rydberg <rydberg@euromail.se> | 2008-10-08 23:16:47 +0200 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2008-10-08 23:16:47 +0200 |
| commit | e018e95b0785ba2ee0e219cd0b59ca58eeeeb9f3 (patch) | |
| tree | c8f67744751f58f465ee54d8cfdc0ab9122ebc7e /etc/modprobe.d | |
| parent | 563dae29cd97e8ab1428a4827bdef557ee6fd235 (diff) | |
bcm5974 (0.5) unstable; urgency=low
* Working palm detection
* Changes for kernel.org
* DKMS introduced.
-- Henrik Rydberg <rydberg@euromail.se> Sun, 06 Jul 2008 20:59:39 +0200
Diffstat (limited to 'etc/modprobe.d')
| -rw-r--r-- | etc/modprobe.d/bcm5974 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/etc/modprobe.d/bcm5974 b/etc/modprobe.d/bcm5974 new file mode 100644 index 0000000..81cd5ce --- /dev/null +++ b/etc/modprobe.d/bcm5974 | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | ### Options for the bcm5974 driver | ||
| 2 | |||
| 3 | ## quirks for the Macbook Air | ||
| 4 | #options usbhid quirks=0x05ac:0x0223:0x00020800,0x05ac:0x0224:0x00024800,0x05ac:0x0225:0x00020800 | ||
| 5 | |||
| 6 | ## quirks for the Macbook Pro Penryn | ||
| 7 | #options usbhid quirks=0x05ac:0x0230:0x00020800,0x05ac:0x0231:0x00024800,0x05ac:0x0232:0x00020800 | ||
| 8 | |||
| 9 | ## Debug level - uncomment this to get raw packets in /var/log/debug | ||
| 10 | #options bcm5974 debug=99 | ||
