diff options
| -rw-r--r-- | CHANGES | 5 | ||||
| -rw-r--r-- | bcm5974.c | 4 | ||||
| -rw-r--r-- | dkms.conf | 2 | ||||
| -rwxr-xr-x | scripts/bcm5974-diagnostics | 2 | ||||
| -rwxr-xr-x | scripts/bcm5974-post-install | 2 |
5 files changed, 10 insertions, 5 deletions
| @@ -1,3 +1,8 @@ | |||
| 1 | 07JUL2008 version 0.52 | ||
| 2 | ---------------------- | ||
| 3 | |||
| 4 | Typo in the post-install script. | ||
| 5 | |||
| 1 | 07JUL2008 version 0.51 | 6 | 07JUL2008 version 0.51 |
| 2 | ---------------------- | 7 | ---------------------- |
| 3 | 8 | ||
| @@ -377,7 +377,7 @@ static void irq_button(struct urb *urb) | |||
| 377 | } | 377 | } |
| 378 | 378 | ||
| 379 | if (report_bt_state(dev, dev->bt_urb->actual_length)) { | 379 | if (report_bt_state(dev, dev->bt_urb->actual_length)) { |
| 380 | dprintk(1, "bcm5974: bad button package, length: %d)\n", | 380 | dprintk(1, "bcm5974: bad button package, length: %d\n", |
| 381 | dev->bt_urb->actual_length); | 381 | dev->bt_urb->actual_length); |
| 382 | goto exit; | 382 | goto exit; |
| 383 | } | 383 | } |
| @@ -416,7 +416,7 @@ static void irq_trackpad(struct urb *urb) | |||
| 416 | } | 416 | } |
| 417 | 417 | ||
| 418 | if (report_tp_state(dev, dev->tp_urb->actual_length)) { | 418 | if (report_tp_state(dev, dev->tp_urb->actual_length)) { |
| 419 | dprintk(1, "bcm5974: bad trackpad package, length: %d)\n", | 419 | dprintk(1, "bcm5974: bad trackpad package, length: %d\n", |
| 420 | dev->tp_urb->actual_length); | 420 | dev->tp_urb->actual_length); |
| 421 | goto exit; | 421 | goto exit; |
| 422 | } | 422 | } |
| @@ -1,5 +1,5 @@ | |||
| 1 | PACKAGE_NAME="bcm5974" | 1 | PACKAGE_NAME="bcm5974" |
| 2 | PACKAGE_VERSION="0.51" | 2 | PACKAGE_VERSION="0.52" |
| 3 | MAKE[0]="make -C ${kernel_source_dir} | 3 | MAKE[0]="make -C ${kernel_source_dir} |
| 4 | SUBDIRS=${dkms_tree}/${PACKAGE_NAME}/${PACKAGE_VERSION}/build modules" | 4 | SUBDIRS=${dkms_tree}/${PACKAGE_NAME}/${PACKAGE_VERSION}/build modules" |
| 5 | BUILT_MODULE_NAME[0]="bcm5974" | 5 | BUILT_MODULE_NAME[0]="bcm5974" |
diff --git a/scripts/bcm5974-diagnostics b/scripts/bcm5974-diagnostics index 0322158..bacc02e 100755 --- a/scripts/bcm5974-diagnostics +++ b/scripts/bcm5974-diagnostics | |||
| @@ -131,7 +131,7 @@ if [ -f $DEVPATH ]; then | |||
| 131 | echo \* $DEVPATH: module is registered | 131 | echo \* $DEVPATH: module is registered |
| 132 | else | 132 | else |
| 133 | echo \* $DEVPATH: module is NOT registered | 133 | echo \* $DEVPATH: module is NOT registered |
| 134 | echo No help on this one... | 134 | echo "Please double-check the quirks settings in $DRIVMOD" |
| 135 | exit 1 | 135 | exit 1 |
| 136 | fi | 136 | fi |
| 137 | else | 137 | else |
diff --git a/scripts/bcm5974-post-install b/scripts/bcm5974-post-install index 21e989e..bf3f74f 100755 --- a/scripts/bcm5974-post-install +++ b/scripts/bcm5974-post-install | |||
| @@ -29,7 +29,7 @@ PAT_HEAD="options usbhid quirks=" | |||
| 29 | PAT_MBA="0x05ac:0x022" | 29 | PAT_MBA="0x05ac:0x022" |
| 30 | PAT_MBP="0x05ac:0x023" | 30 | PAT_MBP="0x05ac:0x023" |
| 31 | MATCH_MBA=$PAT_HEAD$PAT_MBA | 31 | MATCH_MBA=$PAT_HEAD$PAT_MBA |
| 32 | MATCH_MBB=$PAT_HEAD$PAT_MBB | 32 | MATCH_MBP=$PAT_HEAD$PAT_MBP |
| 33 | 33 | ||
| 34 | if [ -x /usr/sbin/lsusb ]; then | 34 | if [ -x /usr/sbin/lsusb ]; then |
| 35 | if [ "lsusb|grep $PAT_MBA" != "" ]; then | 35 | if [ "lsusb|grep $PAT_MBA" != "" ]; then |
