| Commit message (Expand) | Author | Age |
* | device create: dvb: convert device_create to device_create_drvdata | Greg Kroah-Hartman | 2008-07-22 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb | Linus Torvalds | 2008-07-21 |
|\ |
|
| * | V4L/DVB (8335): dvb-ttpci: Fix build with CONFIG_INPUT_EVDEV=n (Bug #11042) | Oliver Endriss | 2008-07-20 |
| * | V4L/DVB (8334): tda10023: Fix typo in tda10023_attach dummy routine | Oliver Endriss | 2008-07-20 |
| * | V4L/DVB (8326): sms1xxx: fix missing #include <linux/types.h> | Michael Krufky | 2008-07-20 |
| * | V4L/DVB (8322): sms1xxx: fix improper usage of asm/foo.h | Michael Krufky | 2008-07-20 |
| * | V4L/DVB (8313): sms1xxx: add support for Hauppauge WinTV-Nova-T-MiniStick | Michael Krufky | 2008-07-20 |
| * | V4L/DVB (8312): sms1xxx: add firmware filenames to board properties for stell... | Michael Krufky | 2008-07-20 |
| * | V4L/DVB (8311): sms1xxx: support device-specific firmware filenames on stella... | Michael Krufky | 2008-07-20 |
| * | V4L/DVB (8310): sms1xxx: remove kmutex_t typedef | Michael Krufky | 2008-07-20 |
| * | V4L/DVB (8309): sms1xxx: fix OOPS on 64 bit kernels due to a bad cast | Michael Krufky | 2008-07-20 |
| * | V4L/DVB (8308): sms1xxx: Provide option to support Siano default usb ids | Michael Krufky | 2008-07-20 |
| * | V4L/DVB (8307): sms1xxx: change smsusb_driver.name to sms1xxx | Michael Krufky | 2008-07-20 |
| * | V4L/DVB (8306): sms1xxx: log firmware download process by default | Michael Krufky | 2008-07-20 |
| * | V4L/DVB (8305): sms1xxx: fix warning: format '%d' expects type 'int', but arg... | Michael Krufky | 2008-07-20 |
| * | V4L/DVB (8303): sms1xxx: update MODULE_DESCRIPTION | Michael Krufky | 2008-07-20 |
| * | V4L/DVB (8302): sms1xxx: fix Siano board names | Michael Krufky | 2008-07-20 |
| * | V4L/DVB (8301): sms1xxx: add capability to define device-specific firmware fi... | Michael Krufky | 2008-07-20 |
| * | V4L/DVB (8300): sms1xxx: simplify smsusb_init_device switch..case block | Michael Krufky | 2008-07-20 |
| * | V4L/DVB (8299): sms1xxx: mark functions static | Michael Krufky | 2008-07-20 |
| * | V4L/DVB (8298): sms1xxx: remove redundant __func__ in sms_err macro | Michael Krufky | 2008-07-20 |
| * | V4L/DVB (8297): sms1xxx: remove old printk macros | Michael Krufky | 2008-07-20 |
| * | V4L/DVB (8296): sms1xxx: always show error messages | Michael Krufky | 2008-07-20 |
| * | V4L/DVB (8295): sms1xxx: add debug module option, to enable debug messages | Michael Krufky | 2008-07-20 |
| * | V4L/DVB (8294): sms1xxx: move message formatting into printk macros | Michael Krufky | 2008-07-20 |
| * | V4L/DVB (8293): sms1xxx: create printk macros | Michael Krufky | 2008-07-20 |
| * | V4L/DVB (8292): sms1xxx: add code to allow device-specific functionality | Michael Krufky | 2008-07-20 |
| * | V4L/DVB (8291): sms1xxx: change default_mode to 4 | Michael Krufky | 2008-07-20 |
| * | V4L/DVB (8290): sms1xxx: small cleanup | Michael Krufky | 2008-07-20 |
| * | V4L/DVB (8289): sms1xxx: remove #if LINUX_VERSION_CODE checks | Michael Krufky | 2008-07-20 |
| * | V4L/DVB (8288): sms1xxx: more cleanups | Michael Krufky | 2008-07-20 |
| * | V4L/DVB (8287): sms1xxx: fix WARNING: unnecessary cast may hide bugs | Michael Krufky | 2008-07-20 |
| * | V4L/DVB (8286): sms1xxx: remove typedefs | Michael Krufky | 2008-07-20 |
| * | V4L/DVB (8285): sms1xxx: more 80-column cleanups | Michael Krufky | 2008-07-20 |
| * | V4L/DVB (8284): sms1xxx: fix WARNING: printk() should include KERN_ facility ... | Michael Krufky | 2008-07-20 |
| * | V4L/DVB (8283): sms1xxx: 80-column cleanups | Michael Krufky | 2008-07-20 |
| * | V4L/DVB (8282): sms1xxx: more codingstyle cleanups | Michael Krufky | 2008-07-20 |
| * | V4L/DVB (8281): sms1xxx: remove INT / UINT typedefs | Michael Krufky | 2008-07-20 |
| * | V4L/DVB (8280): sms1xxx: more codingstyle cleanups | Michael Krufky | 2008-07-20 |
| * | V4L/DVB (8279): sms1xxx: #define usb vid:pid's | Michael Krufky | 2008-07-20 |
| * | V4L/DVB (8278): sms1xxx: more codingstyle cleanups | Michael Krufky | 2008-07-20 |
| * | V4L/DVB (8277): sms1xxx: update latest siano drop to 1.2.17 | Michael Krufky | 2008-07-20 |
| * | V4L/DVB (8276): sms1xxx: codingstyle cleanup: "(foo*)" should be "(foo *)" | Michael Krufky | 2008-07-20 |
| * | V4L/DVB (8275): sms1xxx: codingstyle cleanup: "foo* bar"/"foo * bar" should b... | Michael Krufky | 2008-07-20 |
| * | V4L/DVB (8273): sms1xxx: replace __FUNCTION__ with __func__ | Michael Krufky | 2008-07-20 |
| * | V4L/DVB (8272): sms1xxx: move driver from media/mdtv/ to media/dvb/siano/ | Michael Krufky | 2008-07-20 |
| * | V4L/DVB (8251): ttusb: use simple_read_from_buffer()() | Akinobu Mita | 2008-07-20 |
| * | v4l-dvb: remove legacy checks to allow support for kernels < 2.6.10 | Hans Verkuil | 2008-07-20 |
| * | V4L/DVB (8186): dib0700: add support for Hauppauge Nova-TD Stick 52009 | Michael Krufky | 2008-07-20 |
| * | V4L/DVB (8183): cxusb: select MEDIA_TUNER_MXL5005S if !DVB_FE_CUSTOMISE | Michael Krufky | 2008-07-20 |