FreeBSD Bugzilla – Attachment 199981 Details for
Bug 233889
[NEW PORT] comms/ath3k-firmware Atheros AR3011/AR3012 bluetooth adaptor firmwares used by ath3kfw(8)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
ath3k-firmware.patch
ath3k-firmware.patch (text/plain), 7.20 KB, created by
Vladimir Kondratyev
on 2018-12-09 14:01:33 UTC
(
hide
)
Description:
ath3k-firmware.patch
Filename:
MIME Type:
Creator:
Vladimir Kondratyev
Created:
2018-12-09 14:01:33 UTC
Size:
7.20 KB
patch
obsolete
>Index: comms/ath3k-firmware/Makefile >=================================================================== >--- comms/ath3k-firmware/Makefile (nonexistent) >+++ comms/ath3k-firmware/Makefile (working copy) >@@ -0,0 +1,36 @@ >+# Created by: Vladimir Kondratyev <wulf@FreeBSD.org> >+# $FreeBSD$ >+ >+PORTNAME= ath3k-firmware >+PORTVERSION= 20161130 >+CATEGORIES= comms >+MASTER_SITES= DEBIAN/pool/non-free/f/firmware-nonfree/ >+DISTNAME= firmware-atheros_${PORTVERSION}-4_all >+EXTRACT_SUFX= .deb >+ >+MAINTAINER= wulf@FreeBSD.org >+COMMENT= Atheros AR3011/AR3012 bluetooth adaptor firmwares used by ath3kfw(8) >+ >+LICENSE= ATHEROS >+LICENSE_NAME= Atheros firmware license >+LICENSE_FILE= ${WRKDIR}/usr/share/doc/firmware-atheros/copyright >+LICENSE_PERMS= dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept >+ >+NO_BUILD= yes >+NO_ARCH= yes >+ >+EXTRACT_CMD= ${AR} >+EXTRACT_BEFORE_ARGS= -p >+EXTRACT_AFTER_ARGS= data.tar.xz | ${TAR} -xf - ${EXTRACT_FILES} >+EXTRACT_FILES= lib/firmware/ar3k \ >+ lib/firmware/ath3k-1.fw \ >+ usr/share/doc/firmware-atheros/copyright >+ >+SUB_FILES= ath3k.conf >+ >+do-install: >+ cd ${WRKDIR}/lib/firmware && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} >+ ${INSTALL_DATA} \ >+ ${WRKDIR}/ath3k.conf ${STAGEDIR}${PREFIX}/etc/devd/ath3k.conf >+ >+.include <bsd.port.mk> > >Property changes on: comms/ath3k-firmware/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: comms/ath3k-firmware/distinfo >=================================================================== >--- comms/ath3k-firmware/distinfo (nonexistent) >+++ comms/ath3k-firmware/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1544093347 >+SHA256 (firmware-atheros_20161130-4_all.deb) = 1f40b7d4008b0602a2de54aa096995aa3aeeb3426e136a1e0130de7b17bdf523 >+SIZE (firmware-atheros_20161130-4_all.deb) = 3131644 > >Property changes on: comms/ath3k-firmware/distinfo >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: comms/ath3k-firmware/files/ath3k.conf.in >=================================================================== >--- comms/ath3k-firmware/files/ath3k.conf.in (nonexistent) >+++ comms/ath3k-firmware/files/ath3k.conf.in (working copy) >@@ -0,0 +1,77 @@ >+# Atheros AR3011 with sflash firmware >+notify 100 { >+ match "system" "USB"; >+ match "subsystem" "DEVICE"; >+ match "type" "ATTACH"; >+ match "vendor" "0x0cf3"; >+ match "product" "0x3000"; >+ action "/usr/sbin/ath3kfw -d $cdev -f %%DATADIR%%"; >+}; >+ >+# Atheros AR3012 with sflash firmware >+notify 100 { >+ match "system" "USB"; >+ match "subsystem" "DEVICE"; >+ match "type" "ATTACH"; >+ match "vendor" "0x0489"; >+ match "product" "(0xe04d|0xe04e|0xe056|0xe057|0xe05f|0xe076|0xe078|0xe095)"; >+ action "/usr/sbin/ath3kfw -d $cdev -f %%DATADIR%%"; >+}; >+notify 100 { >+ match "system" "USB"; >+ match "subsystem" "DEVICE"; >+ match "type" "ATTACH"; >+ match "vendor" "0x04c5"; >+ match "product" "0x1330"; >+ action "/usr/sbin/ath3kfw -d $cdev -f %%DATADIR%%"; >+}; >+notify 100 { >+ match "system" "USB"; >+ match "subsystem" "DEVICE"; >+ match "type" "ATTACH"; >+ match "vendor" "0x04ca"; >+ match "product" "(0x3004|0x3005|0x3006|0x3007|0x3008|0x300b|0x300d|0x300f|0x3010|0x3014|0x3018)"; >+ action "/usr/sbin/ath3kfw -d $cdev -f %%DATADIR%%"; >+}; >+notify 100 { >+ match "system" "USB"; >+ match "subsystem" "DEVICE"; >+ match "type" "ATTACH"; >+ match "vendor" "0x0930"; >+ match "product" "(0x0219|0x021c|0x0220|0x0227)"; >+ action "/usr/sbin/ath3kfw -d $cdev -f %%DATADIR%%"; >+}; >+notify 100 { >+ match "system" "USB"; >+ match "subsystem" "DEVICE"; >+ match "type" "ATTACH"; >+ match "vendor" "0x0b05"; >+ match "product" "0x17d0"; >+ action "/usr/sbin/ath3kfw -d $cdev -f %%DATADIR%%"; >+}; >+notify 100 { >+ match "system" "USB"; >+ match "subsystem" "DEVICE"; >+ match "type" "ATTACH"; >+ match "vendor" "0x0cf3"; >+ match "product" "(0x0036|0x3004|0x3005|0x3008|0x311d|0x311e|0x311f|0x3121|0x817a|0x817b|0xe003|0xe004|0xe005|0xe006)"; >+ action "/usr/sbin/ath3kfw -d $cdev -f %%DATADIR%%"; >+}; >+notify 100 { >+ match "system" "USB"; >+ match "subsystem" "DEVICE"; >+ match "type" "ATTACH"; >+ match "vendor" "0x13d3"; >+ match "product" "(0x3362|0x3375|0x3393|0x3402|0x3408|0x3423|0x3432|0x3472|0x3474|0x3487|0x3490)"; >+ action "/usr/sbin/ath3kfw -d $cdev -f %%DATADIR%%"; >+}; >+ >+# Atheros AR5BBU22 with sflash firmware */ >+notify 100 { >+ match "system" "USB"; >+ match "subsystem" "DEVICE"; >+ match "type" "ATTACH"; >+ match "vendor" "0x0489"; >+ match "product" "(0xe036|0xe03c)"; >+ action "/usr/sbin/ath3kfw -d $cdev -f %%DATADIR%%"; >+}; > >Property changes on: comms/ath3k-firmware/files/ath3k.conf.in >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: comms/ath3k-firmware/pkg-descr >=================================================================== >--- comms/ath3k-firmware/pkg-descr (nonexistent) >+++ comms/ath3k-firmware/pkg-descr (working copy) >@@ -0,0 +1,4 @@ >+Firmware for the Atheros AR3011/AR3012 chip based Bluetooth USB devices. >+To be downloaded with ath3kfw(8). >+ >+WWW: https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git > >Property changes on: comms/ath3k-firmware/pkg-descr >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: comms/ath3k-firmware/pkg-plist >=================================================================== >--- comms/ath3k-firmware/pkg-plist (nonexistent) >+++ comms/ath3k-firmware/pkg-plist (working copy) >@@ -0,0 +1,20 @@ >+etc/devd/ath3k.conf >+%%DATADIR%%/ar3k/AthrBT_0x01020001.dfu >+%%DATADIR%%/ar3k/AthrBT_0x01020200.dfu >+%%DATADIR%%/ar3k/AthrBT_0x01020201.dfu >+%%DATADIR%%/ar3k/AthrBT_0x11020000.dfu >+%%DATADIR%%/ar3k/AthrBT_0x11020100.dfu >+%%DATADIR%%/ar3k/AthrBT_0x31010000.dfu >+%%DATADIR%%/ar3k/AthrBT_0x31010100.dfu >+%%DATADIR%%/ar3k/AthrBT_0x41020000.dfu >+%%DATADIR%%/ar3k/ramps_0x01020001_26.dfu >+%%DATADIR%%/ar3k/ramps_0x01020200_26.dfu >+%%DATADIR%%/ar3k/ramps_0x01020200_40.dfu >+%%DATADIR%%/ar3k/ramps_0x01020201_26.dfu >+%%DATADIR%%/ar3k/ramps_0x01020201_40.dfu >+%%DATADIR%%/ar3k/ramps_0x11020000_40.dfu >+%%DATADIR%%/ar3k/ramps_0x11020100_40.dfu >+%%DATADIR%%/ar3k/ramps_0x31010000_40.dfu >+%%DATADIR%%/ar3k/ramps_0x31010100_40.dfu >+%%DATADIR%%/ar3k/ramps_0x41020000_40.dfu >+%%DATADIR%%/ath3k-1.fw > >Property changes on: comms/ath3k-firmware/pkg-plist >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 233889
:
199981
|
200133
|
200134