Nishad Kamdar | 59b4e0c | 2020-04-19 18:46:57 +0530 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Felipe Balbi | f0183a3 | 2016-04-18 13:09:11 +0300 | [diff] [blame] | 2 | /* |
| 3 | * Unusual Devices File for the Maxtor OneTouch USB hard drive's button |
Alan Stern | 9cfb95e | 2009-02-12 14:48:33 -0500 | [diff] [blame] | 4 | */ |
| 5 | |
| 6 | #if defined(CONFIG_USB_STORAGE_ONETOUCH) || \ |
| 7 | defined(CONFIG_USB_STORAGE_ONETOUCH_MODULE) |
| 8 | |
Felipe Balbi | f0183a3 | 2016-04-18 13:09:11 +0300 | [diff] [blame] | 9 | /* |
| 10 | * Submitted by: Nick Sillik <n.sillik@temple.edu> |
Alan Stern | 9cfb95e | 2009-02-12 14:48:33 -0500 | [diff] [blame] | 11 | * Needed for OneTouch extension to usb-storage |
| 12 | */ |
| 13 | UNUSUAL_DEV( 0x0d49, 0x7000, 0x0000, 0x9999, |
| 14 | "Maxtor", |
| 15 | "OneTouch External Harddrive", |
Michal Nazarewicz | 8fa7fd7 | 2010-10-07 13:05:21 +0200 | [diff] [blame] | 16 | USB_SC_DEVICE, USB_PR_DEVICE, onetouch_connect_input, |
Alan Stern | 9cfb95e | 2009-02-12 14:48:33 -0500 | [diff] [blame] | 17 | 0), |
| 18 | |
| 19 | UNUSUAL_DEV( 0x0d49, 0x7010, 0x0000, 0x9999, |
| 20 | "Maxtor", |
| 21 | "OneTouch External Harddrive", |
Michal Nazarewicz | 8fa7fd7 | 2010-10-07 13:05:21 +0200 | [diff] [blame] | 22 | USB_SC_DEVICE, USB_PR_DEVICE, onetouch_connect_input, |
Alan Stern | 9cfb95e | 2009-02-12 14:48:33 -0500 | [diff] [blame] | 23 | 0), |
| 24 | |
| 25 | #endif /* defined(CONFIG_USB_STORAGE_ONETOUCH) || ... */ |