[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-users:39529] Re USB-SCSI emulation
なかじま@割り込みご容赦(願
yoshient@infoseek.jp wrote:
> 前回お教え頂いた下記のkernel-patchの所在が
山森さん wrote: [debian-users:39420]
--- linux-2.4.24/drivers/usb/storage/unusual_devs.h 2003-12-06 19:42:40
+++ linux-2.4.24.new/drivers/usb/storage/unusual_devs.h 2004-02-03 23:58:28
@@ -135,6 +135,12 @@
* This is to support the Panasonic PalmCam PV-SD4090
* This entry is needed because the device reports Sub=ff
*/
+UNUSUAL_DEV( 0x04bb, 0x0301, 0x0000, 0xffff,
+ "Panasonic",
+ "LS-120 (LK-RF235U)",
+ US_SC_8070, US_PR_DEVICE, NULL,
+ 0),
+
UNUSUAL_DEV( 0x04da, 0x0901, 0x0100, 0x0200,
"Panasonic",
"LS-120 Camera",
###end###
上記をファイル panasonic.diff の名前で作成することにします
cp panasonic.diff /usr/src/kernel-source-2.4.24/drivers/usb/storage/
cd /usr/src/kernel-source-2.4.24/drivers/usb/storage/
patch -p4 < panasonic.diff
以上です
または、unusual_devs.h を直接編集します(手パッチ
UNUSUAL_DEV( 0x04bb, 0x0301, 0x0000, 0xffff,
"Panasonic",
"LS-120 (LK-RF235U)",
US_SC_8070, US_PR_DEVICE, NULL,
0),
を unusual_devs.h に書き加える
参照
man patch 又は、http://www.linux.or.jp/JM/html/GNU_patch/man1/patch.1.html
#いつものように間違いがあるかも知れません。
--
AMIJAKAN(R)
web@kumin.ne.jp