Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-06-27 | improved help | Holger Waechtler | |
2003-06-25 | cvs sucks! | Holger Waechtler | |
2003-06-21 | - 2.5 API changes for bt878 | Holger Waechtler | |
- remove flush_workqueue(wq) from dvb_net.c -- don't we have to ensure that the handler has finished? all other drivers don't do this as well...? | |||
2003-06-21 | code review, use adap->num instead of card_num field, card_num and dev_num ↵ | Holger Waechtler | |
are deprecated -- to be removed. register network device for bt8xx cards | |||
2003-05-27 | Here comes a huge cleanup patch in order to get the sources into | Michael Hunold | |
"kernel shape": I mainly changed all "typedef struct foo_s {...} foo_t" to "struct foo {}". Please don't start a policy war, I know the pros cons of typedefs and structures. We should, however, stick to the coding rules of the kernel: typedefed structs are only used for opaque data types, where the internal representation is irrelevant and we have get()/set() functions for accessing them (ie. spinlock_t) | |||
2003-04-15 | remove name/vendor/id strings, these caused only troubles everywhere and ↵ | Holger Waechtler | |
nobody really needs them... | |||
2003-02-02 | Support more than one card | Florian Schirmer | |
2003-02-02 | Add license | Florian Schirmer | |
2003-01-31 | Remove some debug outputs | Florian Schirmer | |
2003-01-25 | - Rewritten RISC programm | Florian Schirmer | |
- Push sync handling down to DVB API - Major fixes | |||
2003-01-21 | Pinnacle PCTV DVB-S support (untested) | Florian Schirmer | |
2003-01-21 | Make some things generic | Florian Schirmer | |
2003-01-21 | Patches required by DVB bt8xx driver | Florian Schirmer | |
2003-01-21 | Add Bt8xx interface files (stolen from PCTV driver) | Florian Schirmer | |
2003-01-21 | Bt8xx based adapter driver | Florian Schirmer | |