aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/media/usb/dvb-usb/cxusb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-18media: cxusb: use the newer dvb-usb macros for USB deviceMauro Carvalho Chehab1-65/+23
2022-03-12media: xc2028: rename the driver from tuner-xc2028Mauro Carvalho Chehab1-1/+1
2021-05-23media: dvb-usb: fix wrong definitionPavel Skripkin1-1/+1
2020-04-21media: dvb-usb: make dvb_usb_device_properties constSean Young1-2/+2
2020-04-14media: docs: move driver-specific info to driver-apiMauro Carvalho Chehab1-1/+1
2020-01-03media: cxusb: use dev_dbg() rather than hand-rolled debugSean Young1-18/+15
2019-10-16media: cxusb: detect cxusb_ctrl_msg error in queryVito Caputo1-1/+2
2019-08-21media: dvb-usb: remove T230 from cxusbJan Pieter van Woerkom1-161/+0
2019-06-11Merge tag 'v5.2-rc4' into media/masterMauro Carvalho Chehab1-4/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372Thomas Gleixner1-4/+1
2019-05-29media: cxusb: fix several coding style issuesMauro Carvalho Chehab1-153/+212
2019-05-28media: cxusb: add analog mode support for Medion MD95700Maciej S. Szmigiero1-2/+0
2019-05-28media: cxusb: implement Medion MD95700 digital / analog coexistenceMaciej S. Szmigiero1-50/+399
2019-03-01media: usb: fix several typosMauro Carvalho Chehab1-1/+1
2018-09-11media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab1-2/+2
2018-06-15media: dvb: point to the location of the old README.dvb-usb fileMauro Carvalho Chehab1-1/+1
2018-05-04media: lgdt330x: convert it to the new I2C binding wayMauro Carvalho Chehab1-4/+5
2018-03-06media: cxusb: restore RC_MAP for MyGica T230Stefan Brüns1-1/+1
2018-03-06media: dvb-usb-cxusb: Geniatech T230C supportEvgeny Plehov1-138/+1
2018-01-29media: cxusb, dib0700: ignore XC2028_I2C_FLUSHMauro Carvalho Chehab1-0/+2
2017-12-08media: use ARRAY_SIZEJérémy Lefaure1-1/+2
2017-12-08media: cxusb: pass buf as a const u8 * pointer and make buf static constColin Ian King1-2/+3
2017-08-20media: rc: rename RC_TYPE_* to RC_PROTO_* and RC_BIT_* to RC_PROTO_BIT_*Sean Young1-15/+15
2017-03-24[media] cxusb: dvico remotes are necSean Young1-12/+12
2017-03-03[media] dvb-usb-cxusb: Geniatech T230C supportEvgeny Plehov1-1/+138
2017-02-08[media] cxusb: Use a dma capable buffer also for readingStefan Brüns1-7/+8
2017-01-30[media] cxusb: port to rc-coreSean Young1-232/+80
2016-11-18[media] dvb-usb-cxusb: Geniatech T230 - resync TS FIFO after lockCrazyCat1-0/+26
2016-11-13dvb-usb: move data_mutex to struct dvb_usb_deviceMauro Carvalho Chehab1-23/+16
2016-10-14[media] cxusb: don't do DMA on stackMauro Carvalho Chehab1-27/+35
2016-01-25[media] media: change email addressPatrick Boettcher1-2/+2
2015-05-12[media] si2157: support selection of IF interfaceOlli Salonen1-0/+1
2015-04-08[media] cxusb: Use enum to represent table offsets rather than hard-coding numbersDavid Howells1-44/+111
2015-01-21[media] Fix Mygica T230 supportJonathan McDowell1-1/+1
2014-12-04[media] cxusb: remove TechnoTrend CT2-4400 and CT2-4650 devicesNibble Max1-298/+0
2014-11-25[media] cxusb: Geniatech T230 supportCrazyCat1-0/+127
2014-11-21[media] cxusb: initialize si2168_config structOlli Salonen1-0/+1
2014-11-05[media] cxusb: fix sparse warningsHans Verkuil1-2/+2
2014-11-03[media] cxusb: TS mode setting for TT CT2-4400Olli Salonen1-0/+6
2014-09-03[media] cxusb: fix sparse warningHans Verkuil1-1/+1
2014-09-02[media] cxusb: Add read_mac_address for TT CT2-4400 and CT2-4650Olli Salonen1-0/+35
2014-09-02[media] cxusb: Add support for TechnoTrend TT-connect CT2-4650 CIOlli Salonen1-1/+91
2014-09-02[media] cxusb: add ts mode setting for TechnoTrend CT2-4400Olli Salonen1-0/+1
2014-07-23[media] rc-core: document the protocol typeDavid Härdeman1-1/+1
2014-07-22[media] cxusb: increase buffer length to 80 bytesMauro Carvalho Chehab1-1/+1
2014-07-21[media] cxusb: Prepare for si2157 driver getting more parametersMatthias Schwarzott1-0/+1
2014-07-14[media] cxusb: TechnoTrend CT2-4400 USB DVB-T2/C tuner supportOlli Salonen1-1/+190
2014-06-17[media] dib7000: export just one symbolMauro Carvalho Chehab1-12/+27
2014-06-17[media] dib7000p: rename dib7000p_attach to dib7000p_initMauro Carvalho Chehab1-1/+1
2013-12-10[media] cxusb: unlock on error in cxusb_i2c_xfer()Dan Carpenter1-5/+16