projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6be752
)
[media] rtl28xxu: correct latest device name
author
Antti Palosaari
<crope@iki.fi>
Tue, 4 Jun 2013 22:43:30 +0000
(19:43 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Sun, 9 Jun 2013 01:00:12 +0000
(22:00 -0300)
Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/usb/dvb-usb-v2/rtl28xxu.c
patch
|
blob
|
history
diff --git
a/drivers/media/usb/dvb-usb-v2/rtl28xxu.c
b/drivers/media/usb/dvb-usb-v2/rtl28xxu.c
index a49abe4fa75bcbd34c2c4be41cb75da0e90f40bb..9a3c044fda3bf86fc1c0d681d4544dbfe16ab378 100644
(file)
--- a/
drivers/media/usb/dvb-usb-v2/rtl28xxu.c
+++ b/
drivers/media/usb/dvb-usb-v2/rtl28xxu.c
@@
-1387,7
+1387,7
@@
static const struct usb_device_id rtl28xxu_id_table[] = {
{ DVB_USB_DEVICE(USB_VID_LEADTEK, 0x6a03,
&rtl2832u_props, "Leadtek WinFast DTV Dongle mini", NULL) },
{ DVB_USB_DEVICE(USB_VID_GTEK, USB_PID_CPYTO_REDI_PC50A,
- &rtl2832u_props, "Crypto Re
di PC50
A", NULL) },
+ &rtl2832u_props, "Crypto Re
Di PC 50
A", NULL) },
{ }
};
MODULE_DEVICE_TABLE(usb, rtl28xxu_id_table);