![]() |
2010-05-20
, 01:33
|
|
Posts: 2,355 |
Thanked: 5,249 times |
Joined on Jan 2009
@ Barcelona
|
#902
|
The Following User Says Thank You to javispedro For This Useful Post: | ||
![]() |
2010-05-20
, 04:25
|
Posts: 992 |
Thanked: 995 times |
Joined on Dec 2009
@ California
|
#903
|
/class/input/input4, HID, that means it was attached (or a part of it) as an input device.
CPU frequency doesn't change, and HID devices shouldn't alter frequency.
It's most probably the LEDs as SpeedEvil said.
It's also a plain HDD, nothing that should cause 'boost' events.
The Following User Says Thank You to egoshin For This Useful Post: | ||
![]() |
2010-05-20
, 07:02
|
Posts: 2 |
Thanked: 0 times |
Joined on Feb 2010
@ Moscow
|
#904
|
![]() |
2010-05-20
, 07:48
|
Posts: 75 |
Thanked: 78 times |
Joined on Jan 2010
@ Germany
|
#905
|
those messages are obtained with high power charger attached , right ?
so nothing special , bme reset 32 s timer 4 times per minute . too often i think but in charge mode any battery savings is nonsense.
bme don't destroy vbus , simply bme have no idea ( and code ) about vbus and host mode status.
code is written only for charging mode not charge or boost vbus
The Following User Says Thank You to hcm For This Useful Post: | ||
![]() |
2010-05-20
, 08:32
|
|
Posts: 2,473 |
Thanked: 12,265 times |
Joined on Oct 2009
@ Jerusalem, PS/IL
|
#906
|
If you're providing your own vbus with an Y-cable, then it surely is, as the only it does now is toggle the twl4030 vbus pump (this is exactly what I was talking about when I said "play your cards well" in my previous post ;P ).
The Following 9 Users Say Thank You to MohammadAG For This Useful Post: | ||
![]() |
2010-05-20
, 09:50
|
|
Posts: 2,473 |
Thanked: 12,265 times |
Joined on Oct 2009
@ Jerusalem, PS/IL
|
#907
|
[38724.031738] usb 1-1: new high speed USB device using musb_hdrc and address 2 [38724.181701] usb 1-1: configuration #1 chosen from 1 choice [38724.866882] Initializing USB Mass Storage driver... [38724.884979] scsi0 : SCSI emulation for USB Mass Storage devices [38724.892120] usbcore: registered new interface driver usb-storage [38724.892150] USB Mass Storage support registered. [38724.916107] usb-storage: device found at 2 [38724.916107] usb-storage: waiting for device to settle before scanning [38729.997253] usb-storage: device scan complete [38730.003479] scsi 0:0:0:0: CD-ROM TSSTcorp CDDVDW SE-T084M TS01 PQ: 0 ANSI: 0
[45571.000640] usb 1-1: new full speed USB device using musb_hdrc and address 29 [45571.150421] usb 1-1: configuration #1 chosen from 1 choice [45571.238159] scsi4 : SCSI emulation for USB Mass Storage devices [45571.273651] usb-storage: device found at 29 [45571.273681] usb-storage: waiting for device to settle before scanning [45576.301910] usb-storage: device scan complete [45576.303314] scsi 4:0:0:0: Direct-Access Nokia S60 1.0 PQ: 0 ANSI: 0 [45576.329681] sd 4:0:0:0: [sda] 3964928 512-byte hardware sectors: (2.03 GB/1.89 GiB) [45576.330291] sd 4:0:0:0: [sda] Write Protect is off [45576.330291] sd 4:0:0:0: [sda] Mode Sense: 03 00 00 00 [45576.330322] sd 4:0:0:0: [sda] Assuming drive cache: write through [45576.334014] sd 4:0:0:0: [sda] 3964928 512-byte hardware sectors: (2.03 GB/1.89 GiB) [45576.334594] sd 4:0:0:0: [sda] Write Protect is off [45576.334594] sd 4:0:0:0: [sda] Mode Sense: 03 00 00 00 [45576.334625] sd 4:0:0:0: [sda] Assuming drive cache: write through [45576.334625] sda: [45576.712646] sd 4:0:0:0: [sda] Attached SCSI removable disk
[48481.302795] input: Microsoft Microsoft� 2.4GHz Transceiver v4.0 as /class/input/input4 [48481.383453] generic-usb 0003:045E:0745.0001: input: USB HID v1.11 Keyboard [Microsoft Microsoft� 2.4GHz Transceiver v4.0] on usb-musb_hdrc-1/input0 [48481.402465] input: Microsoft Microsoft� 2.4GHz Transceiver v4.0 as /class/input/input5 [48481.477203] generic-usb 0003:045E:0745.0002: input: USB HID v1.11 Mouse [Microsoft Microsoft� 2.4GHz Transceiver v4.0] on usb-musb_hdrc-1/input1 [48481.749420] input: Microsoft Microsoft� 2.4GHz Transceiver v4.0 as /class/input/input6 [48481.820953] generic-usb 0003:045E:0745.0003: input: USB HID v1.11 Device [Microsoft Microsoft� 2.4GHz Transceiver v4.0] on usb-musb_hdrc-1/input2 [48481.829223] usbcore: registered new interface driver usbhid [48481.829315] usbhid: v2.6:USB HID core driver
The Following 10 Users Say Thank You to MohammadAG For This Useful Post: | ||
![]() |
2010-05-20
, 12:04
|
|
Posts: 2,473 |
Thanked: 12,265 times |
Joined on Oct 2009
@ Jerusalem, PS/IL
|
#908
|
--- drivers/usb/core/generic.c 2008-12-25 01:26:37.000000000 +0200 +++ ../kernel-2.6.28.patched.working/drivers/usb/core/generic.c 2010-05-19 22:18:33.915723530 +0300 @@ -97,10 +97,10 @@ */ /* Rule out configs that draw too much bus current */ - if (c->desc.bMaxPower * 2 > udev->bus_mA) { + /*if (c->desc.bMaxPower * 2 > udev->bus_mA) { insufficient_power++; continue; - } + }*/ /* When the first config's first interface is one of Microsoft's * pet nonstandard Ethernet-over-USB protocols, ignore it unless @@ -132,10 +132,10 @@ best = c; } - if (insufficient_power > 0) + /*if (insufficient_power > 0) dev_info(&udev->dev, "rejected %d configuration%s " "due to insufficient available bus power\n", - insufficient_power, plural(insufficient_power)); + insufficient_power, plural(insufficient_power));*/ if (best) { i = best->desc.bConfigurationValue;
--- arch/arm/configs/rx51_defconfig 2010-05-20 14:56:18.000000000 +0300 +++ ../kernel-2.6.28.patched.working/arch/arm/configs/rx51_defconfig 2010-05-20 15:01:24.068032001 +0300 @@ -1324,7 +1324,7 @@ # # CONFIG_VGA_CONSOLE is not set CONFIG_DUMMY_CONSOLE=y -# CONFIG_FRAMEBUFFER_CONSOLE is not set +CONFIG_FRAMEBUFFER_CONSOLE=y # CONFIG_LOGO is not set CONFIG_SOUND=y # CONFIG_SOUND_OSS_CORE is not set @@ -1413,8 +1413,6 @@ CONFIG_USB_DYNAMIC_MINORS=y CONFIG_USB_SUSPEND=y CONFIG_USB_OTG=y -CONFIG_USB_OTG_WHITELIST=y -CONFIG_USB_OTG_BLACKLIST_HUB=y CONFIG_USB_MON=y # CONFIG_USB_WUSB is not set # CONFIG_USB_WUSB_CBAF is not set
![]() |
2010-05-20
, 12:10
|
Posts: 2,829 |
Thanked: 1,459 times |
Joined on Dec 2009
@ Finland
|
#909
|
![]() |
2010-05-20
, 12:33
|
|
Posts: 2,473 |
Thanked: 12,265 times |
Joined on Oct 2009
@ Jerusalem, PS/IL
|
#910
|
Looks wonderful, but what does these advancements here really mean if we speak just about reading/writing simple usb-stick?
- Do I need to patched kernel?
- What hardware/cables do I need
-- Does it matter how fast / on what order I connect cables+stick
- Is it mounted automatically
-- is fat32 the safest bet?
The Following 6 Users Say Thank You to MohammadAG For This Useful Post: | ||
![]() |
Tags |
awesomeness in the works, boulevard of broken deals, host, i am the dealbreaker, inspector gadget lies, mobidapter is a scam, nokia fanbois, otg, over 9000, usb, usbcontrol |
|
CPU frequency doesn't change, and HID devices shouldn't alter frequency.
It's most probably the LEDs as SpeedEvil said.
It's also a plain HDD, nothing that should cause 'boost' events.