Commit Graph

47 Commits (d84f4f992cbd76e8f39c488cf0c5d123843923b1)

Author SHA1 Message Date
Michael Krufky 3dfbe31f09 V4L/DVB (9248): sms1xxx: support two new revisions of the Hauppauge WinTV MiniStick 17 years ago
Michael Krufky 3d843c92da V4L/DVB (8979): sms1xxx: Add new USB product ID for Hauppauge WinTV MiniStick 17 years ago
Michael Krufky 7a9b5fc5fd V4L/DVB (8978): sms1xxx: fix product name for Hauppauge WinTV MiniStick 17 years ago
Michael Krufky 09a29b7715 V4L/DVB (8722): sms1xxx: fix typo in license header 17 years ago
Adrian Bunk c5e0bd1a98 V4L/DVB (8453): sms1xxx: dvb/siano/: cleanups 17 years ago
Michael Krufky 2c6a37bb07 V4L/DVB (8326): sms1xxx: fix missing #include <linux/types.h> 17 years ago
Michael Krufky f1f74aa2cf V4L/DVB (8322): sms1xxx: fix improper usage of asm/foo.h 17 years ago
Michael Krufky 44f71c3fce V4L/DVB (8313): sms1xxx: add support for Hauppauge WinTV-Nova-T-MiniStick 17 years ago
Michael Krufky a745f0a12c V4L/DVB (8312): sms1xxx: add firmware filenames to board properties for stellar and nova 17 years ago
Michael Krufky 1fbc3caff4 V4L/DVB (8311): sms1xxx: support device-specific firmware filenames on stellar usb1 sticks 17 years ago
Michael Krufky b1d8f9f5b8 V4L/DVB (8310): sms1xxx: remove kmutex_t typedef 17 years ago
Michael Krufky 4411d29165 V4L/DVB (8309): sms1xxx: fix OOPS on 64 bit kernels due to a bad cast 17 years ago
Michael Krufky 14a638cd3b V4L/DVB (8308): sms1xxx: Provide option to support Siano default usb ids 17 years ago
Michael Krufky eb383bddc5 V4L/DVB (8307): sms1xxx: change smsusb_driver.name to sms1xxx 17 years ago
Michael Krufky 5068b7a449 V4L/DVB (8306): sms1xxx: log firmware download process by default 17 years ago
Michael Krufky 0f2a1ee112 V4L/DVB (8305): sms1xxx: fix warning: format '%d' expects type 'int', but argument x has type 'size_t' 17 years ago
Michael Krufky 8f37356b06 V4L/DVB (8303): sms1xxx: update MODULE_DESCRIPTION 17 years ago
Michael Krufky cf1cfe1ba7 V4L/DVB (8302): sms1xxx: fix Siano board names 17 years ago
Michael Krufky 02aea4fb64 V4L/DVB (8301): sms1xxx: add capability to define device-specific firmware filenames 17 years ago
Michael Krufky 2708e888c5 V4L/DVB (8300): sms1xxx: simplify smsusb_init_device switch..case block 17 years ago
Michael Krufky 0c071f374f V4L/DVB (8299): sms1xxx: mark functions static 17 years ago
Michael Krufky c65c7a652f V4L/DVB (8298): sms1xxx: remove redundant __func__ in sms_err macro 17 years ago
Michael Krufky 2522dc1324 V4L/DVB (8297): sms1xxx: remove old printk macros 17 years ago
Michael Krufky eb250942fe V4L/DVB (8296): sms1xxx: always show error messages 17 years ago
Michael Krufky f14d56a99b V4L/DVB (8295): sms1xxx: add debug module option, to enable debug messages 17 years ago
Michael Krufky a0c0abcb1f V4L/DVB (8294): sms1xxx: move message formatting into printk macros 17 years ago
Michael Krufky 068d6c0f5d V4L/DVB (8293): sms1xxx: create printk macros 17 years ago
Michael Krufky 1c11d546b6 V4L/DVB (8292): sms1xxx: add code to allow device-specific functionality 17 years ago
Michael Krufky dd5b2a5c2a V4L/DVB (8291): sms1xxx: change default_mode to 4 17 years ago
Michael Krufky d3e72fe75e V4L/DVB (8290): sms1xxx: small cleanup 17 years ago
Michael Krufky df0462e77e V4L/DVB (8289): sms1xxx: remove #if LINUX_VERSION_CODE checks 17 years ago
Michael Krufky fbd05c8213 V4L/DVB (8288): sms1xxx: more cleanups 17 years ago
Michael Krufky e080842c6c V4L/DVB (8287): sms1xxx: fix WARNING: unnecessary cast may hide bugs 17 years ago
Michael Krufky 18245e18ee V4L/DVB (8286): sms1xxx: remove typedefs 17 years ago
Michael Krufky ca78373687 V4L/DVB (8285): sms1xxx: more 80-column cleanups 17 years ago
Michael Krufky 9f2113975a V4L/DVB (8284): sms1xxx: fix WARNING: printk() should include KERN_ facility level 17 years ago
Michael Krufky 59bf6b8e85 V4L/DVB (8283): sms1xxx: 80-column cleanups 17 years ago
Michael Krufky fa830e8a01 V4L/DVB (8282): sms1xxx: more codingstyle cleanups 17 years ago
Michael Krufky f0333e3de0 V4L/DVB (8281): sms1xxx: remove INT / UINT typedefs 17 years ago
Michael Krufky 822374165d V4L/DVB (8280): sms1xxx: more codingstyle cleanups 17 years ago
Michael Krufky 73104fb3e4 V4L/DVB (8279): sms1xxx: #define usb vid:pid's 17 years ago
Michael Krufky 494d24c527 V4L/DVB (8278): sms1xxx: more codingstyle cleanups 17 years ago
Michael Krufky f17407a85d V4L/DVB (8277): sms1xxx: update latest siano drop to 1.2.17 17 years ago
Michael Krufky 55ad310c2f V4L/DVB (8276): sms1xxx: codingstyle cleanup: "(foo*)" should be "(foo *)" 17 years ago
Michael Krufky a83ccdd6a9 V4L/DVB (8275): sms1xxx: codingstyle cleanup: "foo* bar"/"foo * bar" should be "foo *bar" 17 years ago
Michael Krufky 18658117ff V4L/DVB (8273): sms1xxx: replace __FUNCTION__ with __func__ 17 years ago
Michael Krufky 8544706060 V4L/DVB (8272): sms1xxx: move driver from media/mdtv/ to media/dvb/siano/ 17 years ago