linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [media/usb] Trivial fix for 3.7 if not too late
@ 2012-10-01  7:33 Patrick Boettcher
  2012-10-01  7:33 ` [PATCH] [media]: add MODULE_DEVICE_TABLE to technisat-usb2 Patrick Boettcher
  2012-10-01 11:39 ` [media/usb] Trivial fix for 3.7 if not too late Antti Palosaari
  0 siblings, 2 replies; 4+ messages in thread
From: Patrick Boettcher @ 2012-10-01  7:33 UTC (permalink / raw)
  To: linux-media

Hi Mauro,


If it is not too late could you please incorporate the following patch to 3.7.

It fixed the autoloading of the technisat-ubs2-module when the device is actually detected.

- [PATCH] [media]: add MODULE_DEVICE_TABLE to technisat-usb2

best regards,

--
Patrick.
-

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] [media]: add MODULE_DEVICE_TABLE to technisat-usb2
  2012-10-01  7:33 [media/usb] Trivial fix for 3.7 if not too late Patrick Boettcher
@ 2012-10-01  7:33 ` Patrick Boettcher
  2012-10-01 11:39 ` [media/usb] Trivial fix for 3.7 if not too late Antti Palosaari
  1 sibling, 0 replies; 4+ messages in thread
From: Patrick Boettcher @ 2012-10-01  7:33 UTC (permalink / raw)
  To: linux-media; +Cc: Patrick Boettcher

This patch adds a module-device-table-entry to the
technisat-usb2-driver which will help udev to on-demand load the
driver. This was obviously forgotten during initial commit.

Signed-off-by: Patrick Boettcher <pboettcher@kernellabs.com>
---
 drivers/media/usb/dvb-usb/technisat-usb2.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/media/usb/dvb-usb/technisat-usb2.c b/drivers/media/usb/dvb-usb/technisat-usb2.c
index acefaa8..7a8c8c1 100644
--- a/drivers/media/usb/dvb-usb/technisat-usb2.c
+++ b/drivers/media/usb/dvb-usb/technisat-usb2.c
@@ -677,6 +677,7 @@ static struct usb_device_id technisat_usb2_id_table[] = {
 	{ USB_DEVICE(USB_VID_TECHNISAT, USB_PID_TECHNISAT_USB2_DVB_S2) },
 	{ 0 }		/* Terminating entry */
 };
+MODULE_DEVICE_TABLE(usb, technisat_usb2_id_table);
 
 /* device description */
 static struct dvb_usb_device_properties technisat_usb2_devices = {
-- 
1.7.9.5


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [media/usb] Trivial fix for 3.7 if not too late
  2012-10-01  7:33 [media/usb] Trivial fix for 3.7 if not too late Patrick Boettcher
  2012-10-01  7:33 ` [PATCH] [media]: add MODULE_DEVICE_TABLE to technisat-usb2 Patrick Boettcher
@ 2012-10-01 11:39 ` Antti Palosaari
  2012-10-01 11:40   ` Antti Palosaari
  1 sibling, 1 reply; 4+ messages in thread
From: Antti Palosaari @ 2012-10-01 11:39 UTC (permalink / raw)
  To: Patrick Boettcher; +Cc: linux-media

On 10/01/2012 10:33 AM, Patrick Boettcher wrote:
> Hi Mauro,
>
>
> If it is not too late could you please incorporate the following patch to 3.7.
>
> It fixed the autoloading of the technisat-ubs2-module when the device is actually detected.
>
> - [PATCH] [media]: add MODULE_DEVICE_TABLE to technisat-usb2
>
> best regards,
>
> --
> Patrick.

-ENOPATCH

I didn't saw it in git too.

regards
Antti

-- 
http://palosaari.fi/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [media/usb] Trivial fix for 3.7 if not too late
  2012-10-01 11:39 ` [media/usb] Trivial fix for 3.7 if not too late Antti Palosaari
@ 2012-10-01 11:40   ` Antti Palosaari
  0 siblings, 0 replies; 4+ messages in thread
From: Antti Palosaari @ 2012-10-01 11:40 UTC (permalink / raw)
  To: Patrick Boettcher; +Cc: linux-media

On 10/01/2012 02:39 PM, Antti Palosaari wrote:
> On 10/01/2012 10:33 AM, Patrick Boettcher wrote:
>> Hi Mauro,
>>
>>
>> If it is not too late could you please incorporate the following patch
>> to 3.7.
>>
>> It fixed the autoloading of the technisat-ubs2-module when the device
>> is actually detected.
>>
>> - [PATCH] [media]: add MODULE_DEVICE_TABLE to technisat-usb2
>>
>> best regards,
>>
>> --
>> Patrick.
>
> -ENOPATCH
>
> I didn't saw it in git too.

argh, it was the next message. sorry for the noise.

Antti

-- 
http://palosaari.fi/

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-10-01 11:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-01  7:33 [media/usb] Trivial fix for 3.7 if not too late Patrick Boettcher
2012-10-01  7:33 ` [PATCH] [media]: add MODULE_DEVICE_TABLE to technisat-usb2 Patrick Boettcher
2012-10-01 11:39 ` [media/usb] Trivial fix for 3.7 if not too late Antti Palosaari
2012-10-01 11:40   ` Antti Palosaari

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).