strider2003 Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/754605591411902c3743ae.gif)
Joined: 14 Sep 2003 Posts: 151 Location: Spain
|
Posted: Wed Dec 10, 2003 9:57 pm Post subject: Syntax of unusual_devices.h |
|
|
Hi again.
I'm still having this problem: https://forums.gentoo.org/viewtopic.php?t=113540
I have read that I can edit the file /usr/src/linux/drivers/usb/storage/unusual_devices.h, adding the data of my mp3 player.
I think I have to write the following code:
Code: | UNUSUAL_DEV( 0x066f, 0x3410, 0x????, 0x????,
"Sigmatel, Inc"
"SMTP3410 D-Major MP3 Player",
list_of_tags), |
I'm not sure of this code, and I don't know what numbers to write instead of ????, and I don't know what tags are necessary. |
|