diff options
| author | Henrik Rydberg <rydberg@euromail.se> | 2008-10-08 23:19:56 +0200 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2008-10-08 23:19:56 +0200 |
| commit | d7e13b9eb682d7008b94d050ad35804d46f76750 (patch) | |
| tree | 8757a4d31ebf89da4f0c4ef3673abbc6bcd3f32f /scripts/bcm5974-post-install | |
| parent | 4e9ef6f50ac1df020d572924dd57304655fb535d (diff) | |
bcm5974 (0.52) unstable; urgency=low
* Typo in the post-install script.
-- Henrik Rydberg <rydberg@euromail.se> Mon, 07 Jul 2008 20:09:39 +0200
Diffstat (limited to 'scripts/bcm5974-post-install')
| -rwxr-xr-x | scripts/bcm5974-post-install | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
