File tree Expand file tree Collapse file tree 15 files changed +35
-1
lines changed Expand file tree Collapse file tree 15 files changed +35
-1
lines changed Original file line number Diff line number Diff line change @@ -139,4 +139,6 @@ static struct pi_protocol aten = {
139139};
140140
141141MODULE_LICENSE ("GPL" );
142+ MODULE_AUTHOR ("Grant R. Guenther <grant@torque.net>" );
143+ MODULE_DESCRIPTION ("ATEN EH-100 parallel port IDE adapter protocol driver" );
142144module_pata_parport_driver (aten );
Original file line number Diff line number Diff line change @@ -502,4 +502,6 @@ static struct pi_protocol bpck = {
502502};
503503
504504MODULE_LICENSE ("GPL" );
505+ MODULE_AUTHOR ("Grant R. Guenther <grant@torque.net>" );
506+ MODULE_DESCRIPTION ("MicroSolutions BACKPACK parallel port IDE adapter protocol driver" );
505507module_pata_parport_driver (bpck );
Original file line number Diff line number Diff line change @@ -459,5 +459,6 @@ static struct pi_protocol bpck6 = {
459459
460460MODULE_LICENSE ("GPL" );
461461MODULE_AUTHOR ("Micro Solutions Inc." );
462- MODULE_DESCRIPTION ("BACKPACK Protocol module, compatible with PARIDE" );
462+ MODULE_DESCRIPTION ("Micro Solutions BACKPACK parallel port IDE adapter "
463+ "(version 6 drives) protocol driver" );
463464module_pata_parport_driver (bpck6 );
Original file line number Diff line number Diff line change @@ -201,4 +201,6 @@ static struct pi_protocol comm = {
201201};
202202
203203MODULE_LICENSE ("GPL" );
204+ MODULE_AUTHOR ("Grant R. Guenther <grant@torque.net>" );
205+ MODULE_DESCRIPTION ("DataStor Commuter parallel port IDE adapter protocol driver" );
204206module_pata_parport_driver (comm );
Original file line number Diff line number Diff line change @@ -230,4 +230,6 @@ static struct pi_protocol dstr = {
230230};
231231
232232MODULE_LICENSE ("GPL" );
233+ MODULE_AUTHOR ("Grant R. Guenther <grant@torque.net>" );
234+ MODULE_DESCRIPTION ("DataStor EP2000 parallel port IDE adapter protocol driver" );
233235module_pata_parport_driver (dstr );
Original file line number Diff line number Diff line change @@ -358,5 +358,8 @@ static void __exit epat_exit(void)
358358}
359359
360360MODULE_LICENSE ("GPL" );
361+ MODULE_AUTHOR ("Grant R. Guenther <grant@torque.net>" );
362+ MODULE_DESCRIPTION ("Shuttle Technologies EPAT parallel port IDE adapter "
363+ "protocol driver" );
361364module_init (epat_init )
362365module_exit (epat_exit )
Original file line number Diff line number Diff line change @@ -306,4 +306,7 @@ static struct pi_protocol epia = {
306306};
307307
308308MODULE_LICENSE ("GPL" );
309+ MODULE_AUTHOR ("Grant R. Guenther <grant@torque.net>" );
310+ MODULE_DESCRIPTION ("Shuttle Technologies EPIA parallel port IDE adapter "
311+ "protocol driver" );
309312module_pata_parport_driver (epia );
Original file line number Diff line number Diff line change @@ -132,4 +132,7 @@ static struct pi_protocol fit2 = {
132132};
133133
134134MODULE_LICENSE ("GPL" );
135+ MODULE_AUTHOR ("Grant R. Guenther <grant@torque.net>" );
136+ MODULE_DESCRIPTION ("Fidelity International Technology parallel port IDE adapter"
137+ "(older models) protocol driver" );
135138module_pata_parport_driver (fit2 );
Original file line number Diff line number Diff line change @@ -193,4 +193,7 @@ static struct pi_protocol fit3 = {
193193};
194194
195195MODULE_LICENSE ("GPL" );
196+ MODULE_AUTHOR ("Grant R. Guenther <grant@torque.net>" );
197+ MODULE_DESCRIPTION ("Fidelity International Technology parallel port IDE adapter"
198+ "(newer models) protocol driver" );
196199module_pata_parport_driver (fit3 );
Original file line number Diff line number Diff line change @@ -259,4 +259,6 @@ static struct pi_protocol friq = {
259259};
260260
261261MODULE_LICENSE ("GPL" );
262+ MODULE_AUTHOR ("Grant R. Guenther <grant@torque.net>" );
263+ MODULE_DESCRIPTION ("Freecom IQ parallel port IDE adapter protocol driver" );
262264module_pata_parport_driver (friq );
You can’t perform that action at this time.
0 commit comments