aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/siano/smsusb.c
Commit message (Expand)AuthorAgeFilesLines
* more driver stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-0/+1
* USB: smsusb: remove __devinit* from the struct usb_device_id tableGreg Kroah-Hartman2012-09-141-1/+1
* media: smsusb: add autodetection support for USB ID 2040:f5a0Michael Krufky2012-07-161-0/+2
* smsusb: add autodetection support for USB ID 2040:c0a0Michael Krufky2012-06-011-0/+2
* [media] Media, DVB, Siano, smsusb: Avoid static analysis report about 'use af...Jesper Juhl2011-05-201-2/+1
* [media] media: Remove unnecessary casts of usb_get_intfdataJoe Perches2010-12-291-6/+3
* V4L/DVB: sms: properly initialize IR phys and IR nameMauro Carvalho Chehab2010-08-021-2/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* V4L/DVB (13683): sanio-ms: clean up init, exit and id_tableMárton Németh2009-12-161-4/+4
* V4L/DVB (13569): smsusb: add autodetection support for five additional Hauppa...Michael Krufky2009-12-161-0/+10
* V4L/DVB (13202): smsusb: add autodetection support for three additional Haupp...Michael Krufky2009-11-071-0/+6
* V4L/DVB (11888): Siano: smsusb - remove redundant ifdefUri Shkolnik2009-06-161-2/+0
* V4L/DVB (11883): Siano: cards - add two additional (USB) devicesUri Shkolnik2009-06-161-2/+7
* V4L/DVB (11824): Siano: smsusb - change exit func debug msgUri Shkolnik2009-06-161-1/+1
* V4L/DVB (11823): Siano: smsusb - fix typo in module descriptionUri Shkolnik2009-06-161-1/+1
* V4L/DVB (11778): Siano: smsusb - lost buffers bug fixUri Shkolnik2009-06-161-5/+8
* V4L/DVB (11777): Siano: smsusb - handle byte ordering and big endianityUri Shkolnik2009-06-161-2/+4
* V4L/DVB (11776): Siano: smsusb - update licenseUri Shkolnik2009-06-161-20/+20
* V4L/DVB (11812): Siano: smsusb - add big endian supportUri Shkolnik2009-06-161-0/+1
* V4L/DVB (10772): siano: prevent duplicate variable declarationMichael Krufky2009-03-301-0/+4
* V4L/DVB (10752): sms1xxx: load smsdvb module automatically based on device idMichael Krufky2009-03-301-0/+1
* V4L/DVB (10751): sms1xxx: fix checkpatch.pl violations introduced by previous...Michael Krufky2009-03-301-5/+4
* V4L/DVB (10750): import changes from SianoUri Shkolnik2009-03-301-2/+8
* V4L/DVB (10749): sms1xxx: move smsusb_id_table into smsusb.cMichael Krufky2009-03-301-0/+47
* V4L/DVB (10748): sms1xxx: restore smsusb_driver.name to smsusbUri Shkolnik2009-03-301-1/+1
* V4L/DVB (9740): sms1xxx: add USB suspend and hibernation supportUri Shkolnik2008-12-291-0/+45
* V4L/DVB (8722): sms1xxx: fix typo in license headerMichael Krufky2008-09-031-1/+1
* V4L/DVB (8311): sms1xxx: support device-specific firmware filenames on stella...Michael Krufky2008-07-201-7/+25
* V4L/DVB (8307): sms1xxx: change smsusb_driver.name to sms1xxxMichael Krufky2008-07-201-1/+1
* V4L/DVB (8305): sms1xxx: fix warning: format '%d' expects type 'int', but arg...Michael Krufky2008-07-201-2/+2
* V4L/DVB (8303): sms1xxx: update MODULE_DESCRIPTIONMichael Krufky2008-07-201-1/+1
* V4L/DVB (8301): sms1xxx: add capability to define device-specific firmware fi...Michael Krufky2008-07-201-0/+1
* V4L/DVB (8300): sms1xxx: simplify smsusb_init_device switch..case blockMichael Krufky2008-07-201-23/+7
* V4L/DVB (8299): sms1xxx: mark functions staticMichael Krufky2008-07-201-14/+17
* V4L/DVB (8296): sms1xxx: always show error messagesMichael Krufky2008-07-201-30/+25
* V4L/DVB (8294): sms1xxx: move message formatting into printk macrosMichael Krufky2008-07-201-48/+42
* V4L/DVB (8293): sms1xxx: create printk macrosMichael Krufky2008-07-201-53/+53
* V4L/DVB (8292): sms1xxx: add code to allow device-specific functionalityMichael Krufky2008-07-201-26/+18
* V4L/DVB (8290): sms1xxx: small cleanupMichael Krufky2008-07-201-3/+4
* V4L/DVB (8286): sms1xxx: remove typedefsMichael Krufky2008-07-201-31/+31
* V4L/DVB (8284): sms1xxx: fix WARNING: printk() should include KERN_ facility ...Michael Krufky2008-07-201-2/+2
* V4L/DVB (8283): sms1xxx: 80-column cleanupsMichael Krufky2008-07-201-2/+4
* V4L/DVB (8282): sms1xxx: more codingstyle cleanupsMichael Krufky2008-07-201-9/+9
* V4L/DVB (8280): sms1xxx: more codingstyle cleanupsMichael Krufky2008-07-201-104/+105
* V4L/DVB (8279): sms1xxx: #define usb vid:pid'sMichael Krufky2008-07-201-7/+20
* V4L/DVB (8278): sms1xxx: more codingstyle cleanupsMichael Krufky2008-07-201-4/+4
* V4L/DVB (8277): sms1xxx: update latest siano drop to 1.2.17Michael Krufky2008-07-201-15/+33
* V4L/DVB (8276): sms1xxx: codingstyle cleanup: "(foo*)" should be "(foo *)"Michael Krufky2008-07-201-2/+3
* V4L/DVB (8275): sms1xxx: codingstyle cleanup: "foo* bar"/"foo * bar" should b...Michael Krufky2008-07-201-8/+8
* V4L/DVB (8273): sms1xxx: replace __FUNCTION__ with __func__Michael Krufky2008-07-201-20/+20