Age | Commit message (Expand) | Author |
2008-09-16 | sms1xxx: Add new USB product ID for Hauppauge WinTV MiniStick | Michael Krufky |
2008-09-11 | sms1xxx: fix product name for Hauppauge WinTV MiniStick | Michael Krufky |
2008-08-21 | sms1xxx: fix typo in license header | Michael Krufky |
2008-07-26 | merge: http://linuxtv.org/hg/~mkrufky/sms1xxx | Mauro Carvalho Chehab |
2008-07-21 | sms1xxx: dvb/siano/: cleanups | Michael Krufky |
2008-07-17 | Sync with whitespaces on -git | Mauro Carvalho Chehab |
2008-07-14 | sms1xxx: fix compat for kernel 2.6.23 and earlier | Michael Krufky |
2008-07-12 | sms1xxx: fix missing #include <linux/types.h> | Michael Krufky |
2008-07-11 | sms1xxx: fix improper usage of asm/foo.h | Michael Krufky |
2008-06-28 | sms1xxx: add support for Hauppauge WinTV-Nova-T-MiniStick | Michael Krufky |
2008-07-01 | sms1xxx: add firmware filenames to board properties for stellar and nova | Michael Krufky |
2008-07-01 | sms1xxx: support device-specific firmware filenames on stellar usb1 sticks | Michael Krufky |
2008-06-29 | sms1xxx: remove kmutex_t typedef | Michael Krufky |
2008-06-29 | sms1xxx: fix OOPS on 64 bit kernels due to a bad cast | Michael Krufky |
2008-06-28 | sms1xxx: Provide option to support Siano default usb ids | Michael Krufky |
2008-06-28 | sms1xxx: change smsusb_driver.name to sms1xxx | Michael Krufky |
2008-06-28 | sms1xxx: log firmware download process by default | Michael Krufky |
2008-06-28 | sms1xxx: fix warning: format '%d' expects type 'int', but argument x has type... | Michael Krufky |
2008-06-28 | sms1xxx: update MODULE_DESCRIPTION | Michael Krufky |
2008-06-28 | sms1xxx: fix Siano board names | Michael Krufky |
2008-06-26 | sms1xxx: add capability to define device-specific firmware filenames | Michael Krufky |
2008-07-17 | cx18/smsusb: fix compile errors when building for kernels < 2.6.19 | Hans Verkuil |
2008-06-21 | sms1xxx: simplify smsusb_init_device switch..case block | Michael Krufky |
2008-06-20 | sms1xxx: mark functions static | Michael Krufky |
2008-06-19 | sms1xxx: remove redundant __func__ in sms_err macro | Michael Krufky |
2008-06-19 | sms1xxx: remove old printk macros | Michael Krufky |
2008-06-19 | sms1xxx: always show error messages | Michael Krufky |
2008-06-19 | sms1xxx: add debug module option, to enable debug messages | Michael Krufky |
2008-06-19 | sms1xxx: move message formatting into printk macros | Michael Krufky |
2008-06-18 | sms1xxx: create printk macros | Michael Krufky |
2008-06-18 | sms1xxx: add code to allow device-specific functionality | Michael Krufky |
2008-06-18 | sms1xxx: change default_mode to 4 | Michael Krufky |
2008-06-16 | sms1xxx: small cleanup | Michael Krufky |
2008-06-15 | sms1xxx: remove #if LINUX_VERSION_CODE checks | Michael Krufky |
2008-06-15 | sms1xxx: more cleanups | Michael Krufky |
2008-06-15 | sms1xxx: fix WARNING: unnecessary cast may hide bugs | Michael Krufky |
2008-06-15 | sms1xxx: remove typedefs | Michael Krufky |
2008-06-15 | sms1xxx: more 80-column cleanups | Michael Krufky |
2008-06-15 | sms1xxx: fix WARNING: printk() should include KERN_ facility level | Michael Krufky |
2008-06-15 | sms1xxx: 80-column cleanups | Michael Krufky |
2008-06-15 | sms1xxx: more codingstyle cleanups | Michael Krufky |
2008-06-15 | sms1xxx: remove INT / UINT typedefs | Michael Krufky |
2008-06-15 | sms1xxx: more codingstyle cleanups | Michael Krufky |
2008-06-14 | sms1xxx: #define usb vid:pid's | Michael Krufky |
2008-06-14 | sms1xxx: more codingstyle cleanups | Michael Krufky |
2008-06-13 | sms1xxx: update latest siano drop to 1.2.17 | Michael Krufky |
2008-05-05 | sms1xxx: codingstyle cleanup: "(foo*)" should be "(foo *)" | Michael Krufky |
2008-05-05 | sms1xxx: codingstyle cleanup: "foo* bar"/"foo * bar" should be "foo *bar" | Michael Krufky |
2008-05-22 | sms1xxx: replace __FUNCTION__ with __func__ | Michael Krufky |
2008-05-22 | sms1xxx: move driver from media/mdtv/ to media/dvb/siano/ | Michael Krufky |