blob: c76d4e990f7b41a6d283cd540f0649089eacc39d [file] [log] [blame]
Greg Kroah-Hartman5fd54ac2017-11-03 11:28:30 +01001// SPDX-License-Identifier: GPL-2.0+
Felipe Balbif0183a32016-04-18 13:09:11 +03002/*
3 * Unusual Devices File for the Maxtor OneTouch USB hard drive's button
Alan Stern9cfb95e2009-02-12 14:48:33 -05004 */
5
6#if defined(CONFIG_USB_STORAGE_ONETOUCH) || \
7 defined(CONFIG_USB_STORAGE_ONETOUCH_MODULE)
8
Felipe Balbif0183a32016-04-18 13:09:11 +03009/*
10 * Submitted by: Nick Sillik <n.sillik@temple.edu>
Alan Stern9cfb95e2009-02-12 14:48:33 -050011 * Needed for OneTouch extension to usb-storage
12 */
13UNUSUAL_DEV( 0x0d49, 0x7000, 0x0000, 0x9999,
14 "Maxtor",
15 "OneTouch External Harddrive",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +020016 USB_SC_DEVICE, USB_PR_DEVICE, onetouch_connect_input,
Alan Stern9cfb95e2009-02-12 14:48:33 -050017 0),
18
19UNUSUAL_DEV( 0x0d49, 0x7010, 0x0000, 0x9999,
20 "Maxtor",
21 "OneTouch External Harddrive",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +020022 USB_SC_DEVICE, USB_PR_DEVICE, onetouch_connect_input,
Alan Stern9cfb95e2009-02-12 14:48:33 -050023 0),
24
25#endif /* defined(CONFIG_USB_STORAGE_ONETOUCH) || ... */