aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media
Commit message (Expand)AuthorAgeFilesLines
* V4L/DVB (9680): gspca: Let gspca handle the webcam 0c45:613a instead of sn9c102.Jean-Francois Moine2008-12-292-1/+3
* V4L/DVB (9678): af9015: Cleanup switch for usb IDHans Verkuil2008-12-291-6/+6
* V4L/DVB (9677): bttv: fix some entries on Phytec boards and add missing onesDirk Heer2008-12-292-8/+60
* V4L/DVB (9676): em28xx: fix a regression caused by 22c90ec6a5e07173ee670dc2ca...Mauro Carvalho Chehab2008-12-291-1/+2
* V4L/DVB (9675): em28xx: devices with xc2028/3028 don't have tda9887Mauro Carvalho Chehab2008-12-291-5/+0
* V4L/DVB (9673): em28xx: fix Pixelview PlayTV board entryMauro Carvalho Chehab2008-12-291-1/+3
* V4L/DVB (9672): Allow opening more than one output at the same timeMauro Carvalho Chehab2008-12-293-18/+31
* V4L/DVB (9671): em28xx: Add detection of Sigmatel Stac97xx series of AC97 dev...Mauro Carvalho Chehab2008-12-292-0/+7
* V4L/DVB (9670): em28xx: allow specifying audio outputMauro Carvalho Chehab2008-12-293-19/+57
* V4L/DVB (9669): em28xx: Fix a stupid cut-and-paste errorMauro Carvalho Chehab2008-12-291-1/+1
* V4L/DVB (9667): Fixed typo in sizeof() causing NULL pointer OOPSOldrich Jedlicka2008-12-291-1/+1
* V4L/DVB (9665): af9015: Add support for the Digittrade DVB-T USB Stick remoteAlain Kalker2008-12-292-0/+74
* V4L/DVB (9662): uvcvideo: Fix printk badness when printing ioctl namesLaurent Pinchart2008-12-291-4/+6
* V4L/DVB (9661): uvcvideo: Commit streaming parameters when enabling the video...Laurent Pinchart2008-12-292-11/+5
* V4L/DVB (9660): uvcvideo: Fix unaligned memory access.Michael Hennerich2008-12-291-20/+19
* V4L/DVB (9659): uvcvideo: Use {get|set}_unaligned_le32 macrosLaurent Pinchart2008-12-291-12/+6
* V4L/DVB (9658): em28xx: use em28xx_write_reg() for i2c clock setupDevin Heitmueller2008-12-292-15/+58
* V4L/DVB (9657): em28xx: add a functio to write on a single registerDevin Heitmueller2008-12-292-0/+8
* V4L/DVB (9654): new email addressJelle Foks2008-12-293-5/+5
* V4L/DVB (9653): em28xx: improve AC97 handlingMauro Carvalho Chehab2008-12-293-33/+74
* V4L/DVB (9652): em28xx: merge AC97 vendor id's into a single varMauro Carvalho Chehab2008-12-292-6/+8
* V4L/DVB (9651): em28xx: Improve audio handlingMauro Carvalho Chehab2008-12-293-117/+226
* V4L/DVB (9650): em28xx: replace magic numbers to something more meaningfulMauro Carvalho Chehab2008-12-291-126/+126
* V4L/DVB (9649): em28xx: remove two amux entries used only on one cardMauro Carvalho Chehab2008-12-291-2/+2
* V4L/DVB (9648): em28xx: get audio config from em28xx registerDevin Heitmueller2008-12-293-1/+52
* V4L/DVB (9644): em28xx: add em2750 to the list of known em28xx chip idsDevin Heitmueller2008-12-292-0/+4
* V4L/DVB (9643): em28xx: remove the previous register namesMauro Carvalho Chehab2008-12-292-9/+4
* V4L/DVB (9642): Add AC97 registers found on em28xx devicesMauro Carvalho Chehab2008-12-291-0/+52
* V4L/DVB (9641): Add chip ID's for em2820 and em2840Mauro Carvalho Chehab2008-12-292-0/+8
* V4L/DVB (9638): drivers/media: use ARRAY_SIZEJulia Lawall2008-12-295-8/+8
* V4L/DVB (9637): usb vendor_ids/product_ids are __le16Harvey Harrison2008-12-291-6/+6
* V4L/DVB (9636): dvb: cinergyt2 annotate struct endianness, remove unused vari...Harvey Harrison2008-12-292-7/+6
* V4L/DVB (9633): Put s5h1411 into low power mode at end of attach() callDevin Heitmueller2008-12-291-0/+3
* V4L/DVB (9630): Some boards need to specify tuner addressMauro Carvalho Chehab2008-12-292-0/+2
* V4L/DVB (9629): Add support for the ATI TV Wonder HD 600 USB Remote ControlDevin Heitmueller2008-12-292-0/+33
* V4L/DVB (9628): em28xx: refactor IR supportDevin Heitmueller2008-12-294-71/+147
* V4L/DVB (9612): Fix key repetition with HVR-950 IRMauro Carvalho Chehab2008-12-291-4/+17
* V4L/DVB (9611): em28xx: experimental support for HVR-950 IRMauro Carvalho Chehab2008-12-291-4/+9
* V4L/DVB (9607): em28xx: Properly implement poll support for IR'sMauro Carvalho Chehab2008-12-295-15/+237
* V4L/DVB (9591): v4l core: fix debug printk for enumberating frameratesMauro Carvalho Chehab2008-12-291-3/+7
* V4L/DVB (9590): Add registration for Pinnacle 80e ATSC tunerDevin Heitmueller2008-12-292-0/+35
* V4L/DVB (9589): Properly support capture start on em2874Devin Heitmueller2008-12-292-0/+27
* V4L/DVB (9588): Don't load em28xx audio module for digital-only devicesDevin Heitmueller2008-12-293-8/+32
* V4L/DVB (9587): Handle changes to endpoint layout in em2874Devin Heitmueller2008-12-291-13/+23
* V4L/DVB (9586): Fix possible null pointer dereference in info messageDevin Heitmueller2008-12-291-2/+4
* V4L/DVB (9585): Skip reading eeprom in newer Empia devicesDevin Heitmueller2008-12-291-0/+11
* V4L/DVB (9584): Support different GPIO/GPO registers for newer devicesDevin Heitmueller2008-12-294-7/+22
* V4L/DVB (9583): Remember chip id of devices at initializationDevin Heitmueller2008-12-292-0/+2
* V4L/DVB (9582): Add a EM28XX_NODECODER option to the list of available decodersDevin Heitmueller2008-12-291-0/+1
* V4L/DVB (9581): Remove unused variable from em28xx-audio.cDevin Heitmueller2008-12-291-1/+1