karma.c (19c22c34dcbecb50c24548aa2ff2b07039c26c14) | karma.c (e73b2db6c9bc5bd9a3c080f286964e594351991a) |
---|---|
1/* Driver for Rio Karma 2 * 3 * (c) 2006 Bob Copeland <me@bobcopeland.com> 4 * (c) 2006 Keith Bennett <keith@mcs.st-and.ac.uk> 5 * 6 * This program is free software; you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the 8 * Free Software Foundation; either version 2, or (at your option) any --- 216 unchanged lines hidden (view full) --- 225 .disconnect = usb_stor_disconnect, 226 .suspend = usb_stor_suspend, 227 .resume = usb_stor_resume, 228 .reset_resume = usb_stor_reset_resume, 229 .pre_reset = usb_stor_pre_reset, 230 .post_reset = usb_stor_post_reset, 231 .id_table = karma_usb_ids, 232 .soft_unbind = 1, | 1/* Driver for Rio Karma 2 * 3 * (c) 2006 Bob Copeland <me@bobcopeland.com> 4 * (c) 2006 Keith Bennett <keith@mcs.st-and.ac.uk> 5 * 6 * This program is free software; you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the 8 * Free Software Foundation; either version 2, or (at your option) any --- 216 unchanged lines hidden (view full) --- 225 .disconnect = usb_stor_disconnect, 226 .suspend = usb_stor_suspend, 227 .resume = usb_stor_resume, 228 .reset_resume = usb_stor_reset_resume, 229 .pre_reset = usb_stor_pre_reset, 230 .post_reset = usb_stor_post_reset, 231 .id_table = karma_usb_ids, 232 .soft_unbind = 1, |
233 .no_dynamic_id = 1, |
|
233}; 234 235module_usb_driver(karma_driver); | 234}; 235 236module_usb_driver(karma_driver); |