changed maintainer to contributor as suggested by WarheadSE

added back additional IDs from moonman's patch
This commit is contained in:
zombiepantslol 2013-11-12 18:25:35 +01:00
parent e59fb07a6e
commit 4d748597e7
2 changed files with 16 additions and 3 deletions

View file

@ -1,5 +1,5 @@
# Creater: Runnytu < runnytu at gmail.com >
# Maintainer: Christian Hammacher < bmasterc@gmail.com >
# Maintainer: Jan Madaj < madaj.jan@gmail.com >
# Contributor: Christian Hammacher < bmasterc@gmail.com >
pkgname=dkms-8192cu
pkgver=v4.0.2_9000.20130911
@ -16,12 +16,14 @@ _pkgname="8192cu"
source=("https://www.dropbox.com/s/61askvmgh6iyh6p/rtl8188C_8192C_usb_linux_$pkgver.tar.gz"
"dkms-8192cu.install"
"fix_310_proc.patch"
"add_missing_ids_netgear_dlink.patch"
"dkms.conf"
"blacklist-dkms-8192cu.conf")
md5sums=('efb71a576f781c3d15531511aac2c5c9'
'82db3ab6573dbe2ede43e49ac35259cb'
'5b764e13afd1ccad5bb14bd4d9633604'
'101c68f5f63df796a835f73b331a1814'
'21077239f17639254b74d74daea8655b'
'5f2d28bf3839447bfe762416a89e1a21')
@ -37,7 +39,8 @@ package() {
cd "${srcdir}/rtl8188C_8192C_usb_linux_${pkgver}/"
patch -p1 -i "$srcdir/fix_310_proc.patch"
patch -p1 -i "$srcdir/add_missing_ids_netgear_dlink.patch"
for d in `find . -type d`
do
install -dm755 "$installDir/$d"

View file

@ -0,0 +1,10 @@
--- a/os_dep/linux/usb_intf.c 2013-09-11 05:56:55.000000000 +0200
+++ b/os_dep/linux/usb_intf.c 2013-11-12 18:13:06.794956552 +0100
@@ -138,6 +139,7 @@
{USB_DEVICE(0x2001, 0x3307)},/* D-Link - Cameo */ \
{USB_DEVICE(0x2001, 0x330A)},/* D-Link - Alpha */ \
{USB_DEVICE(0x2001, 0x3309)},/* D-Link - Alpha */ \
+ {USB_DEVICE(0x2001, 0x330D}},/* D-Link - Alpha(?) */ \
{USB_DEVICE(0x0586, 0x341F)},/* Zyxel - Abocom */ \
{USB_DEVICE(0x7392, 0x7822)},/* Edimax - Edimax */ \
{USB_DEVICE(0x2019, 0xAB2B)},/* Planex - Abocom */ \