19 Nov, 2011
1 commit
-
This converts the drivers in drivers/media/* to use the
module_usb_driver() macro which makes the code smaller and a bit
simpler.Added bonus is that it removes some unneeded kernel log messages about
drivers loading and/or unloading.Cc: Mauro Carvalho Chehab
Cc: Luca Risolia
Cc: Jean-Francois Moine
Cc: Frank Zago
Cc: Olivier Lorin
Cc: Erik Andren
Cc: Hans de Goede
Cc: Brian Johnson
Cc: Leandro Costantino
Cc: Antoine Jacquet
Cc: Jarod Wilson
Cc: Florian Mickler
Cc: Antti Palosaari
Cc: Michael Krufky
Cc: "David Härdeman"
Cc: Florent Audebert
Cc: Sam Doshi
Cc: Manu Abraham
Cc: Olivier Grenie
Cc: Patrick Boettcher
Cc: "Igor M. Liplianin"
Cc: Derek Kelly
Cc: Malcolm Priestley
Cc: Steven Toth
Cc: "André Weidemann"
Cc: Martin Wilks
Cc: Tejun Heo
Cc: Jose Alberto Reguero
Cc: David Henningsson
Cc: Paul Gortmaker
Cc: Joe Perches
Cc: Jesper Juhl
Cc: Lucas De Marchi
Cc: Hans Verkuil
Cc: Alexey Khoroshilov
Cc: Anssi Hannula
Cc: Rafi Rubin
Cc: Dan Carpenter
Cc: Paul Bender
Cc: Devin Heitmueller
Cc: "Márcio A Alves"
Cc: Julia Lawall
Cc: Laurent Pinchart
Cc: Chris Rankin
Cc: Lee Jones
Cc: Andy Walls
Cc: Andrew Morton
Cc: Mike Frysinger
Cc: Dean Anderson
Cc: Pete Eberlein
Cc: Arvydas Sidorenko
Cc: Andrea Anacleto
Signed-off-by: Greg Kroah-Hartman
07 Sep, 2011
1 commit
-
refactor MFE code to allow for individual streaming configuration
for each frontendSigned-off-by: Michael Krufky
Reviewed-by: Antti Palosaari
Signed-off-by: Mauro Carvalho Chehab
31 Jul, 2011
1 commit
-
Change adapter FE pointer as array of FE pointers.
Signed-off-by: Antti Palosaari
Signed-off-by: Mauro Carvalho Chehab
20 May, 2011
1 commit
-
usb_control_msg initiates (and waits for completion of) a dma transfer using
the supplied buffer. That buffer thus has to be seperately allocated on
the heap.In lib/dma_debug.c the function check_for_stack even warns about it:
WARNING: at lib/dma-debug.c:866 check_for_stackSigned-off-by: Florian Mickler
Acked-by: Antti Palosaari
Reviewed-by: Antti Palosaari
Tested-by: Antti Palosaari
Signed-off-by: Mauro Carvalho Chehab
07 Nov, 2009
1 commit
-
Which is why I have always preferred sizeof(struct foo) over
sizeof(var).Cc: Antti Palosaari
Acked-by: Steven Toth
Signed-off-by: Jean Delvare
Signed-off-by: Douglas Schilling Landgraf
Signed-off-by: Mauro Carvalho Chehab
19 Sep, 2009
1 commit
-
Signed-off-by: Antti Palosaari
Signed-off-by: Mauro Carvalho Chehab
07 Apr, 2009
1 commit
-
The CE6230 DVB USB driver works correctly for the AVerMedia A310 USB2.0
DVB-T tuner. Add the required USB ID's and hardware names so that the
driver will handle it.Signed-off-by: Juan Jesús García de Soria Lucena
Acked-by: Antti Palosaari
Signed-off-by: Mauro Carvalho Chehab
30 Mar, 2009
2 commits
-
drivers/media/dvb/dvb-usb/ce6230.c: In function ‘ce6230_i2c_xfer’:
drivers/media/dvb/dvb-usb/ce6230.c:107: warning: ‘ret’ may be used uninitialized in this functionSigned-off-by: Mauro Carvalho Chehab
-
Add driver for Intel CE6230 DVB-T USB 2.0 COFDM demodulator
Signed-off-by: Antti Palosaari
Signed-off-by: Mauro Carvalho Chehab