mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-28 17:48:58 +00:00
7d7aa2fd92
This change makes the names of Broadcom targets consistent by using the common notation based on SoC/CPU ID (which is used internally anyway), bcmXXXX instead of brcmXXXX. This is even used for target TITLE in make menuconfig already, only the short target name used brcm so far. Despite, since subtargets range from bcm2708 to bcm2711, it seems appropriate to use bcm27xx instead of bcm2708 (again, as already done for BOARDNAME). This also renames the packages brcm2708-userland and brcm2708-gpu-fw. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de> Acked-by: Álvaro Fernández Rojas <noltari@gmail.com>
23 lines
998 B
Diff
23 lines
998 B
Diff
From 298368d476283829d222cb974491ac313605ed69 Mon Sep 17 00:00:00 2001
|
|
From: popcornmix <popcornmix@gmail.com>
|
|
Date: Wed, 3 Jul 2013 00:54:08 +0100
|
|
Subject: [PATCH] Added Device IDs for August DVB-T 205
|
|
|
|
---
|
|
drivers/media/usb/dvb-usb-v2/rtl28xxu.c | 4 ++++
|
|
1 file changed, 4 insertions(+)
|
|
|
|
--- a/drivers/media/usb/dvb-usb-v2/rtl28xxu.c
|
|
+++ b/drivers/media/usb/dvb-usb-v2/rtl28xxu.c
|
|
@@ -1917,6 +1917,10 @@ static const struct usb_device_id rtl28x
|
|
&rtl28xxu_props, "Compro VideoMate U650F", NULL) },
|
|
{ DVB_USB_DEVICE(USB_VID_KWORLD_2, 0xd394,
|
|
&rtl28xxu_props, "MaxMedia HU394-T", NULL) },
|
|
+ { DVB_USB_DEVICE(USB_VID_GTEK, 0xb803 /*USB_PID_AUGUST_DVBT205*/,
|
|
+ &rtl28xxu_props, "August DVB-T 205", NULL) },
|
|
+ { DVB_USB_DEVICE(USB_VID_GTEK, 0xa803 /*USB_PID_AUGUST_DVBT205*/,
|
|
+ &rtl28xxu_props, "August DVB-T 205", NULL) },
|
|
{ DVB_USB_DEVICE(USB_VID_LEADTEK, 0x6a03,
|
|
&rtl28xxu_props, "Leadtek WinFast DTV Dongle mini", NULL) },
|
|
{ DVB_USB_DEVICE(USB_VID_GTEK, USB_PID_CPYTO_REDI_PC50A,
|