162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0+ */ 262306a36Sopenharmony_ci/* 362306a36Sopenharmony_ci * Unusual Devices File for the Maxtor OneTouch USB hard drive's button 462306a36Sopenharmony_ci */ 562306a36Sopenharmony_ci 662306a36Sopenharmony_ci#if defined(CONFIG_USB_STORAGE_ONETOUCH) || \ 762306a36Sopenharmony_ci defined(CONFIG_USB_STORAGE_ONETOUCH_MODULE) 862306a36Sopenharmony_ci 962306a36Sopenharmony_ci/* 1062306a36Sopenharmony_ci * Submitted by: Nick Sillik <n.sillik@temple.edu> 1162306a36Sopenharmony_ci * Needed for OneTouch extension to usb-storage 1262306a36Sopenharmony_ci */ 1362306a36Sopenharmony_ciUNUSUAL_DEV( 0x0d49, 0x7000, 0x0000, 0x9999, 1462306a36Sopenharmony_ci "Maxtor", 1562306a36Sopenharmony_ci "OneTouch External Harddrive", 1662306a36Sopenharmony_ci USB_SC_DEVICE, USB_PR_DEVICE, onetouch_connect_input, 1762306a36Sopenharmony_ci 0), 1862306a36Sopenharmony_ci 1962306a36Sopenharmony_ciUNUSUAL_DEV( 0x0d49, 0x7010, 0x0000, 0x9999, 2062306a36Sopenharmony_ci "Maxtor", 2162306a36Sopenharmony_ci "OneTouch External Harddrive", 2262306a36Sopenharmony_ci USB_SC_DEVICE, USB_PR_DEVICE, onetouch_connect_input, 2362306a36Sopenharmony_ci 0), 2462306a36Sopenharmony_ci 2562306a36Sopenharmony_ci#endif /* defined(CONFIG_USB_STORAGE_ONETOUCH) || ... */ 26