mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
linux: change value of USB_PID_GTEK_WARM in RTL2832U driver, thanks to vpeter
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
bbffc89bf4
commit
5f73eab95e
@ -0,0 +1,13 @@
|
||||
diff -Naur linux-2.6.39.1/drivers/media/dvb/dvb-usb/rtl2832u.h linux-2.6.39.1.patch/drivers/media/dvb/dvb-usb/rtl2832u.h
|
||||
--- linux-2.6.39.1/drivers/media/dvb/dvb-usb/rtl2832u.h 2010-10-27 08:17:30.000000000 +0200
|
||||
+++ linux-2.6.39.1.patch/drivers/media/dvb/dvb-usb/rtl2832u.h 2011-06-15 18:22:30.416756439 +0200
|
||||
@@ -39,7 +39,8 @@
|
||||
#define USB_PID_DEXATEK_WARM_4 0x1104
|
||||
|
||||
#define USB_VID_GTEK 0x1F4D
|
||||
-#define USB_PID_GTEK_WARM 0x0837
|
||||
+//#define USB_PID_GTEK_WARM 0x0837
|
||||
+#define USB_PID_GTEK_WARM 0xC803
|
||||
#define USB_PID_GTEK_WARM_A 0xA803
|
||||
#define USB_PID_GTEK_WARM_B 0xB803
|
||||
#define USB_PID_GTEK_WARM_C 0xC803
|
Loading…
x
Reference in New Issue
Block a user