1 From 436204281bcd1fe5999ad6589ea7ab1b5360c352 Mon Sep 17 00:00:00 2001
2 From: Andy Green <andy@openmoko.com>
3 Date: Thu, 7 Aug 2008 16:27:33 +0100
4 Subject: [PATCH] config-add-udf-support.patch
6 Timo noticed that his compound USB device wasn't getting recognized properly,
7 it was stuck on the CD-ROM class part of it. This was accepted by the GTA02
8 but no scsi device was spawned for it. He figured out in the end that it is
9 the lack of a UDF filesystem module that was the problem.
11 This patch adds UDF and CDROM as a built-in on defconfig-2.6.24, for the
12 modular configs it just adds it as a module.
14 Reported-by: Timo Drick <timo@drick.de>
15 Signed-off-by: Andy Green <andy@openmoko.com>
17 defconfig-2.6.24 | 8 ++++----
18 defconfig-2.6.24-maxmodules | 2 +-
19 defconfig-gta01 | 2 +-
20 defconfig-gta02 | 2 +-
21 4 files changed, 7 insertions(+), 7 deletions(-)
23 diff --git a/defconfig-2.6.24 b/defconfig-2.6.24
24 index 52d5e45..cfe7f57 100644
25 --- a/defconfig-2.6.24
26 +++ b/defconfig-2.6.24
27 @@ -1361,7 +1361,7 @@ CONFIG_USB_MON=y
29 # USB Serial Converter support
33 CONFIG_USB_SERIAL_GENERIC=y
34 CONFIG_USB_SERIAL_AIRCABLE=m
35 CONFIG_USB_SERIAL_AIRPRIME=m
36 @@ -1411,7 +1411,7 @@ CONFIG_USB_SERIAL_SIERRAWIRELESS=m
37 CONFIG_USB_SERIAL_TI=m
38 CONFIG_USB_SERIAL_CYBERJACK=m
39 CONFIG_USB_SERIAL_XIRCOM=m
40 -CONFIG_USB_SERIAL_OPTION=m
41 +CONFIG_USB_SERIAL_OPTION=y
42 CONFIG_USB_SERIAL_OMNINET=m
43 # CONFIG_USB_SERIAL_DEBUG is not set
45 @@ -1595,10 +1595,10 @@ CONFIG_FUSE_FS=m
47 # CD-ROM/DVD Filesystems
52 # CONFIG_ZISOFS is not set
53 -# CONFIG_UDF_FS is not set
57 # DOS/FAT/NT Filesystems
58 diff --git a/defconfig-2.6.24-maxmodules b/defconfig-2.6.24-maxmodules
59 index d4c1988..e773649 100644
60 --- a/defconfig-2.6.24-maxmodules
61 +++ b/defconfig-2.6.24-maxmodules
62 @@ -1510,7 +1510,7 @@ CONFIG_FUSE_FS=m
65 # CONFIG_ZISOFS is not set
66 -# CONFIG_UDF_FS is not set
70 # DOS/FAT/NT Filesystems
71 diff --git a/defconfig-gta01 b/defconfig-gta01
72 index 6f36712..3b567b7 100644
75 @@ -1510,7 +1510,7 @@ CONFIG_FUSE_FS=m
78 # CONFIG_ZISOFS is not set
79 -# CONFIG_UDF_FS is not set
83 # DOS/FAT/NT Filesystems
84 diff --git a/defconfig-gta02 b/defconfig-gta02
85 index 0838dad..2096f95 100644
88 @@ -1509,7 +1509,7 @@ CONFIG_FUSE_FS=m
91 # CONFIG_ZISOFS is not set
92 -# CONFIG_UDF_FS is not set
96 # DOS/FAT/NT Filesystems