*** dafox has quit IRC | 00:04 | |
*** dafox has joined #maemo | 00:13 | |
*** Kabouik has quit IRC | 00:27 | |
*** Kabouik has joined #maemo | 00:38 | |
*** RzR is now known as rZr | 00:43 | |
*** dafox has quit IRC | 00:47 | |
*** troulouliou_div2 has joined #maemo | 00:56 | |
*** louisdk has joined #maemo | 00:57 | |
*** troulouliou_div2 has quit IRC | 01:01 | |
*** cyteen_ has joined #maemo | 01:10 | |
*** cyteen has quit IRC | 01:11 | |
*** Pali has quit IRC | 01:26 | |
*** xy2_ has quit IRC | 01:37 | |
*** jon_y has quit IRC | 02:09 | |
*** LjL has joined #maemo | 02:13 | |
*** jon_y has joined #maemo | 02:25 | |
*** DocScrutinizer05 has quit IRC | 02:35 | |
*** DocScrutinizer05 has joined #maemo | 02:35 | |
*** louisdk has quit IRC | 02:39 | |
*** pagurus has joined #maemo | 02:43 | |
Wizzup | somehow I missed this https://lkml.org/lkml/2016/12/19/313 | 02:48 |
---|---|---|
Wizzup | sweet. should try that. | 02:49 |
*** infobot has quit IRC | 03:21 | |
*** infobot has joined #maemo | 03:23 | |
DocScrutinizer05 | Wizzup: well, that's H-E-N | 03:26 |
DocScrutinizer05 | help me out! is >>if (test == MUSB_TEST_FORCE_HOST | MUSB_TEST_FORCE_FS) << actually equivalent to >> if (test & (MUSB_TEST_FORCE_HOST | MUSB_TEST_FORCE_FS)) << ?? | 03:40 |
DocScrutinizer05 | lets assume MUSB_TEST_FORCE_HOST = 0x01 and MUSB_TEST_FORCE_FS=0x02 then >>test & (MUSB_TEST_FORCE_HOST | MUSB_TEST_FORCE_FS)<< was sth like 0xf7 & 0x03; while the if (test == MUSB_TEST_FORCE_HOST | MUSB_TEST_FORCE_FS) is If (0xf7 == 0x03) | 03:43 |
DocScrutinizer05 | if my c fu doesn't evade me, the first evaluates TRUE while the second evaluates FALSE | 03:44 |
DocScrutinizer05 | I also wonder hwy not rather using a case here | 03:48 |
DocScrutinizer05 | https://lkml.org/lkml/2016/12/15/777 https://lkml.org/lkml/2016/12/19/300 | 03:49 |
DocScrutinizer05 | honestly, the whole code in https://lkml.org/lkml/2016/12/19/300 looks incorrect | 03:52 |
DocScrutinizer05 | iirc and aiui the if bit0 then print "bit0 "; if bit1 then print "bit1 "; ... is what been meant to happen there. What's now happening is if register==0x01 then print "bit0\n" ELSE if register==0x02 then print "bit1\n". This is a completely different logic and won't work | 04:04 |
DocScrutinizer05 | also what's this comment >>since multiple tests at the same time are not allowed.<< re >>if (test & (MUSB_TEST_FORCE_HOST | MUSB_TEST_FORCE_FS))<< this is _not_ "multiple tests" | 04:07 |
DocScrutinizer05 | honestly why didn't pali ask me to sign it off resp review it | 04:08 |
DocScrutinizer05 | the funny detail in this: I think it was me who wrote that particular code segment originally | 04:16 |
Maxdamantus | `test == a | b` is always non-zero if `b` is non-zero | 04:20 |
Maxdamantus | ah, that's not what's in the patch. | 04:22 |
*** florian_ has joined #maemo | 04:26 | |
*** florian has quit IRC | 04:29 | |
*** Kabouik_ has joined #maemo | 04:55 | |
*** Kabouik has quit IRC | 04:57 | |
*** nslu2-log has quit IRC | 04:59 | |
*** guerby_ has joined #maemo | 05:07 | |
*** yosafbridge` has joined #maemo | 05:07 | |
*** TriztAway has joined #maemo | 05:09 | |
*** guerby has quit IRC | 05:13 | |
*** l_bratch has quit IRC | 05:13 | |
*** Trizt has quit IRC | 05:13 | |
*** yosafbridge has quit IRC | 05:13 | |
*** `0660 has quit IRC | 05:13 | |
*** nslu2-log has joined #maemo | 05:14 | |
*** `0660 has joined #maemo | 05:15 | |
*** l_bratch has joined #maemo | 05:19 | |
*** Juesto has joined #maemo | 05:45 | |
Juesto | psst Oksana | 05:45 |
Juesto | how it's going people | 05:46 |
*** mike727 has joined #maemo | 05:55 | |
*** guerby__ has joined #maemo | 06:00 | |
*** guerby_ has quit IRC | 06:00 | |
Juesto | oksana... | 06:06 |
* Juesto sighs | 06:06 | |
*** Oksana has quit IRC | 06:20 | |
*** Oksana has joined #maemo | 06:21 | |
*** Oksana has quit IRC | 06:25 | |
*** Oksana has joined #maemo | 06:26 | |
*** cyphase has quit IRC | 07:03 | |
*** at1as has quit IRC | 07:19 | |
*** guerby__ has quit IRC | 08:33 | |
*** guerby__ has joined #maemo | 08:33 | |
*** guerby__ is now known as guerby | 08:33 | |
*** N-Mi_ has quit IRC | 08:52 | |
Wizzup | DocScrutinizer05: last time I tried it on mainline there wasn't a debugfs option | 08:58 |
Wizzup | DocScrutinizer05: the point was that it got merged and is in mainline | 08:58 |
*** dafox has joined #maemo | 09:01 | |
Wizzup | DocScrutinizer05: I'm sure pali tested it | 09:02 |
Juesto | porting status? | 09:17 |
Juesto | maemo to devuan | 09:18 |
Wizzup | waiting on devuan to do some build infra stuff. also thinking about trying the ports on motorola droid 4 | 09:19 |
Wizzup | Juesto: nothing you can 'download yet', but it's coming soon | 09:19 |
Juesto | :/ | 09:20 |
Wizzup | there's a bit of delay in the devuan groups as they figure out who runs what infra... | 09:20 |
Wizzup | but the coding work seems to mostly continuing | 09:20 |
Juesto | let me know when it's ready for "qa" | 09:20 |
Juesto | i don't mind having to compile everything | 09:21 |
Wizzup | I do, because it wastes a lot of time, and we're not anywhere near 'ready', which then means you have to figure out when to recompile what, and it becomes a total mess | 09:22 |
Wizzup | brb | 09:22 |
Juesto | well, until packaging time then? | 09:23 |
Juesto | s/,/, nothing/ | 09:23 |
infobot | Juesto meant: well, nothing until packaging time then? | 09:23 |
*** dafox has quit IRC | 09:28 | |
*** dmth|intevation has joined #maemo | 09:44 | |
*** lamerx has joined #maemo | 09:49 | |
Wizzup | Juesto: there's no point in being snarky | 09:51 |
*** florian_ has quit IRC | 10:02 | |
*** ecloud_ has joined #maemo | 10:22 | |
*** ecloud has quit IRC | 10:23 | |
*** louisdk has joined #maemo | 10:35 | |
*** florian has joined #maemo | 10:44 | |
*** Juesto has quit IRC | 10:48 | |
*** LjL has quit IRC | 10:49 | |
*** Vajb_ is now known as Vajb | 10:52 | |
*** jskarvad has joined #maemo | 11:04 | |
*** jskarvad has quit IRC | 11:04 | |
*** jskarvad has joined #maemo | 11:04 | |
*** geaaru has joined #maemo | 11:26 | |
*** cyteen_ has quit IRC | 11:40 | |
*** mike727 has quit IRC | 11:43 | |
*** kalin has quit IRC | 11:48 | |
*** kalin has joined #maemo | 11:49 | |
*** kalin has quit IRC | 12:01 | |
*** clopez has quit IRC | 12:07 | |
*** N-Mi_ has joined #maemo | 13:23 | |
*** TheKit has joined #maemo | 13:28 | |
*** NeKit has quit IRC | 13:32 | |
*** cyteen_ has joined #maemo | 13:36 | |
*** zGrr has joined #maemo | 13:47 | |
zGrr | moin ;) | 13:48 |
*** mike727 has joined #maemo | 13:51 | |
DocScrutinizer05 | Wizzup: it's diagnostic printout, easy to miss it's wrong, during testing | 14:02 |
*** ecloud_ has quit IRC | 14:08 | |
*** ecloud has joined #maemo | 14:11 | |
*** Kabouik has joined #maemo | 14:16 | |
*** ecloud_ has joined #maemo | 14:28 | |
*** ecloud has quit IRC | 14:29 | |
*** louisdk has quit IRC | 14:56 | |
*** mike727 has quit IRC | 15:00 | |
*** louisdk has joined #maemo | 15:09 | |
*** L29Ah has left #maemo | 15:21 | |
*** L29Ah has joined #maemo | 15:23 | |
*** louisdk has quit IRC | 16:00 | |
*** chainsawbike has quit IRC | 16:04 | |
*** louisdk has joined #maemo | 16:09 | |
*** florian has quit IRC | 16:15 | |
*** florian has joined #maemo | 16:19 | |
*** Kabouik has quit IRC | 16:26 | |
*** Kabouik has joined #maemo | 16:40 | |
*** jskarvad has quit IRC | 16:55 | |
*** jskarvad has joined #maemo | 16:59 | |
*** jskarvad has quit IRC | 16:59 | |
*** jskarvad has joined #maemo | 16:59 | |
*** silviof has quit IRC | 17:05 | |
*** LjL has joined #maemo | 17:13 | |
*** dmth|intevation has quit IRC | 17:34 | |
*** err0r3o3_ has joined #maemo | 17:38 | |
*** err0r3o3 has quit IRC | 17:42 | |
*** louisdk has quit IRC | 17:42 | |
*** xy2_ has joined #maemo | 18:00 | |
*** jskarvad has quit IRC | 18:04 | |
*** Pali has joined #maemo | 18:24 | |
*** Venemo has joined #maemo | 18:32 | |
*** SmilybOrg has quit IRC | 18:40 | |
*** Smily has joined #maemo | 18:49 | |
*** jskarvad has joined #maemo | 18:57 | |
*** jskarvad has quit IRC | 18:57 | |
*** jskarvad has joined #maemo | 18:57 | |
*** xy2_ has quit IRC | 19:01 | |
*** infobot has quit IRC | 19:02 | |
*** infobot has joined #maemo | 19:07 | |
*** infobot has quit IRC | 19:10 | |
*** dafox has joined #maemo | 19:10 | |
*** infobot has joined #maemo | 19:12 | |
*** silviof has joined #maemo | 19:15 | |
*** infobot has quit IRC | 19:21 | |
*** xy2_ has joined #maemo | 19:25 | |
*** Juesto has joined #maemo | 19:26 | |
*** florian has quit IRC | 19:27 | |
Juesto | Wizzup: Snarky how? | 19:29 |
Wizzup | you're free to work on packaging and testing more things meanwhile, in a structured manner :p | 19:31 |
Wizzup | before your regex it seemed a bit snarky | 19:32 |
*** jskarvad has quit IRC | 19:32 | |
*** infobot has joined #maemo | 19:39 | |
Juesto | I'm confused | 19:39 |
Juesto | what regex | 19:40 |
Juesto | yes sure, we'll coordinate about testing and everything | 19:40 |
*** Kabouik has quit IRC | 19:45 | |
*** Kabouik has joined #maemo | 19:47 | |
Wizzup | side note | 19:47 |
Wizzup | the droid 4 might also be a fun target | 19:47 |
bencoh | true | 19:52 |
bencoh | apart from the bloated "bootloader" | 19:52 |
bencoh | (aka android to kexec custom kernel) | 19:52 |
DocScrutinizer05 | Oksana: LOL what did you do? | 19:53 |
DocScrutinizer05 | a 26h ago | 19:53 |
DocScrutinizer05 | [2017-07-18 Tue 05:20:50] * Oksana is no longer away - Gone for 2 mins 17 secs | 19:54 |
DocScrutinizer05 | [2017-07-18 Tue 05:20:51] <-- Oksana (~Wikiwide@Maemo/community/ex-council/Wikiwide) has left this server (Excess Flood). | 19:54 |
Juesto | DocScrutinizer05: she had $awayreason first | 19:55 |
Juesto | before the excess flood disconnect, and after, the away message without reason | 19:55 |
DocScrutinizer05 | never use such stuff | 19:55 |
Juesto | uses icechat | 19:55 |
Juesto | why droid 4? | 19:56 |
Juesto | i have a gt-i5500, would it run there Wizzup ? | 19:56 |
DocScrutinizer05 | ~ping | 19:56 |
Juesto | run well | 19:56 |
infobot | 1 packet transmitted, 1 packet received, 0.0% packet loss | 19:57 |
DocScrutinizer05 | damn bot either getting ddosed or has swap help galore | 19:57 |
Juesto | I'm still confused, what regex you talking about Wizzup | 19:57 |
DocScrutinizer05 | or a rat in the internet cable | 19:57 |
Juesto | :( | 19:58 |
DocScrutinizer05 | s/help/hell/ | 19:58 |
*** dafox has quit IRC | 20:00 | |
Wizzup | 08:23 < Juesto> well, until packaging time then? | 20:00 |
Wizzup | 08:23 < Juesto> s/,/, nothing/ | 20:00 |
Wizzup | 08:23 < infobot> Juesto meant: well, nothing until packaging time then? | 20:00 |
Wizzup | bencoh: did you see sre's work on it | 20:01 |
Juesto | hmmm | 20:01 |
Juesto | Still confused about that | 20:02 |
Juesto | lol | 20:02 |
Wizzup | You're applying a regex but you don't know it? :D | 20:02 |
*** louisdk has joined #maemo | 20:02 | |
Juesto | i know what i did but i am confused at you | 20:02 |
bencoh | Wizzup: yeah :) | 20:02 |
Wizzup | I like the microhdmi and 1gb ram :p | 20:03 |
Juesto | lol | 20:03 |
*** dafox has joined #maemo | 20:03 | |
bencoh | I've actually wondered about this device for a long time (3years maybe) and was amazed when I saw he picked that up :) | 20:03 |
bencoh | I never bought it because I spend too much time on embedded/kernel stuff at $work already | 20:04 |
bencoh | (and didn't want to kill my free time with it) | 20:04 |
Wizzup | :) | 20:04 |
Juesto | i still need something to get started with | 20:06 |
Juesto | :P | 20:06 |
* Juesto looks up a guide to Debian packaging | 20:07 | |
*** infobot has quit IRC | 20:21 | |
*** ecloud_ has quit IRC | 20:27 | |
*** ecloud has joined #maemo | 20:33 | |
*** dafox has quit IRC | 20:37 | |
*** ecloud has quit IRC | 20:40 | |
Juesto | I feel overwhelmed | 20:41 |
*** ecloud has joined #maemo | 20:43 | |
*** ecloud has quit IRC | 20:49 | |
*** zGrr has quit IRC | 20:52 | |
*** chainsawbike has joined #maemo | 21:01 | |
*** N-Mi_ has quit IRC | 21:01 | |
*** ecloud has joined #maemo | 21:07 | |
*** arcean has joined #maemo | 21:09 | |
*** deep-book-gk_ has joined #maemo | 21:11 | |
*** deep-book-gk_ has left #maemo | 21:12 | |
*** clopez has joined #maemo | 21:13 | |
*** geaaru has quit IRC | 21:28 | |
*** infobot has joined #maemo | 21:30 | |
*** xy2_ has quit IRC | 21:53 | |
DocScrutinizer05 | ~ping | 21:58 |
infobot | 1 packet transmitted, 1 packet received, 0.0% packet loss | 21:58 |
*** arcean has quit IRC | 22:00 | |
*** xy2_ has joined #maemo | 22:10 | |
Wizzup | Juesto: hehe | 22:11 |
Juesto | ? | 22:25 |
Juesto | :) | 22:25 |
Juesto | I'm getting started with bsd | 22:25 |
KotCzarny | bondage sado distro ? | 22:25 |
Juesto | freebsd | 22:26 |
Juesto | Berkeley software distribution | 22:26 |
KotCzarny | same thing i guess | 22:26 |
Juesto | hm | 22:43 |
Juesto | nah | 22:43 |
*** infobot has quit IRC | 22:53 | |
Juesto | rip | 22:59 |
sicelo | who died :) | 23:04 |
*** florian has joined #maemo | 23:07 | |
*** florian has joined #maemo | 23:07 | |
*** Zungo has joined #maemo | 23:29 | |
*** Juesto has quit IRC | 23:33 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!