| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
|---|
| 1 | 2 | /* Driver for Realtek RTS5139 USB card reader |
|---|
| 2 | 3 | * |
|---|
| 3 | 4 | * Copyright(c) 2009-2013 Realtek Semiconductor Corp. All rights reserved. |
|---|
| 4 | | - * |
|---|
| 5 | | - * This program is free software; you can redistribute it and/or modify it |
|---|
| 6 | | - * under the terms of the GNU General Public License version 2 |
|---|
| 7 | | - * as published by the Free Software Foundation. |
|---|
| 8 | | - * |
|---|
| 9 | | - * This program is distributed in the hope that it will be useful, but |
|---|
| 10 | | - * WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| 11 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|---|
| 12 | | - * General Public License for more details. |
|---|
| 13 | | - * |
|---|
| 14 | | - * You should have received a copy of the GNU General Public License along |
|---|
| 15 | | - * with this program; if not, see <http://www.gnu.org/licenses/>. |
|---|
| 16 | 5 | * |
|---|
| 17 | 6 | * Author: |
|---|
| 18 | 7 | * Roger Tseng <rogerable@realtek.com> |
|---|
| .. | .. |
|---|
| 65 | 54 | struct usb_device *pusb_dev; |
|---|
| 66 | 55 | struct usb_interface *pusb_intf; |
|---|
| 67 | 56 | struct usb_sg_request current_sg; |
|---|
| 68 | | - unsigned char *iobuf; |
|---|
| 69 | | - dma_addr_t iobuf_dma; |
|---|
| 70 | 57 | |
|---|
| 71 | 58 | struct timer_list sg_timer; |
|---|
| 72 | 59 | struct mutex dev_mutex; |
|---|